Searched defs:isspace (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dctype.c34 * @ret isspace Character is a space
36 int isspace ( int c ) { function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h48 isspace is true. In the "C" locale, isalpha returns true only for the
98 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
118 locale-specific set of punctuation characters for which neither isspace nor
120 character for which neither isspace nor isalnum is true.
129 /** The isspace function tests for any character that is a standard white-space
133 horizontal tab ('\t'), and vertical tab ('\v'). In the "C" locale, isspace
141 int isspace(int c);
145 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
232 #define isspace(c) (__isCClass( (int)c, (_CW))) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c58 isspace is true. In the "C" locale, isalpha returns true only for the
121 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
153 locale-specific set of punctuation characters for which neither isspace nor
155 character for which neither isspace nor isalnum is true.
170 /** The isspace function tests for any character that is a standard white-space
174 horizontal tab ('\t'), and vertical tab ('\v'). In the "C" locale, isspace
183 isspace( function
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6_addr.c59 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v') macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4_addr.c119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v') macro
207 if (c != '\0' && !isspace(c)) {
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dinet.c341 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v') macro
421 if (c != '\0' && (!isprint(c) || !isspace(c)))
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_ftp.c104 # define isspace(ch) RT_C_IS_SPACE(ch) macro
339 if (isspace(ch))
413 if (!isspace(ch)) {
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h688 #undef isspace macro
689 #define isspace(c) iswspace(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h701 #undef isspace macro
702 #define isspace(c) iswspace(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c174 int isspace (int c) function
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h53 #define isspace(c) \ macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h285 #undef isspace macro
286 #define isspace(i) xf86isspace(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h323 #undef isspace macro
324 #define isspace(i) xf86isspace(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h323 #undef isspace macro
324 #define isspace(i) xf86isspace(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h329 #undef isspace macro
330 #define isspace(i) xf86isspace(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h329 #undef isspace macro
330 #define isspace(i) xf86isspace(i) macro

Completed in 95 milliseconds