/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | ctype.c | 34 * @ret isspace Character is a space 36 int isspace ( int c ) { function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | ctype.h | 48 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 D | CClass.c | 58 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 D | ip6_addr.c | 59 #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 D | ip4_addr.c | 119 #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 D | inet.c | 341 #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 D | alias_ftp.c | 104 # 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 D | pyport.h | 688 #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 D | pyport.h | 701 #undef isspace macro 702 #define isspace(c) iswspace(btowc(c)) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | CrtWrapper.c | 174 int isspace (int c) function
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_impl.h | 53 #define isspace(c) \ macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 285 #undef isspace macro 286 #define isspace(i) xf86isspace(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 323 #undef isspace macro 324 #define isspace(i) xf86isspace(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 323 #undef isspace macro 324 #define isspace(i) xf86isspace(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 329 #undef isspace macro 330 #define isspace(i) xf86isspace(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 329 #undef isspace macro 330 #define isspace(i) xf86isspace(i) macro
|