Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 8 of 8) sorted by relevance

/lib/libc/minimal/source/string/
A Dstrspn.c15 while ((*s != '\0') && (strchr(accept, *s) != NULL)) { in strspn()
27 while ((*s != '\0') && (strchr(reject, *s) == NULL)) { in strcspn()
A Dstring.c69 char *strchr(const char *s, int c) in strchr() function
168 while (*start && strchr(sep, *start)) { in strtok_r()
179 while (*end && !strchr(sep, *end)) { in strtok_r()
/lib/posix/options/getopt/
A Dgetopt.c108 if (strchr(ostr, '-') == NULL) { in getopt()
119 oli = strchr(ostr, state->optopt); in getopt()
A Dgetopt_long.c204 has_equal = strchr(current_argv, '='); in parse_long_options()
416 (state->place[1] == '\0' && strchr(options, '-') == NULL)) {
495 } else if (*(state->place) != ':' && strchr(options, *(state->place)) != NULL) {
508 oli = strchr(options, optchar);
/lib/posix/options/
A Dfnmatch.c182 strchr(string, '/') == NULL in fnmatchx()
189 string = strchr(string, '/'); in fnmatchx()
A Denv_common.c49 if (name == NULL || namelen == 0 || strchr(name, '=') != NULL) { in findenv()
/lib/libc/minimal/include/
A Dstring.h24 extern char *strchr(const char *s, int c);
/lib/posix/shell/
A Denv.c87 value = strchr(argv[1], '='); in cmd_env_set()

Completed in 15 milliseconds