Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c30 twobyte_strstr(const unsigned char *h, const unsigned char *n) in twobyte_strstr() function
181 if (!n[2]) return twobyte_strstr((void *)h, (void *)n); in strstr()