Home
last modified time | relevance | path

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

/third_party/musl/src/string/
H A Dmemmem.c37 static char *twoway_memmem(const unsigned char *h, const unsigned char *z, const unsigned char *n, size_t l) in twoway_memmem() function
148 return twoway_memmem(h, h+k, n, l); in memmem()

Completed in 1 milliseconds