Searched refs:isspace (Results 1 - 25 of 72) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dctype.c34 * @ret isspace Character is a space
36 int isspace ( int c ) { function
H A Dstrtoull.c35 while ( isspace ( *p ) )
H A Dmisc.c41 while ( isspace ( *p ) )
H A Dbase64.c105 if ( isspace ( encoded_byte ) )
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dctype.h30 extern int isspace ( int c );
/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/StdLib/
H A DNumericInt.c43 while(isspace((const unsigned char)*nptr)) ++nptr; // Skip leading spaces
73 while(isspace(*nptr)) ++nptr; // Skip leading spaces
103 while(isspace(*nptr)) ++nptr; // Skip leading spaces
134 isspace function), a subject sequence resembling an integer represented in
201 while(isspace(*nptr)) ++nptr;
289 while(isspace(*nptr)) ++nptr;
365 while(isspace(*nptr)) ++nptr;
453 while(isspace(*nptr)) ++nptr;
H A Dstrtoimax.c83 } while (isspace(c));
H A Dstrtoumax.c85 } while (isspace(c));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DStringFuncs.c90 for (Pos = String; isspace ((int)*Pos); Pos++) {
117 ((Pos - 1) >= String) && (isspace ((int)*(Pos - 1)));
163 while (isspace ((int)*Pos)) {
168 (*EndOfSubString != '\0') && !isspace ((int)*EndOfSubString);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dbase64.c247 if (isspace(ch)) /* Skip whitespace anywhere. */
317 if (!isspace(ch))
332 if (!isspace(ch))
H A Dres_debug.c644 while (isspace(*cp))
653 while (isspace(*cp))
675 while (!isspace(*cp)) /* if any trailing garbage */
678 while (isspace(*cp))
716 while (!isspace(*cp)) /* if any trailing garbage */
719 while (isspace(*cp)) /* move to next field */
793 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
796 while (isspace(*cp) && (cp < maxcp))
804 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
807 while (isspace(*c
[all...]
H A Dres_mkupdate.c274 while (isspace(*startp) || !*startp)
289 while (isspace(*startp) || !*startp)
368 if (isspace(c) || c == '\0') {
398 if (isspace(c) || c == '\0') {
H A Dres_query.c410 for (cp1 = buf; *cp1 && !isspace(*cp1); ++cp1)
416 while (isspace(*++cp1))
420 for (cp2 = cp1 + 1; *cp2 && !isspace(*cp2); ++cp2)
/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/EFI/Firmware/StdLib/LibC/NetUtil/
H A Dinet_network.c107 if (*cp && !isspace((u_char) *cp))
H A Dinet_addr.c188 if (c != '\0' && (!isascii(c) || !isspace((unsigned char)c)))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c153 while (isspace(*cPtr)) {
432 } while (isspace(ch));
498 if ((ch == EOF) || isspace(ch)) {
574 if (isspace(*cPtr)) {
578 } while (isspace(*cPtr));
581 } while (isspace(ch));
/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/PC/ipxe/src/image/
H A Dscript.c186 isspace ( test[ sizeof ( test ) - 1 ] ) ) ) {
233 if ( line[ 1 + len ] && ! isspace ( line[ 1 + len ] ) )
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dctype.h48 int __cdecl isspace(int);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dctype.h58 int __cdecl isspace(int);
/vbox/src/bldprogs/
H A DVBoxDef2LazyLoad.cpp66 while (isspace(*psz))
74 while (isspace(*psz))
88 && !isspace(ch) )
126 while (cch > 0 && (isspace(psz[cch - 1]) || psz[cch - 1] == '\r' || psz[cch - 1] == '\n'))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrptime.c100 if (isspace(c)) {
101 while (isspace(*bp))
338 while (isspace(*bp))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_lookup.c97 while (isspace(*p))
139 for (p += lp->ctl_len; isspace(*p); p++)
145 while (isspace(q[-1]))

Completed in 232 milliseconds

123