Searched defs:ispunct (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
98 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
117 /** The ispunct function tests for any printing character that is one of a
119 isalnum is true. In the "C" locale, ispunct returns true for every printing
127 int ispunct(int c);
145 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
231 #define ispunct(c) (__isCClass( (int)c, (_CP))) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c57 alphabetic characters for which none of iscntrl, isdigit, ispunct, or
121 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
152 /** The ispunct function tests for any printing character that is one of a
154 isalnum is true. In the "C" locale, ispunct returns true for every printing
163 ispunct( function
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h283 #undef ispunct macro
284 #define ispunct(i) xf86ispunct(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h321 #undef ispunct macro
322 #define ispunct(i) xf86ispunct(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h321 #undef ispunct macro
322 #define ispunct(i) xf86ispunct(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h327 #undef ispunct macro
328 #define ispunct(i) xf86ispunct(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h327 #undef ispunct macro
328 #define ispunct(i) xf86ispunct(i) macro

Completed in 70 milliseconds