strchr 1262 core/gui_draw.c const char *e = strchr(s, '\n'); strchr 1306 core/gui_draw.c const char *e = strchr(s, '\n'); strchr 1337 core/gui_draw.c const char *e = strchr(s, '\n'); strchr 204 core/lib_thumb.c for (; (p = strchr(p, *s2)) != 0; p++) strchr 14 include/std/string.h extern char *strchr(const char *s, int c); strchr 360 lib/lua/lauxlib.c e = strchr(fname, '.'); strchr 121 lib/lua/ldblib.c if (strchr(options, 'S')) { strchr 128 lib/lua/ldblib.c if (strchr(options, 'l')) strchr 130 lib/lua/ldblib.c if (strchr(options, 'u')) strchr 132 lib/lua/ldblib.c if (strchr(options, 'n')) { strchr 136 lib/lua/ldblib.c if (strchr(options, 'L')) strchr 138 lib/lua/ldblib.c if (strchr(options, 'f')) strchr 227 lib/lua/ldblib.c if (strchr(smask, 'c')) mask |= LUA_MASKCALL; strchr 228 lib/lua/ldblib.c if (strchr(smask, 'r')) mask |= LUA_MASKRET; strchr 229 lib/lua/ldblib.c if (strchr(smask, 'l')) mask |= LUA_MASKLINE; strchr 250 lib/lua/ldebug.c if (strchr(what, 'f')) { strchr 255 lib/lua/ldebug.c if (strchr(what, 'L')) strchr 167 lib/lua/lgc.c weakkey = (strchr(svalue(mode), 'k') != NULL); strchr 168 lib/lua/lgc.c weakvalue = (strchr(svalue(mode), 'v') != NULL); strchr 164 lib/lua/llex.c if (!strchr(set, ls->current)) strchr 352 lib/lua/loadlib.c l = strchr(path, *LUA_PATHSEP); /* find next separator */ strchr 400 lib/lua/loadlib.c const char *mark = strchr(modname, *LUA_IGMARK); strchr 425 lib/lua/loadlib.c const char *p = strchr(name, '.'); strchr 115 lib/lua/lobject.c const char *e = strchr(fmt, '%'); strchr 727 lib/lua/lstrlib.c while (*p != '\0' && strchr(FLAGS, *p) != NULL) p++; /* skip flags */ strchr 802 lib/lua/lstrlib.c if (!strchr(form, '.') && l >= 100) { strchr 450 lib/ubasic/tokenizer.c string_end = strchr(ptr + 1, '"'); strchr 319 modules/games/gui_sokoban.c p=strchr(p,MARKER_LEVEL_END); strchr 105 modules/module_exportlist.c strchr strchr 384 tools/code_gen.c char *nxt = strchr(line,'\r'); strchr 393 tools/code_gen.c nxt = strchr(line,'\n'); strchr 144 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall char * strchr(const char *s, int c); strchr 93 tools/stubs_load.c val = strchr(val,'+');