Searched refs:strchr (Results 1 – 25 of 41) sorted by relevance
12
/bionic/libc/bionic/ |
D | strchr.cpp | 33 char* strchr(const char* p, int ch) { in strchr() function
|
D | sysinfo.cpp | 74 char* p = strchr(buf, ' '); in get_nprocs()
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_pton.c | 85 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/ |
D | fnmatch.c | 115 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()
|
D | exec.c | 150 if (strchr(name, '/')) { in execvpe()
|
/bionic/libc/arch-arm64/generic/ |
D | generic.mk | 8 arch-arm64/generic/bionic/strchr.S \
|
/bionic/libc/arch-arm64/denver64/ |
D | denver64.mk | 8 arch-arm64/generic/bionic/strchr.S \
|
/bionic/libc/dns/resolv/ |
D | herror.c | 81 strchr((const void *)(c), *(const char *)(const void *)(c)) : NULL)
|
D | res_init.c | 126 #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/ |
D | popen.c | 93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0; in popen() 94 if (strchr(xtype, '+')) { in popen()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 225 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) {
|
D | realpath.c | 111 p = strchr(left, '/'); in realpath()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strchr.S | 77 ENTRY(strchr) 154 END(strchr)
|
/bionic/libc/arch-x86/atom/ |
D | atom.mk | 6 arch-x86/atom/string/sse2-strchr-atom.S \
|
/bionic/libc/arch-mips64/ |
D | mips64.mk | 17 bionic/strchr.cpp \
|
/bionic/libc/dns/net/ |
D | base64.c | 237 pos = strchr(Base64, ch);
|
/bionic/libc/arch-arm/ |
D | arm.mk | 8 bionic/strchr.cpp \
|
/bionic/libc/arch-x86/silvermont/ |
D | silvermont.mk | 18 arch-x86/atom/string/sse2-strchr-atom.S \
|
/bionic/libc/arch-x86_64/ |
D | x86_64.mk | 12 bionic/strchr.cpp \
|
/bionic/libc/arch-mips/ |
D | mips.mk | 16 bionic/strchr.cpp \
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 234 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/ |
D | cstring | 50 using ::strchr;
|
/bionic/libc/include/ |
D | string.h | 54 extern char* strchr(const char *, int) __purefunc; 320 char* strchr(const char *s, int c) { in strchr() function
|
/bionic/libc/arch-x86/generic/ |
D | generic.mk | 4 arch-x86/atom/string/sse2-strchr-atom.S \
|
/bionic/libc/arch-x86/atom/string/ |
D | sse2-strchr-atom.S | 90 ENTRY (strchr) 391 END (strchr)
|
12