Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrcspn.c40 strcspn(const char *s1, const char *s2) in strcspn() function
59 DEF_STRONG(strcspn);
/bionic/tests/headers/posix/
Dstring_h.c52 FUNCTION(strcspn, size_t (*f)(const char*, const char*)); in string_h()
/bionic/libc/dns/resolv/
Dres_init.c362 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/
Dstring.h156 size_t strcspn(const char* _Nonnull __s, const char* _Nonnull __reject) __attribute_pure__;
/bionic/libc/tools/
Dposix-2013.txt998 strcspn
/bionic/libc/dns/net/
Dgetaddrinfo.c419 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/
Dliblinker_reloc_bench_079.S839 CALL(strcspn)
Dliblinker_reloc_bench_070.S1279 CALL(strcspn)
Dliblinker_reloc_bench_025.S687 CALL(strcspn)
Dliblinker_reloc_bench_030.S19104 CALL(strcspn)
/bionic/tools/versioner/platforms/
Dlibc.map.txt1006 strcspn;
/bionic/libc/
Dlibc.map.txt1006 strcspn;
DAndroid.bp563 "upstream-openbsd/lib/libc/string/strcspn.c",