Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dstrchr.cpp33 char* strchr(const char* p, int ch) { in strchr() function
Dsysinfo.cpp74 char* p = strchr(buf, ' '); in get_nprocs()
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c85 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4()
146 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
147 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c115 if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') { in classmatch()
335 strendseg = strchr(string, '/'); in fnmatch()
337 strendseg = strchr(string, '\0'); in fnmatch()
340 strendseg = strchr(string, '\0'); in fnmatch()
Dexec.c150 if (strchr(name, '/')) { in execvpe()
/bionic/libc/arch-arm64/generic/
Dgeneric.mk8 arch-arm64/generic/bionic/strchr.S \
/bionic/libc/arch-arm64/denver64/
Ddenver64.mk8 arch-arm64/generic/bionic/strchr.S \
/bionic/libc/dns/resolv/
Dherror.c81 strchr((const void *)(c), *(const char *)(const void *)(c)) : NULL)
Dres_init.c126 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
325 if ((cp = strchr(statp->defdname, '\n')) != NULL) in __res_vinit()
450 (cp = strchr(buf, '.')) != NULL) in __res_vinit()
467 cp = strchr(cp, '.') + 1; /* we know there is one */ in __res_vinit()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpopen.c93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0; in popen()
94 if (strchr(xtype, '+')) { in popen()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c225 if ((has_equal = strchr(current_argv, '=')) != NULL) { in parse_long_options()
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
487 } else if (*place != ':' && strchr(options, *place) != NULL)
500 (oli = strchr(options, optchar)) == NULL) {
Drealpath.c111 p = strchr(left, '/'); in realpath()
/bionic/libc/arch-arm64/generic/bionic/
Dstrchr.S77 ENTRY(strchr)
154 END(strchr)
/bionic/libc/arch-x86/atom/
Datom.mk6 arch-x86/atom/string/sse2-strchr-atom.S \
/bionic/libc/arch-mips64/
Dmips64.mk17 bionic/strchr.cpp \
/bionic/libc/dns/net/
Dbase64.c237 pos = strchr(Base64, ch);
/bionic/libc/arch-arm/
Darm.mk8 bionic/strchr.cpp \
/bionic/libc/arch-x86/silvermont/
Dsilvermont.mk18 arch-x86/atom/string/sse2-strchr-atom.S \
/bionic/libc/arch-x86_64/
Dx86_64.mk12 bionic/strchr.cpp \
/bionic/libc/arch-mips/
Dmips.mk16 bionic/strchr.cpp \
/bionic/libc/dns/nameser/
Dns_name.c234 if ((cp = strchr(src, ']')) == NULL) { in ns_name_pton2()
254 else if ((cp = strchr(digits, c)) != NULL) { in ns_name_pton2()
257 (cp = strchr(digits, c)) == NULL) { in ns_name_pton2()
263 (cp = strchr(digits, c)) == NULL) { in ns_name_pton2()
/bionic/libstdc++/include/
Dcstring50 using ::strchr;
/bionic/libc/include/
Dstring.h54 extern char* strchr(const char *, int) __purefunc;
320 char* strchr(const char *s, int c) { in strchr() function
/bionic/libc/arch-x86/generic/
Dgeneric.mk4 arch-x86/atom/string/sse2-strchr-atom.S \
/bionic/libc/arch-x86/atom/string/
Dsse2-strchr-atom.S90 ENTRY (strchr)
391 END (strchr)

12