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