OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu May 07 00:24:58 UTC 2026