tolower            21 include/std/ctype.h extern int tolower(int c);
tolower            75 lib/lua/lstrlib.c     luaL_addchar(&b, tolower(uchar(s[i])));
tolower           228 lib/lua/lstrlib.c   switch (tolower(cl)) {
tolower           158 modules/eyefi.c     char lc = tolower(c);
tolower           278 modules/file_shelter.c   while ((result = tolower(*p1) - tolower(*p2++)) == 0)
tolower           113 modules/module_exportlist.c             tolower
tolower            63 modules/module_load.c     if ((tolower(name[0]) != 'a') || (name[1] != '/'))
tolower           156 modules/module_load.c         if (tolower(*s1) != tolower(*s2)) return 0;
tolower           157 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int tolower(int c);
tolower            21 tools/packfi2/fi2enc.c      while((*tmp = tolower(*tmp)))  tmp++;