Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_vlan.c915 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument
920 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()