Searched refs:ISPRINT (Results 26 - 50 of 58) sorted by relevance

123

/haiku-buildtools/binutils/ld/
H A Dldlex.l722 if (! ISPRINT (*what))
H A Dldlex.c4420 if (! ISPRINT (*what))
/haiku-buildtools/legacy/binutils/bfd/
H A Dsrec.c251 if (! ISPRINT (c))
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-lex.c1923 if (ISPRINT (c))
H A Dcpplib.c136 if (ISPRINT (c))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-cppbuiltin.c1350 if (ISPRINT ((unsigned char) *p))
H A Dc-pretty-print.c896 if (ISPRINT (c))
/haiku-buildtools/gcc/gcc/fortran/
H A Dscanner.c102 return (gfc_wide_fits_in_byte (c) && ISPRINT ((unsigned char) c));
/haiku-buildtools/binutils/bfd/
H A Dsrec.c251 if (! ISPRINT (c))
/haiku-buildtools/binutils/libiberty/
H A Dd-demangle.c1119 if (ISPRINT (val))
H A Dregex.c206 ctype uses should be through macros like ISPRINT... If
231 # undef ISPRINT macro
232 # define ISPRINT(c) (ISASCII (c) && isprint (c))
3303 || (is_print && ISPRINT (ch)))
230 # undef ISPRINT macro
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c1437 if (ISPRINT (data[j]))
2459 printf ("%c", ISPRINT (data[j]) ? data[j] : '.');
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c1836 if (ISPRINT (data[j]))
3040 printf ("%c", ISPRINT (data[j]) ? data[j] : '.');
H A Dod-macho.c1139 fputc (ISPRINT (buf[i + j]) ? buf[i + j] : '.', stdout);
H A Ddlltool.c3734 if (data[0] != '\0' && ISPRINT (data[0])
3735 && ((datasize < 2) || ISPRINT (data[1])))
H A Dresrc.c2451 && ISPRINT (acc->key)
2906 if (! ISPRINT (data[i]) && data[i] != '\n'
/haiku-buildtools/legacy/binutils/ld/
H A Dldlex.c3829 if (! ISPRINT (*what))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derror.c1254 if (ISPRINT (c))
H A Dlex.c4033 if (ISPRINT (c))
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c213 ctype uses should be through macros like ISPRINT... If
238 #undef ISPRINT macro
239 #define ISPRINT(c) (ISASCII (c) && isprint (c))
2301 || (is_print && ISPRINT (ch)))
237 #undef ISPRINT macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c204 ctype uses should be through macros like ISPRINT... If
229 # undef ISPRINT macro
230 # define ISPRINT(c) (ISASCII (c) && isprint (c))
3300 || (is_print && ISPRINT (ch)))
228 # undef ISPRINT macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c206 ctype uses should be through macros like ISPRINT... If
231 # undef ISPRINT macro
232 # define ISPRINT(c) (ISASCII (c) && isprint (c))
3302 || (is_print && ISPRINT (ch)))
230 # undef ISPRINT macro
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic30.c281 if (ISPRINT (c))
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic30.c279 if (ISPRINT (c))
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c3311 if (ISPRINT (*input_line_pointer))

Completed in 979 milliseconds

123