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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h87 /** The isgraph function tests for any printing character except space (' ').
94 int isgraph(int c);
228 #define isgraph(c) (__isCClass( (int)c, (_CG))) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c104 /** The isgraph function tests for any printing character except space (' ').
112 isgraph( function
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h277 #undef isgraph macro
278 #define isgraph(i) xf86isgraph(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h315 #undef isgraph macro
316 #define isgraph(i) xf86isgraph(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h315 #undef isgraph macro
316 #define isgraph(i) xf86isgraph(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h321 #undef isgraph macro
322 #define isgraph(i) xf86isgraph(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h321 #undef isgraph macro
322 #define isgraph(i) xf86isgraph(i) macro

Completed in 67 milliseconds