Searched refs:l2 (Results 1 – 1 of 1) sorted by relevance
175 size_t l1, l2; in strstr() local177 l2 = strlen(s2); in strstr()178 if (!l2) in strstr()181 while (l1 >= l2) { in strstr()183 if (!memcmp(s1, s2, l2)) in strstr()