Home
last modified time | relevance | path

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

/third_party/musl/src/string/
H A Dmemmem.c13 static char *threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in threebyte_memmem() function
145 if (l==3) return threebyte_memmem(h, k, n); in memmem()

Completed in 1 milliseconds