toupper           287 core/modules.c     if (ext && (strlen(ext) == 4) && (toupper(ext[1]) == 'L') && (toupper(ext[2]) == 'U') && (toupper(ext[3]) == 'A'))
toupper            22 include/std/ctype.h extern int toupper(int c);
toupper            88 lib/lua/lstrlib.c     luaL_addchar(&b, toupper(uchar(s[i])));
toupper           302 modules/gui_fselect.c                 if (toupper(ext[i]) != toupper(tst[i]))
toupper           317 modules/gui_fselect.c             if (toupper(prefix[i]) != toupper(name[i]))
toupper           331 modules/gui_fselect.c             if (toupper(tst[i]) != toupper(name[i]))
toupper           114 modules/module_exportlist.c             toupper
toupper            51 modules/module_load.c         hash = ((hash << 5) + hash) ^ toupper(c); /* hash * 33 xor c */
toupper           609 modules/user_menu_edit.c             if (toupper(ext[i+1]) != toupper(tst[i]))
toupper           158 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int toupper(int c);