Home
last modified time | relevance | path

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

/third_party/musl/src/string/
Dmemmem.c22 static char *fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() function
146 if (l==4) return fourbyte_memmem(h, k, n); in memmem()