Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dmemmem.c30 twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem() function
178 if (l==2) return twobyte_memmem(h, k, n); in memmem()