Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dif_pflog.c140 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() function
154 #define MY_OS_RELEASE_TYPE_MATCHES(str) (findsubstr(osreleasetype, str, sizeof(str) - 1) != NULL)
H A Dif_vlan.c913 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() function
931 found = findsubstr(osreleasetype, in my_os_release_type_matches()