strchr             62 gnulib-tests/putenv.c   if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
strchr             98 gnulib-tests/putenv.c   const char *const name_end = strchr (string, '=');
strchr            295 gnulib-tests/setenv.c   if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
strchr            364 gnulib-tests/setenv.c   if (!name || !*name || strchr (name, '='))
strchr            696 gnulib-tests/setlocale.c         const char *underscore = strchr (llCC_buf, '_');
strchr            700 gnulib-tests/setlocale.c             const char *territory_end = strchr (territory_start, '@');
strchr            853 gnulib-tests/setlocale.c           if (strchr (base_name, '.') != NULL
strchr            901 gnulib-tests/setlocale.c       if (category == LC_ALL && locale != NULL && strchr (locale, '.') != NULL)
strchr             64 gnulib-tests/unsetenv.c   if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
strchr            116 gnulib-tests/unsetenv.c   if (!name || !*name || strchr (name, '='))
strchr            320 lib/exclude.c            p = strchr (p, '/');
strchr            405 lib/exclude.c            f = strchr (f, '/');
strchr            479 lib/getopt.c                               || !strchr (optstring, argv[d->optind][1])))))
strchr            729 lib/getopt.c             || strchr (optstring, *d->__nextchar) == NULL)
strchr            789 lib/getopt.c       const char *temp = strchr (optstring, c);
strchr            392 lib/localcharset.c           const char *dot = strchr (locale, '.');
strchr            400 lib/localcharset.c               modifier = strchr (dot, '@');
strchr            491 lib/localcharset.c       const char *dot = strchr (locale, '.');
strchr            499 lib/localcharset.c           modifier = strchr (dot, '@');
strchr             48 lib/nl_langinfo.c             const char *dot = strchr (locale, '.');
strchr             56 lib/nl_langinfo.c                 modifier = strchr (dot, '@');
strchr            224 lib/propername.c             if (strchr (converted_translit, '?') != NULL)
strchr            104 lib/xstrtol.c        if (valid_suffixes && **p && strchr (valid_suffixes, **p))
strchr            131 lib/xstrtol.c        if (!strchr (valid_suffixes, **p))
strchr            137 lib/xstrtol.c        if (strchr (valid_suffixes, '0'))
strchr            964 src/diff.c     	  while ((nl = strchr (msg, '\n')))