Home
last modified time | relevance | path

Searched refs:rhaystack (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/wcsmbs/
Dwcsstr.c52 const wchar_t *rhaystack, *rneedle; in wcsstr() local
72 if (*(rhaystack = haystack-- + 1) == (a = *(rneedle = needle))) in wcsstr()
77 if (*++rhaystack != (a = *++needle)) in wcsstr()
82 while (*++rhaystack == (a = *++needle)); in wcsstr()