Searched refs:needle_len (Results 1 – 2 of 2) sorted by relevance
140 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument145 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()
913 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument918 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()