Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h116 extern int tolower (int __c) __THROW;
191 __NTH (tolower (int __c)) in __NTH()
204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dmenubox.c284 key = tolower(key); in dialog_menu()
292 if (key == tolower(item_str()[j])) in dialog_menu()
299 if (key == tolower(item_str()[j])) in dialog_menu()
H A Dutil.c481 c = tolower(string[i]); in first_alpha()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h19 int _EXFUN(tolower, (int __c));
61 # define tolower(c) \ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c230 c = tolower(c); in use_config()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c730 c = tolower(c); in conf_split_config()