Searched refs:strcspn (Results 1 – 6 of 6) sorted by relevance
40 strcspn(const char *s1, const char *s2) in strcspn() function
54 using ::strcspn;
350 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()
78 extern size_t strcspn(const char *, const char *) __purefunc;
425 strcspn(hostname, " \n\r\t^'\"") != strlen(hostname)) || in android_getaddrinfo_proxy()427 strcspn(servname, " \n\r\t^'\"") != strlen(servname))) { in android_getaddrinfo_proxy()
62 string/strcspn.c \