Searched refs:lmemfind (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 524 static const char *lmemfind (const char *s1, size_t l1, in lmemfind() function 600 const char *s2 = lmemfind(s + init - 1, ls - init + 1, p, lp); in str_find_aux()
|
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 673 static const char *lmemfind (const char *s1, size_t l1, in lmemfind() function 785 const char *s2 = lmemfind(s + init, ls - init, p, lp); in str_find_aux()
|