Home
last modified time | relevance | path

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

/bionic/libc/string/
Dstrcspn.c40 strcspn(const char *s1, const char *s2) in strcspn() function
/bionic/libstdc++/include/
Dcstring54 using ::strcspn;
/bionic/libc/netbsd/resolv/
Dres_init.c350 cp[strcspn(cp, ";# \t\n")] = '\0'; in __res_vinit()
561 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()
569 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
/bionic/libc/include/
Dstring.h78 extern size_t strcspn(const char *, const char *) __purefunc;
/bionic/libc/netbsd/net/
Dgetaddrinfo.c425 strcspn(hostname, " \n\r\t^'\"") != strlen(hostname)) || in android_getaddrinfo_proxy()
427 strcspn(servname, " \n\r\t^'\"") != strlen(servname))) { in android_getaddrinfo_proxy()
/bionic/libc/
DAndroid.mk62 string/strcspn.c \