Searched defs:isalnum (Results 1 - 11 of 11) 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
43 int isalnum(int c);
119 isalnum is true. In the "C" locale, ispunct returns true for every printing
120 character for which neither isspace nor isalnum is true.
131 isalnum is false. The standard white-space characters are the following:
224 #define isalnum(c) (__isCClass( (int)c, (_CD | _CU | _CL | _XA))) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_string.c38 # define isalnum(a_ch) RT_C_IS_ALNUM(a_ch) macro
307 if (isalnum(c) == 0 && c != '_' && c != '`')
/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
48 isalnum( function
154 isalnum is true. In the "C" locale, ispunct returns true for every printing
155 character for which neither isspace nor isalnum is true.
172 isalnum is false. The standard white-space characters are the following:
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h682 #undef isalnum macro
683 #define isalnum(c) iswalnum(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h695 #undef isalnum macro
696 #define isalnum(c) iswalnum(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c183 int isalnum (int c) function
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h269 #undef isalnum macro
270 #define isalnum(i) xf86isalnum(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h307 #undef isalnum macro
308 #define isalnum(i) xf86isalnum(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h307 #undef isalnum macro
308 #define isalnum(i) xf86isalnum(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h313 #undef isalnum macro
314 #define isalnum(i) xf86isalnum(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h313 #undef isalnum macro
314 #define isalnum(i) xf86isalnum(i) macro

Completed in 88 milliseconds