Searched defs:isalpha (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h35 /** The isalnum function tests for any character for which isalpha or isdigit
45 /** The isalpha function tests for any character for which isupper or islower
48 isspace is true. In the "C" locale, isalpha returns true only for the
56 int isalpha(int c);
225 #define isalpha(c) (__isCClass( (int)c, (_CU | _CL | _XA))) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c39 /** The isalnum function tests for any character for which isalpha or isdigit
55 /** The isalpha function tests for any character for which isupper or islower
58 isspace is true. In the "C" locale, isalpha returns true only for the
67 isalpha( function
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h684 #undef isalpha macro
685 #define isalpha(c) iswalpha(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h697 #undef isalpha macro
698 #define isalpha(c) iswalpha(btowc(c)) macro
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c28 #define isalpha(ch) RT_C_IS_ALPHA(ch) macro
282 if ( isalpha(*q)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h271 #undef isalpha macro
272 #define isalpha(i) xf86isalpha(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h309 #undef isalpha macro
310 #define isalpha(i) xf86isalpha(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h309 #undef isalpha macro
310 #define isalpha(i) xf86isalpha(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h315 #undef isalpha macro
316 #define isalpha(i) xf86isalpha(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h315 #undef isalpha macro
316 #define isalpha(i) xf86isalpha(i) macro

Completed in 74 milliseconds