Searched refs:ISSPACE (Results 101 - 125 of 170) sorted by relevance

1234567

/haiku-buildtools/binutils/opcodes/
H A Dm32c-asm.c739 if (ISSPACE (*newp))
1775 if (* str && ! ISSPACE (* str))
1855 while (ISSPACE (* str))
1904 while (ISSPACE (* str))
/haiku-buildtools/legacy/binutils/ld/
H A Ddeffilep.y592 && (ISSPACE (*param) || *param == '\n' || *param == 0))
605 && !(ISSPACE (tend[-1]) && *tend == '-')
H A Dldmain.c843 while (ISSPACE (c))
850 while (! ISSPACE (c) && c != EOF)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.c143 while (ISSPACE (*file_name_buf)) file_name_buf++;
161 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--;
/haiku-buildtools/gcc/gcc/config/i386/
H A Dwinnt.c792 if (ISSPACE (*bufptr))
796 while (*bufptr && !ISSPACE (*bufptr))
/haiku-buildtools/binutils/ld/
H A Dldmain.c754 while (ISSPACE (c))
761 while (!ISSPACE (c) && c != EOF)
H A Ddeffilep.y898 && (ISSPACE (*param) || *param == '\n' || *param == 0))
911 && !(ISSPACE (tend[-1]) && *tend == '-')
/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c3089 while (ISSPACE (*argstr))
3124 while (ISSPACE (*(++eq))) ;
3126 while (ISSPACE (*(--end_eq))) ;
3160 while (ISSPACE (*(++eq))) ;
3169 if (ISSPACE (*t))
/haiku-buildtools/binutils/gas/config/
H A Dtc-msp430.c429 if (ISSPACE (*s))
433 while (ISSPACE (*m) && *m)
445 while (ISSPACE (*s))
1618 while (*from && ! ISSPACE (*from) && *from != '.' && limit > size)
2531 if (*line && ! ISSPACE (*line))
H A Dtc-mn10300.c1247 for (s = str; *s != '\0' && !ISSPACE (*s); s++)
1261 while (ISSPACE (*str))
1820 while (ISSPACE (*str))
H A Dtc-rx.c438 while (ISSPACE (*p))
444 while (ISSPACE (*p))
529 while (ISSPACE (*++p))
1048 while (ISSPACE (* name))
H A Dtc-cris.c1691 || ! ISSPACE (s[2]))
3240 && ! ISSPACE (**cPP))
4297 && (str[0][len] == 0 || ISSPACE (str[0][len])))
H A Dtc-v850.c2320 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
2337 while (ISSPACE (*str))
3014 while (ISSPACE (*str))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mn10300.c1386 for (s = str; *s != '\0' && !ISSPACE (*s); s++)
1400 while (ISSPACE (*str))
1964 while (ISSPACE (*str))
H A Dtc-arc.c1472 while (ISSPACE (*str))
1801 while (ISSPACE (*str))
H A Dtc-cris.c1664 || ! ISSPACE (s[2]))
3201 && ! ISSPACE (**cPP))
4190 && (str[0][len] == 0 || ISSPACE (str[0][len])))
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmheader.c2262 while (ISSPACE (c) || c == ',')
2315 while (ISSPACE (c));
2317 while (! ISSPACE (c) && c != EOF)
2342 if (c != EOF && ! ISSPACE (c) && c != ',')
2415 while (! ISSPACE (c)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dxref.c735 while (i > 0 && ISSPACE((unsigned char) typ[i-1])) typ[--i] = 0;
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.c632 while (ISSPACE(*p))
/haiku-buildtools/gcc/gcc/
H A Dpretty-print.c898 if (ISSPACE (c))
H A Dgengtype-state.c361 if (ISSPACE (c))
466 else if (ISSPACE (c) && c != '\n')
/haiku-buildtools/binutils/binutils/
H A Dnlmheader.c2342 while (ISSPACE (c) || c == ',')
2395 while (ISSPACE (c));
2397 while (! ISSPACE (c) && c != EOF)
2422 if (c != EOF && ! ISSPACE (c) && c != ',')
2495 while (! ISSPACE (c)
/haiku-buildtools/binutils/cpu/
H A Dm32c.opc773 if (ISSPACE (*newp))
/haiku-buildtools/legacy/binutils/cpu/
H A Dm32c.opc776 if (ISSPACE (*newp))
/haiku-buildtools/legacy/binutils/opcodes/
H A Darm-dis.c2890 while ((*options) && (! ISSPACE (*options)) && (*options != ','))
2893 while (ISSPACE (*options) || (*options == ','))

Completed in 241 milliseconds

1234567