strchr            104 daemons/controld/controld_te_callbacks.c     search = strchr(match, '\'');
strchr            183 daemons/execd/remoted_pidone.c             if ((value == NULL) && (strchr(line, '\n') == NULL)) {
strchr            276 daemons/fenced/fenced_cib.c                 search = strchr(rsc_id, '\'');
strchr            165 daemons/fenced/fenced_commands.c                 char *mapval = strchr(val, ':');
strchr            181 daemons/fenced/fenced_commands.c         if (strchr(value, ':') == 0) {
strchr            126 lib/common/agents.c     colon = strchr(spec, ':');
strchr            135 lib/common/agents.c         colon = strchr(spec, ':');
strchr            189 lib/common/agents.c     param = strchr(param + 5, '_'); // Skip past "pcmk_ACTION"
strchr            178 lib/common/cmdline.c         if (strchr(argv[i], ' ') == NULL) {
strchr            181 lib/common/cmdline.c         } else if (strchr(argv[i], '\'') == NULL) {
strchr            309 lib/common/cmdline.c                 if (special != NULL && strchr(special, *ch) != NULL) {
strchr           2055 lib/common/iso8601.c         const char *mark_s = strchr(&format[scanned_pos], '%');
strchr           1131 lib/common/options.c     CRM_CHECK(!pcmk__str_empty(option) && (strchr(option, '=') == NULL),
strchr            702 lib/common/rules.c                 if (((value1 != NULL) && (strchr(value1, '.') != NULL))
strchr            703 lib/common/rules.c                     || ((value2 != NULL) && (strchr(value2, '.') != NULL))) {
strchr            265 lib/common/strings.c                 if (strchr("0.eE", *p) == NULL) {
strchr            457 lib/common/xml_element.c         if (strchr(format, '%') == NULL) {
strchr             91 lib/pacemaker/pcmk_agents.c     provider = strchr(agent_spec, ':');
strchr             56 lib/pacemaker/pcmk_fence.c     value = strchr(target, '=');
strchr           2530 lib/pengine/unpack.c                && (strchr(rsc->priv->history_id, ':') != NULL)) {
strchr           3529 lib/pengine/unpack.c         const char *p = strchr(when_s, ' ');
strchr            671 lib/services/services_linux.c     reason_end = strchr(reason_start, '\n');
strchr            205 libltdl/loaders/dlopen.c 	  if (opening && opening < (filename+len-2) && strchr(opening+1, '/') == NULL)
strchr            191 libltdl/lt__argz.c       entry = 1+ strchr (entry, EOS_CHAR);
strchr            508 libltdl/ltdl.c   assert (strchr (dirname, LT_DIRSEP_CHAR) == 0);
strchr           1793 libltdl/ltdl.c       if (strchr (".0123456789", p[-1]) == 0)
strchr           1665 tools/crm_resource.c             && (strchr(options.rsc_id, ':') != NULL)