Searched defs:iscntrl (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h47 alphabetic characters for which none of iscntrl, isdigit, ispunct, or
69 /** The iscntrl function tests for any control character.
76 int iscntrl(int c);
97 is one of a locale-specific set of characters for which none of iscntrl,
144 is one of a locale-specific set of characters for which none of iscntrl,
226 #define iscntrl(c) (__isCClass( (int)c, (_CC))) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c57 alphabetic characters for which none of iscntrl, isdigit, ispunct, or
74 /** The iscntrl function tests for any control character.
82 iscntrl( function
120 is one of a locale-specific set of characters for which none of iscntrl,
191 is one of a locale-specific set of characters for which none of iscntrl,
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h273 #undef iscntrl macro
274 #define iscntrl(i) xf86iscntrl(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h311 #undef iscntrl macro
312 #define iscntrl(i) xf86iscntrl(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h311 #undef iscntrl macro
312 #define iscntrl(i) xf86iscntrl(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h317 #undef iscntrl macro
318 #define iscntrl(i) xf86iscntrl(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h317 #undef iscntrl macro
318 #define iscntrl(i) xf86iscntrl(i) macro

Completed in 103 milliseconds