Home
last modified time | relevance | path

Searched refs:strnstr (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/whois/
HDwhois.c296 host = strnstr(buf, WHOIS_SERVER_ID, len); in whois()
308 strnstr(buf, WHOIS_ORG_SERVER_ID, len)) != NULL) { in whois()
322 if (strnstr(buf, ip_whois[i], len) != in whois()
/dragonfly/lib/libc/string/
HDstrnstr.c44 strnstr(const char *s, const char *find, size_t slen) in strnstr() function
HDMakefile.inc18 strncat.c strncmp.c strncpy.c strndup.c strnlen.c strnstr.c \
73 strstr.3 strnstr.3
HDSymbol.map50 strnstr;
/dragonfly/sbin/mount_dirfs/
HDmount_dirfs.c104 if (strnstr(platform, "vkernel", PLATFORM_LEN) == NULL) in main()
/dragonfly/include/
HDstring.h127 char *strnstr(const char *, const char *, size_t) __pure;
/dragonfly/lib/libfetch/
HDcommon.c801 if ((wc = strnstr(m, "*", mlen)) == NULL) in fetch_ssl_hname_match()
808 if (strnstr(wc + 1, "*", mlen - wcidx - 1) != NULL) in fetch_ssl_hname_match()
814 mdot1 = strnstr(m, ".", mlen); in fetch_ssl_hname_match()
818 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match()
822 hdot = strnstr(h, ".", hlen); in fetch_ssl_hname_match()