Searched defs:toupper (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCConv.c11 The toupper function converts a lowercase letter to a corresponding
14 current locale, for which isupper is true, the toupper function returns one
52 /** The toupper function converts a lowercase letter to a corresponding
59 the current locale, for which isupper is true, the toupper
65 toupper( function
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dctype.h23 static inline unsigned char toupper(unsigned char c) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h202 /** The toupper function converts a lowercase letter to a corresponding
209 the current locale, for which isupper is true, the toupper
214 int toupper(int c);
237 #define toupper(c) (__toUpper((int)c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h694 #undef toupper macro
695 #define toupper(c) towupper(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h707 #undef toupper macro
708 #define toupper(c) towupper(btowc(c)) macro
/vbox/src/recompiler/
H A Dcutils.c31 static inline int toupper(int ch) { function
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h383 #undef toupper macro
384 #define toupper(i) xf86toupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h427 #undef toupper macro
428 #define toupper(i) xf86toupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h427 #undef toupper macro
428 #define toupper(i) xf86toupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h433 #undef toupper macro
434 #define toupper(i) xf86toupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h431 #undef toupper macro
432 #define toupper(i) xf86toupper(i) macro

Completed in 117 milliseconds