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

1234567

/haiku-buildtools/legacy/binutils/opcodes/
H A Dxc16x-asm.c564 if (* str && ! ISSPACE (* str))
642 while (ISSPACE (* str))
691 while (ISSPACE (* str))
/haiku-buildtools/binutils/opcodes/
H A Dxc16x-asm.c567 if (* str && ! ISSPACE (* str))
647 while (ISSPACE (* str))
696 while (ISSPACE (* str))
H A Depiphany-asm.c647 if (* str && ! ISSPACE (* str))
727 while (ISSPACE (* str))
776 while (ISSPACE (* str))
H A Dmt-asm.c786 if (* str && ! ISSPACE (* str))
866 while (ISSPACE (* str))
915 while (ISSPACE (* str))
H A Dor1k-asm.c694 if (* str && ! ISSPACE (* str))
774 while (ISSPACE (* str))
823 while (ISSPACE (* str))
H A Diq2000-asm.c650 if (* str && ! ISSPACE (* str))
730 while (ISSPACE (* str))
779 while (ISSPACE (* str))
/haiku-buildtools/legacy/gcc/gcc/
H A Dtlink.c620 while (*p && ISSPACE ((unsigned char)*p))
626 for (q = p; *q && ! ISSPACE ((unsigned char)*q); ++q)
H A Dsystem.h113 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
/haiku-buildtools/binutils/cpu/
H A Dip2k.opc65 for (hash = 0; *m && ! ISSPACE (*m); m++)
115 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
H A Dmt.opc81 for (hash = 0; *m && ! ISSPACE (*m); m++)
/haiku-buildtools/gcc/gcc/
H A Dread-rtl.c717 while (ISSPACE (*p))
800 while (*cp && ISSPACE (*cp))
823 while (*cp && ISSPACE (*cp))
1370 while (*s && ISSPACE (*s))
H A Dtlink.c667 while (*p && ISSPACE ((unsigned char) *p))
673 for (q = p; *q && ! ISSPACE ((unsigned char) *q); ++q)
/haiku-buildtools/binutils/gas/config/
H A Dtc-spu.c280 for (param = op; *param != 0 && !ISSPACE (*param); param++)
405 while (ISSPACE (*param))
423 while (ISSPACE (*param))
443 while (ISSPACE (*param))
H A Dtc-mmix.c840 if (ISSPACE (*operands))
2924 if (ISDIGIT (s[0]) && s[1] == 'H' && ISSPACE (s[2]))
2935 while (*s && ISSPACE (*s) && ! is_end_of_line[(unsigned int) *s])
2987 *insn && ISSPACE (*insn) && ! is_end_of_line[(unsigned int) *insn];
3049 && ! ISSPACE (*s)
3056 && ISSPACE (*s)
3064 && ! ISSPACE (c)
3102 && ISSPACE (*s)
3114 if (s[0] == 'I' && s[1] == 'S' && ISSPACE (s[2]))
3163 && (ISSPACE (
[all...]
H A Dtc-tic54x.c2280 && !ISSPACE (*input_line_pointer))
3090 while (*lptr && ISSPACE (*lptr))
3121 while (len > 0 && ISSPACE (operands[numexp].buf[len - 1]))
3145 while (*lptr && ISSPACE (*lptr++))
4199 while (ISSPACE (*next_line))
4772 while (ISSPACE (*comment))
4780 while (ISSPACE (tmp[0]) && ISSPACE (tmp[1]))
4880 while (ISSPACE (tmp[2]))
5358 while (ISSPACE (next_cha
[all...]
H A Dtc-pj.c304 while (ISSPACE (*op_end))
H A Dtc-crx.c775 while ((*operandE != ',') && (! ISSPACE (*operandE)))
783 while (ISSPACE (*operandE))
798 while (ISSPACE (*operandE))
1983 for (param = op; *param != 0 && !ISSPACE (*param); param++)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mmix.c832 if (ISSPACE (*operands))
2917 if (ISDIGIT (s[0]) && s[1] == 'H' && ISSPACE (s[2]))
2928 while (*s && ISSPACE (*s) && ! is_end_of_line[(unsigned int) *s])
2982 *insn && ISSPACE (*insn) && ! is_end_of_line[(unsigned int) *insn];
3044 && ! ISSPACE (*s)
3051 && ISSPACE (*s)
3059 && ! ISSPACE (c)
3097 && ISSPACE (*s)
3109 if (s[0] == 'I' && s[1] == 'S' && ISSPACE (s[2]))
3158 && (ISSPACE (
[all...]
H A Dtc-tic54x.c2474 && !ISSPACE (*input_line_pointer))
3370 while (*lptr && ISSPACE (*lptr))
3401 while (len > 0 && ISSPACE (operands[numexp].buf[len - 1]))
3425 while (*lptr && ISSPACE (*lptr++))
4511 while (ISSPACE (*next_line))
5107 while (ISSPACE (*comment))
5115 while (ISSPACE (tmp[0]) && ISSPACE (tmp[1]))
5216 while (ISSPACE (tmp[2]))
5737 if (ISSPACE (
[all...]
H A Dtc-crx.c819 while ((*operandE != ',') && (! ISSPACE (*operandE)))
827 while (ISSPACE (*operandE))
842 while (ISSPACE (*operandE))
2026 for (param = op; *param != 0 && !ISSPACE (*param); param++)
H A Dtc-pj.c304 while (ISSPACE (*op_end))
/haiku-buildtools/legacy/binutils/binutils/
H A Drclex.c2368 while (ISSPACE (*s))
2372 if (*send != '\0' && ! ISSPACE (*send))
2379 while (ISSPACE (*s))
2542 assert (ISSPACE (*t));
2543 while (ISSPACE (*t))
/haiku-buildtools/legacy/binutils/cpu/
H A Dmt.opc83 for (hash = 0; *m && ! ISSPACE (*m); m++)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dpexecute.c35 #define ISSPACE (x) isspace(x) macro
179 if (*cp == '"' || *cp == '\'' || *cp == '\\' || ISSPACE (*cp))
/haiku-buildtools/binutils/binutils/
H A Dstrings.c84 || (include_all_whitespace == TRUE && ISSPACE (c))) \

Completed in 161 milliseconds

1234567