Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c640 static int str_find (lua_State *L) { in str_find() function
999 {"find", str_find},
/freebsd/contrib/lua/src/
H A Dlstrlib.c819 static int str_find (lua_State *L) { in str_find() function
1854 {"find", str_find},
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c22260 static const char *str_find(const char *string, int c, int nocase);
23086 while ((s = str_find(s, preg->program[preg->regmust], preg->cflags & REG_ICASE)) != NULL) { in jim_regexec()
23128 while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) { in jim_regexec()
23202 static const char *str_find(const char *string, int c, int nocase) in str_find() function