HomeSort by: relevance | last modified time | path
    Searched refs:str_find (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstrlib.c 827 static int str_find (lua_State *L) { function
1864 {"find", str_find},
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22249 static const char *str_find(const char *string, int c, int nocase);
23075 while ((s = str_find(s, preg->program[preg->regmust], preg->cflags & REG_ICASE)) != NULL) {
23117 while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) {
23191 static const char *str_find(const char *string, int c, int nocase) function

Completed in 32 milliseconds