strchr            293 daemons/controld/controld_te_callbacks.c     search = strchr(match, '\'');
strchr            892 daemons/execd/execd_commands.c     eol = strchr(last, '\n');
strchr            183 daemons/execd/remoted_pidone.c             if ((value == NULL) && (strchr(line, '\n') == NULL)) {
strchr            823 daemons/fenced/pacemaker-fenced.c                 search = strchr(rsc_id, '\'');
strchr            130 lib/common/agents.c     colon = strchr(spec, ':');
strchr            139 lib/common/agents.c         colon = strchr(spec, ':');
strchr            193 lib/common/agents.c     param = strchr(param + 5, '_'); // Skip past "pcmk_ACTION"
strchr            234 lib/common/cmdline.c                 if (special != NULL && strchr(special, *ch) != NULL) {
strchr           1648 lib/common/iso8601.c         mark_s = strchr(&format[scanned_pos], '%');
strchr            206 lib/common/operations.c     underbar1 = strchr(key, '_');
strchr            211 lib/common/operations.c     underbar2 = strchr(underbar1+1, '_');
strchr            216 lib/common/operations.c     underbar3 = strchr(underbar2+1, '_');
strchr            273 lib/common/strings.c                 if (strchr("0.eE", *p) == NULL) {
strchr           1018 lib/common/strings.c         } else if (strchr(ele, ch) != NULL) {
strchr             53 lib/pacemaker/pcmk_fence.c     value = strchr(target, '=');
strchr           2173 lib/pengine/unpack.c     } else if (rsc->clone_name && strchr(rsc->clone_name, ':') != NULL) {
strchr           2887 lib/pengine/unpack.c             when_s = strchr(when_s, ' ');
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           1134 tools/crm_resource.c     char *provider = strchr(agent_spec, ':');