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

1234567

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m32r.c998 while (ISSPACE (*s2++))
H A Dtc-arm.c13961 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
14002 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
14036 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
H A Dtc-mips.c7949 for (s = str; *s != '\0' && !ISSPACE (*s); ++s)
7955 if (ISSPACE (*s))
7974 *s != '\0' && *s != '.' && !ISSPACE (*s);
10324 if (!ISSPACE ((*str)[len]) && (*str)[len] != '(')
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c1451 || ISSPACE (input_line_pointer[1])))
H A Dtc-d30v.c1835 while (ISSPACE (*c))
H A Dtc-m32r.c994 while (ISSPACE (*s2++))
H A Drx-parse.y1363 while (ISSPACE (*rx_lex_start)
H A Dtc-sh.c2948 while (ISSPACE (*name))
2952 while (!ISSPACE (name[name_length]))
H A Dtc-tic6x.c494 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
H A Dtc-arm.c26648 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
26690 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
26724 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
26756 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
26819 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
H A Dtc-mips.c13841 for (end = 0; str[end] != '\0' && !ISSPACE (str[end]); end++)
14131 if (!ISSPACE ((*str)[len]) && (*str)[len] != '(')
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c246 #define ISSPACE(c) (ISASCII (c) && isspace (c))
2304 || (is_space && ISSPACE (ch))
245 #define ISSPACE macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c237 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3303 || (is_space && ISSPACE (ch))
236 # define ISSPACE macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c239 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3305 || (is_space && ISSPACE (ch))
238 # define ISSPACE macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c239 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3306 || (is_space && ISSPACE (ch))
238 # define ISSPACE macro
/haiku-buildtools/gcc/gcc/
H A Dgenautomata.c1160 while (ISSPACE ((int) **pstr))
1175 if (pars_num == 0 && ISSPACE ((int) *p))
H A Dgenattrtab.c4803 while (ISSPACE (*p));
H A Dreal.c2470 while (ISSPACE (*str))
/haiku-buildtools/binutils/ld/
H A Dldlang.c8397 while (*p == ',' || ISSPACE (*p))
8402 while (*q && *q != ',' && !ISSPACE (*q))
/haiku-buildtools/legacy/gcc/gcc/
H A Dcccp.c4499 while (fin != limit && (!ISSPACE(*fin)))

Completed in 539 milliseconds

1234567