Home
last modified time | relevance | path

Searched refs:twobyte_memmem (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/src/string/
H A Dmemmem.c5 static char *twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem() function
144 if (l==2) return twobyte_memmem(h, k, n); in memmem()

Completed in 1 milliseconds