Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/string/
A Dwcsstr.c81 const wchar_t* z2 = wmemchr(z, 0, grow); in twoway_wcsstr() local
82 if (z2) { in twoway_wcsstr()
83 z = z2; in twoway_wcsstr()
A Dstrstr.c111 const unsigned char* z2 = memchr(z, 0, grow); in twoway_strstr() local
112 if (z2) { in twoway_strstr()
113 z = z2; in twoway_strstr()

Completed in 3 milliseconds