Home
last modified time | relevance | path

Searched refs:needle_len (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Dif_pflog.c140 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument
145 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()
H A Dif_vlan.c913 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument
918 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()