Searched refs:two_way_long_needle (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strcasestr.c | 143 return two_way_long_needle ((const unsigned char *) haystack, haystack_len, in strcasestr()
|
D | memmem.c | 140 return two_way_long_needle (hs, hs_len, ne, ne_len); in memmem()
|
D | strstr.c | 219 return two_way_long_needle (hs, hs_len, ne, ne_len); in strstr()
|
D | str-two-way.h | 293 two_way_long_needle (const unsigned char *haystack, size_t haystack_len, in two_way_long_needle() function
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 4659 * lib/str-two-way.h (two_way_long_needle): Avoid bug with long
|