Searched refs:wcsstr (Results 1 – 5 of 5) sorted by relevance
4 return wcsstr(haystack, needle); in wcswcs()
108 wchar_t* wcsstr(const wchar_t* restrict h, const wchar_t* restrict n) { in wcsstr() function
52 $(GET_LOCAL_DIR)/wcsstr.c \
70 wchar_t* wcsstr(const wchar_t* __restrict, const wchar_t* __restrict);
701 - read overrun in wcsstr for short needles1226 - false negatives with some periodic needles in strstr, wcsstr, and memmem
Completed in 7 milliseconds