Home
last modified time | relevance | path

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

/src/crypto/openssh/openbsd-compat/
H A Dmemmem.c57 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() function
191 if (l==4) return fourbyte_memmem(h, k, n); in memmem()
/src/lib/libc/string/
H A Dmemmem.c50 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() function
208 return fourbyte_memmem(h, k, n); in memmem()