Searched refs:strcspn (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strcspn.c | 40 strcspn(const char *s1, const char *s2) in strcspn() function 59 DEF_STRONG(strcspn);
|
/bionic/tests/headers/posix/ |
D | string_h.c | 52 FUNCTION(strcspn, size_t (*f)(const char*, const char*)); in string_h()
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 362 cp[strcspn(cp, ";# \t\n")] = '\0'; in __res_vinit() 573 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions() 581 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
|
/bionic/libc/include/ |
D | string.h | 156 size_t strcspn(const char* _Nonnull __s, const char* _Nonnull __reject) __attribute_pure__;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 998 strcspn
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 419 strcspn(hostname, " \n\r\t^'\"") != strlen(hostname)) || in android_getaddrinfo_proxy() 421 strcspn(servname, " \n\r\t^'\"") != strlen(servname))) { in android_getaddrinfo_proxy()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_079.S | 839 CALL(strcspn)
|
D | liblinker_reloc_bench_070.S | 1279 CALL(strcspn)
|
D | liblinker_reloc_bench_025.S | 687 CALL(strcspn)
|
D | liblinker_reloc_bench_030.S | 19104 CALL(strcspn)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1006 strcspn;
|
/bionic/libc/ |
D | libc.map.txt | 1006 strcspn;
|
D | Android.bp | 563 "upstream-openbsd/lib/libc/string/strcspn.c",
|