Searched refs:needle_end (Results 1 – 2 of 2) sorted by relevance
181 …tristr(const char* haystack, const char* haystack_end, const char* needle, const char* needle_end);
1353 …Stristr(const char* haystack, const char* haystack_end, const char* needle, const char* needle_end) in ImStristr() argument1355 if (!needle_end) in ImStristr()1356 needle_end = needle + strlen(needle); in ImStristr()1364 for (const char* a = haystack + 1; b < needle_end; a++, b++) in ImStristr()1367 if (b == needle_end) in ImStristr()