Searched refs:ISSPACE (Results 26 - 45 of 45) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/opcodes/
H A Diq2000-asm.c650 if (* str && ! ISSPACE (* str))
728 while (ISSPACE (* str))
777 while (ISSPACE (* str))
H A Darm-dis.c1238 while ((*options) && (! ISSPACE (*options)) && (*options != ','))
1241 while (ISSPACE (*options) || (*options == ','))
H A Dfrv-asm.c1157 if (* str && ! ISSPACE (* str))
1235 while (ISSPACE (* str))
1284 while (ISSPACE (* str))
H A Dia64-gen.c621 while (ISSPACE (buf[strlen (buf) - 1]))
649 while (*tmp && ISSPACE (*tmp))
710 while (ISSPACE (*tmp))
825 while (ISSPACE (buf[strlen (buf) - 1]))
833 while (ISSPACE (*tmp))
840 while (ISSPACE (*tmp))
847 while (ISSPACE (*tmp))
H A Dip2k-opc.c45 for (hash = 0; *m && !ISSPACE(*m); m++)
/haiku-fatelf/src/bin/patch/
H A Dutil.c923 while (ISSPACE ((unsigned char) *at))
940 else if (ISSPACE ((unsigned char) *t))
960 if (*u && ! ISSPACE ((unsigned char) *u))
H A Dpartime.c71 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
547 while (ISSPACE ((unsigned char) *s))
H A Dpch.c363 for (t = s + 7; ISSPACE ((unsigned char) *t); t++)
366 for (t = revision; *t && !ISSPACE ((unsigned char) *t); t++)
/haiku-fatelf/src/bin/gawk/
H A Dnode.c70 while (cp < cpend && ISSPACE(*cp))
106 while (ISSPACE(*ptr))
H A Dmain.c307 while (ISSPACE(*scan))
H A Dawk.h112 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace ((unsigned char) c)) macro
H A Dawkgram.y1510 if (! ISSPACE(c)) {
H A Dawkgram.c3349 if (! ISSPACE(c)) {
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h262 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
H A Dsdiff.c878 if (! ISSPACE (c) || c == '\n')
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c102 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
109 # define ISSPACE(Ch) iswspace (Ch) macro
121 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
128 # define ISSPACE(Ch) isspace (Ch) macro
545 while (ISSPACE (c));
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dsmatch.c187 result = ISSPACE (c);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsrec.c421 && ! ISSPACE (c))
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c251 # define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c))
3381 || (is_space && ISSPACE (ch))
250 # define ISSPACE macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c241 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3339 || (is_space && ISSPACE (ch))
240 # define ISSPACE macro

Completed in 300 milliseconds

12