Home
last modified time | relevance | path

Searched refs:ISPRINT (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/gnu/lib/libreadline/
H A Dchardefs.h83 #undef ISPRINT
89 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h199 #ifndef ISPRINT
200 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
H A Dside.c150 if (! ISPRINT (c))
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dwindres.c615 if ((ISPRINT (b1) || ISSPACE (b1)) in format_from_filename()
616 && (ISPRINT (b2) || ISSPACE (b2)) in format_from_filename()
617 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
618 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
619 && (ISPRINT (b5) || ISSPACE (b5))) in format_from_filename()
H A Dwinduni.c95 else if (ISPRINT (ch)) in unicode_print()
H A Dresrc.c1891 && ISPRINT (acc->key) in write_rc_accelerators()
2284 if (ISPRINT (*s)) in write_rc_rcdata()
2322 if (! ISPRINT (ri->u.buffer.data[i + j]) in write_rc_rcdata()
2330 if (! ISPRINT (ri->u.buffer.data[i + j])) in write_rc_rcdata()
2356 if (! ISPRINT (ri->u.buffer.data[i + j]) in write_rc_rcdata()
2364 if (! ISPRINT (ri->u.buffer.data[i + j])) in write_rc_rcdata()
2384 && ISPRINT (ri->u.buffer.data[i])) in write_rc_rcdata()
H A Dstrings.c91 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c248 ISPRINT (y->data[x]) ? y->data[x] : '.'); in pbarray()
H A DChangeLog-0001393 (disassemble_bytes): Use ISPRINT instead of isprint.
395 (dump_data): Use ISPRINT instead of isprint.
403 (write_rc_accelerators): Use ISPRINT instead of isprint.
416 (isgraphic): Use ISPRINT instead of isascii/isprint.
419 (pbarray): Use ISPRINT instead of isprint.
422 (format_from_filename): Use ISPRINT instead of isprint.
425 (unicode_print): Use ISPRINT instead of isprint.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dwindres.c619 if ((ISPRINT (b1) || ISSPACE (b1)) in format_from_filename()
620 && (ISPRINT (b2) || ISSPACE (b2)) in format_from_filename()
621 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
622 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
623 && (ISPRINT (b5) || ISSPACE (b5))) in format_from_filename()
H A Dwinduni.c102 else if (ISPRINT (ch)) in unicode_print()
H A Dresrc.c1925 && ISPRINT (acc->key) in write_rc_accelerators()
2318 if (ISPRINT (*s)) in write_rc_rcdata()
2356 if (! ISPRINT (ri->u.buffer.data[i + j]) in write_rc_rcdata()
2364 if (! ISPRINT (ri->u.buffer.data[i + j])) in write_rc_rcdata()
2390 if (! ISPRINT (ri->u.buffer.data[i + j]) in write_rc_rcdata()
2398 if (! ISPRINT (ri->u.buffer.data[i + j])) in write_rc_rcdata()
2418 && ISPRINT (ri->u.buffer.data[i])) in write_rc_rcdata()
H A Dstrings.c92 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c241 ISPRINT (y->data[x]) ? y->data[x] : '.'); in pbarray()
H A DChangeLog-0001393 (disassemble_bytes): Use ISPRINT instead of isprint.
395 (dump_data): Use ISPRINT instead of isprint.
403 (write_rc_accelerators): Use ISPRINT instead of isprint.
416 (isgraphic): Use ISPRINT instead of isascii/isprint.
419 (pbarray): Use ISPRINT instead of isprint.
422 (format_from_filename): Use ISPRINT instead of isprint.
425 (unicode_print): Use ISPRINT instead of isprint.
/openbsd/gnu/gcc/gcc/config/i386/
H A Dmingw32.h95 if (ISPRINT (c)) \
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dmingw32.h118 if (ISPRINT (c)) \
/openbsd/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/openbsd/gnu/gcc/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/openbsd/gnu/lib/libiberty/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djvgenmain.c129 if (! ISPRINT (*p)) in main()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddefaults.h110 if (ISPRINT(c)) \
/openbsd/gnu/gcc/gcc/
H A Ddefaults.h84 if (ISPRINT(c)) \
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.c178 if (! ISPRINT (*s)) in bfd_pef_parse_traceback_table()
832 if (! ISPRINT (*s)) in bfd_pef_parse_function_stubs()

123