Searched refs:strnstr (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/usr.bin/whois/ |
| HD | whois.c | 296 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/ |
| HD | strnstr.c | 44 strnstr(const char *s, const char *find, size_t slen) in strnstr() function
|
| HD | Makefile.inc | 18 strncat.c strncmp.c strncpy.c strndup.c strnlen.c strnstr.c \ 73 strstr.3 strnstr.3
|
| HD | Symbol.map | 50 strnstr;
|
| /dragonfly/sbin/mount_dirfs/ |
| HD | mount_dirfs.c | 104 if (strnstr(platform, "vkernel", PLATFORM_LEN) == NULL) in main()
|
| /dragonfly/include/ |
| HD | string.h | 127 char *strnstr(const char *, const char *, size_t) __pure;
|
| /dragonfly/lib/libfetch/ |
| HD | common.c | 801 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()
|