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

1234567

/haiku-buildtools/binutils/gas/config/
H A Dtc-moxie.c198 while (ISSPACE (*op_end))
219 while (ISSPACE (*op_end))
229 while (ISSPACE (*op_end))
237 while (ISSPACE (*op_end))
245 while (ISSPACE (*op_end))
271 while (ISSPACE (*op_end))
289 while (ISSPACE (*op_end))
296 while (ISSPACE (*op_end))
301 while (ISSPACE (*op_end))
310 while (ISSPACE (*op_en
[all...]
H A Dtc-mcore.c361 while (*ilp != 0 && ISSPACE (*ilp))
365 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r'))
495 while (ISSPACE (* s))
553 while (ISSPACE (* s))
652 while (ISSPACE (* s))
799 while (ISSPACE (* s))
806 while (ISSPACE (* s))
832 while (ISSPACE (* s))
864 while (ISSPACE (* str))
964 while (ISSPACE (* op_en
[all...]
H A Dtc-ft32.c265 while (ISSPACE (*op_end))
373 while (ISSPACE (*op_end))
383 while (ISSPACE (*op_end))
398 while (ISSPACE (*op_end))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mcore.c365 while (*ilp != 0 && ISSPACE (*ilp))
369 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r'))
499 while (ISSPACE (* s))
557 while (ISSPACE (* s))
656 while (ISSPACE (* s))
803 while (ISSPACE (* s))
810 while (ISSPACE (* s))
836 while (ISSPACE (* s))
868 while (ISSPACE (* str))
968 while (ISSPACE (* op_en
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dargv.c118 while (ISSPACE (**input))
127 while (*input != EOS && ISSPACE (*input))
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
312 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"')
H A Dstrtod.c60 while (ISSPACE (*p))
H A Dstrtol.c105 } while (ISSPACE(c));
H A Dstrtoul.c74 } while (ISSPACE(c));
H A Dstrtoll.c113 } while (ISSPACE(c));
H A Dstrtoull.c79 } while (ISSPACE(c));
/haiku-buildtools/binutils/binutils/
H A Drclex.c148 while (ISSPACE (*s))
154 if (len > mlen && memcmp (s, "pragma", mlen) == 0 && ISSPACE (s[mlen]))
159 while (ISSPACE (*s))
167 while (ISSPACE (*s))
173 while (ISSPACE (*s))
204 if (*send != '\0' && ! ISSPACE (*send))
211 while (ISSPACE (*s))
393 if (! ISSPACE (*t))
395 while (ISSPACE (*t))
556 assert (ISSPACE (*
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dargv.c121 while (ISSPACE (**input))
130 while (*input != EOS && ISSPACE (*input))
218 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
315 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"')
H A Dstrtod.c60 while (ISSPACE (*p))
H A Dstrtol.c105 } while (ISSPACE(c));
H A Dstrtoul.c74 } while (ISSPACE(c));
H A Dstrtoll.c113 } while (ISSPACE(c));
H A Dstrtoull.c79 } while (ISSPACE(c));
/haiku-buildtools/legacy/binutils/gas/
H A Dinput-file.c172 if (!strncmp (buf, "O_APP", 5) && ISSPACE (buf[5]))
182 if (!strncmp (buf, "PP", 2) && ISSPACE (buf[2]))
/haiku-buildtools/binutils/gas/
H A Dinput-file.c176 && !strncmp (buf, "O_APP", 5) && ISSPACE (buf[5]))
186 && !strncmp (buf, "PP", 2) && ISSPACE (buf[2]))
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrtod.c59 while (ISSPACE (*p))
H A Dstrtol.c103 } while (ISSPACE(c));
H A Dstrtoul.c74 } while (ISSPACE(c));
/haiku-buildtools/legacy/binutils/binutils/
H A Drclex.l257 while (ISSPACE (*s))
261 if (*send != '\0' && ! ISSPACE (*send))
268 while (ISSPACE (*s))
431 assert (ISSPACE (*t));
432 while (ISSPACE (*t))
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-asm.in218 if (* str && ! ISSPACE (* str))
296 while (ISSPACE (* str))
345 while (ISSPACE (* str))
H A Dopenrisc-asm.c429 if (* str && ! ISSPACE (* str))
507 while (ISSPACE (* str))
556 while (ISSPACE (* str))

Completed in 148 milliseconds

1234567