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

1234567

/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmheader.y685 while (ISSPACE (c) || c == ',')
738 while (ISSPACE (c));
740 while (! ISSPACE (c) && c != EOF)
765 if (c != EOF && ! ISSPACE (c) && c != ',')
838 while (! ISSPACE (c)
H A Dwindres.c624 if ((ISPRINT (b1) || ISSPACE (b1))
625 && (ISPRINT (b2) || ISSPACE (b2))
626 && (ISPRINT (b3) || ISSPACE (b3))
627 && (ISPRINT (b4) || ISSPACE (b4))
628 && (ISPRINT (b5) || ISSPACE (b5)))
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h102 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dargv.c215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
281 while (ISSPACE (*input))
/haiku-buildtools/legacy/binutils/opcodes/
H A Dip2k-asm.c77 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
699 if (* str && ! ISSPACE (* str))
777 while (ISSPACE (* str))
826 while (ISSPACE (* str))
H A Dfr30-asm.c498 if (* str && ! ISSPACE (* str))
576 while (ISSPACE (* str))
625 while (ISSPACE (* str))
H A Dm32r-asm.c516 if (* str && ! ISSPACE (* str))
594 while (ISSPACE (* str))
643 while (ISSPACE (* str))
H A Dxstormy16-asm.c464 if (* str && ! ISSPACE (* str))
542 while (ISSPACE (* str))
591 while (ISSPACE (* str))
H A Diq2000-asm.c647 if (* str && ! ISSPACE (* str))
725 while (ISSPACE (* str))
774 while (ISSPACE (* str))
H A Dmt-asm.c783 if (* str && ! ISSPACE (* str))
861 while (ISSPACE (* str))
910 while (ISSPACE (* str))
/haiku-buildtools/binutils/binutils/
H A Dnlmheader.y684 while (ISSPACE (c) || c == ',')
737 while (ISSPACE (c));
739 while (! ISSPACE (c) && c != EOF)
764 if (c != EOF && ! ISSPACE (c) && c != ',')
837 while (! ISSPACE (c)
H A Dwindres.c638 if ((ISPRINT (b1) || ISSPACE (b1))
639 && (ISPRINT (b2) || ISSPACE (b2))
640 && (ISPRINT (b3) || ISSPACE (b3))
641 && (ISPRINT (b4) || ISSPACE (b4))
642 && (ISPRINT (b5) || ISSPACE (b5)))
/haiku-buildtools/binutils/opcodes/
H A Dip2k-asm.c77 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
702 if (* str && ! ISSPACE (* str))
782 while (ISSPACE (* str))
831 while (ISSPACE (* str))
H A Dfr30-asm.c501 if (* str && ! ISSPACE (* str))
581 while (ISSPACE (* str))
630 while (ISSPACE (* str))
H A Dlm32-asm.c540 if (* str && ! ISSPACE (* str))
620 while (ISSPACE (* str))
669 while (ISSPACE (* str))
H A Dm32r-asm.c519 if (* str && ! ISSPACE (* str))
599 while (ISSPACE (* str))
648 while (ISSPACE (* str))
H A Dxstormy16-asm.c467 if (* str && ! ISSPACE (* str))
547 while (ISSPACE (* str))
596 while (ISSPACE (* str))
/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c2009 while (ISSPACE ((const unsigned char)*params_list))
2014 while (*params_list && !ISSPACE ((const unsigned char)*params_list))
2029 while (ISSPACE ((const unsigned char)*params_list))
2032 && !ISSPACE ((const unsigned char)*params_list))
2968 for (++ptr; ISSPACE ((const unsigned char)*ptr);
3337 while (ISSPACE ((const unsigned char)*next_end))
3358 ISSPACE ((const unsigned char)*func_name_limit); )
3454 if (ISSPACE ((unsigned char)*end_formals))
3455 while (ISSPACE ((unsigned char)*end_formals))
3484 if (ISSPACE ((cons
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgengtype-lex.l134 for (len = yyleng; ISSPACE (yytext[len-1]); len--)
H A Dgenoutput.c686 while (ISSPACE (*cp))
714 while (ISSPACE (*cp))
733 if (!ISSPACE (*ep))
818 if (ISSPACE (c) || strchr (indep_constraints, c))
1180 if (! ISSPACE (ch))
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dserver.c124 while ((pz_scan > pz_text) && ISSPACE (pz_scan[-1]))
/haiku-buildtools/gcc/fixincludes/
H A Dserver.c124 while ((pz_scan > pz_text) && ISSPACE (pz_scan[-1]))
H A Dfixincl.c125 while (ISSPACE (*file_name_buf)) file_name_buf++;
143 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--;
631 if (! ISSPACE(*fnm++))
633 while (ISSPACE(*fnm)) fnm++;
639 if (! ISSPACE(*fnm++))
641 while (ISSPACE(*fnm)) fnm++;
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro

Completed in 134 milliseconds

1234567