Searched refs:ISSPACE (Results 76 - 100 of 170) sorted by relevance

1234567

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mn10200.c925 for (s = str; *s != '\0' && !ISSPACE (*s); s++)
939 while (ISSPACE (*str))
1173 while (ISSPACE (*str))
H A Dtc-msp430.c469 if (ISSPACE (*s))
473 while (ISSPACE (*m) && *m)
485 while (ISSPACE (*s))
838 while (*from && ! ISSPACE (*from) && *from != '.' && limit > size)
1451 while (! ISSPACE (*line) && *line)
H A Dtc-bfin.c838 while (ISSPACE (*c))
901 while (ISSPACE (*c)) c++;
2011 while (!ISSPACE (*ptr) && !is_end_of_line[(unsigned char) *ptr])
H A Dtc-i370.c1928 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
1953 while (ISSPACE (*str))
2220 while (ISSPACE (*str))
H A Dtc-v850.c1629 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
1646 while (ISSPACE (*str))
2040 while (ISSPACE (*str))
H A Dtc-s390.c1181 while (ISSPACE (*str))
1449 while (ISSPACE (*str))
1548 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
1616 while (*s != '\0' && *s != ',' && ! ISSPACE (*s))
/haiku-buildtools/binutils/gas/config/
H A Dtc-mn10200.c890 for (s = str; *s != '\0' && !ISSPACE (*s); s++)
904 while (ISSPACE (*str))
1138 while (ISSPACE (*str))
H A Dtc-i370.c1928 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
1952 while (ISSPACE (*str))
2217 while (ISSPACE (*str))
H A Dtc-microblaze.c421 while (ISSPACE (* s))
594 while (ISSPACE (* s))
909 while (ISSPACE (* str))
1732 while (ISSPACE (* op_end))
H A Dtc-s390.c1260 while (ISSPACE (*str))
1579 while (ISSPACE (*str))
1680 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
1746 while (*s != '\0' && *s != ',' && ! ISSPACE (*s))
/haiku-buildtools/binutils/opcodes/
H A Di386-gen.c714 while (ISSPACE (*str))
732 if (ISSPACE (str [last]))
1076 if (ISSPACE (str[i]) || str[i] == '}')
H A Dia64-gen.c632 while (ISSPACE (buf[strlen (buf) - 1]))
660 while (*tmp && ISSPACE (*tmp))
718 while (ISSPACE (*tmp))
833 while (ISSPACE (buf[strlen (buf) - 1]))
841 while (ISSPACE (*tmp))
848 while (ISSPACE (*tmp))
855 while (ISSPACE (*tmp))
H A Dfrv-asm.c1454 if (* str && ! ISSPACE (* str))
1534 while (ISSPACE (* str))
1583 while (ISSPACE (* str))
H A Dmep-asm.c1478 if (* str && ! ISSPACE (* str))
1558 while (ISSPACE (* str))
1607 while (ISSPACE (* str))
H A Dip2k-opc.c44 for (hash = 0; *m && ! ISSPACE (*m); m++)
/haiku-buildtools/legacy/binutils/opcodes/
H A Dia64-gen.c632 while (ISSPACE (buf[strlen (buf) - 1]))
660 while (*tmp && ISSPACE (*tmp))
721 while (ISSPACE (*tmp))
836 while (ISSPACE (buf[strlen (buf) - 1]))
844 while (ISSPACE (*tmp))
851 while (ISSPACE (*tmp))
858 while (ISSPACE (*tmp))
H A Dfrv-asm.c1451 if (* str && ! ISSPACE (* str))
1529 while (ISSPACE (* str))
1578 while (ISSPACE (* str))
H A Dip2k-opc.c44 for (hash = 0; *m && ! ISSPACE (*m); m++)
H A Dm32c-asm.c744 if (ISSPACE (*newp))
1771 if (* str && ! ISSPACE (* str))
1849 while (ISSPACE (* str))
1898 while (ISSPACE (* str))
/haiku-buildtools/gcc/gcc/
H A Dgensupport.c1512 while (ISSPACE ((unsigned char) *insn_out));
1553 while (ISSPACE (*str))
1593 while (ISSPACE (*str))
1650 while (ISSPACE (*sp) || *sp == '@')
2334 while (ISSPACE (*cp))
2338 if (!ISSPACE (*ep))
H A Dcollect2.c529 if (!ISSPACE (c))
2412 && ISSPACE (p[p[3] == '_' ? 14 : 13]))
2440 for (end = p; (ch2 = *end) != '\0' && !ISSPACE (ch2) && ch2 != '|';
2603 (ch2 = *end) != '\0' && ch2 != '\n' && !ISSPACE (ch2) && ch2 != '|';
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
60 # define ISSPACE(Ch) isspace (Ch) macro
604 while (ISSPACE (c));
/haiku-buildtools/gcc/fixincludes/
H A Dfixfixes.c361 while ((ISSPACE (*p) || ISUPPER (*p)) && p < limit) p++;
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixfixes.c368 while ((ISSPACE (*p) || ISUPPER (*p)) && p < limit) p++;
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c2788 for (end_p1 = start; (ch = *end_p1) != '\0' && !ISSPACE (ch); end_p1++)
2841 for (end_p1 = start; (ch = *end_p1) != '\0' && !ISSPACE (ch); end_p1++)
2953 if (ch == '\0' || ISSPACE (ch))
2977 else if (ch == '\0' || ISSPACE (ch))
3479 for (start_func = start; ISSPACE ((unsigned char)*start_func); start_func++)
3540 for (start_func = start; ISSPACE ((unsigned char)*start_func); start_func++)
3884 while (ISSPACE ((unsigned char)*p))
3890 && ISSPACE ((unsigned char)(p[pseudo_ops[i].len])))
3893 while (ISSPACE ((unsigned char)*p))

Completed in 195 milliseconds

1234567