Home
last modified time | relevance | path

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

12

/freebsd-12.1/gnu/usr.bin/grep/
H A Dquotearg.c77 # define iswprint(wc) ISPRINT ((unsigned char) (wc))
98 #undef ISPRINT
99 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
410 printable = ISPRINT (c); in quotearg_buffer_restyled()
H A Dsystem.h186 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro
H A Ddfa.c77 #define ISPRINT(C) isprint(C) macro
89 #define ISPRINT(C) (isascii(C) && isprint(C)) macro
667 FUNC(is_print, ISPRINT) in FUNC()
/freebsd-12.1/contrib/nvi/common/
H A Dmultibyte.h51 #define ISPRINT iswprint macro
85 #define ISPRINT isprint macro
H A Dmsg.c882 if (!ISPRINT(*cp)) in msg_print()
/freebsd-12.1/contrib/ipfilter/lib/
H A Dprintsbuf.c26 if (ISPRINT(*s))
H A Dinet_addr.c85 #define ISPRINT(x) isprint((u_char)(x)) macro
/freebsd-12.1/contrib/gcc/config/i386/
H A Dmingw32.h95 if (ISPRINT (c)) \
/freebsd-12.1/contrib/gdb/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-12.1/contrib/gcclibs/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-12.1/contrib/binutils/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-12.1/contrib/binutils/binutils/
H A Dstrings.c89 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c240 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.
H A Dobjdump.c1492 if (ISPRINT (data[j])) in disassemble_bytes()
2525 printf ("%c", ISPRINT (data[j]) ? data[j] : '.'); in dump_section()
H A Dresrc.c2382 && ISPRINT (acc->key) in write_rc_accelerators()
2831 if (! ISPRINT (data[i]) && data[i] != '\n' in test_rc_datablock_text()
/freebsd-12.1/contrib/gcc/
H A Ddefaults.h84 if (ISPRINT(c)) \
H A Ddwarf2asm.c265 if (ISPRINT(c)) in dw2_asm_output_nstring()
H A Dtoplev.c661 if (ISPRINT (c)) in output_quoted_string()
H A Dc-pretty-print.c798 if (ISPRINT (c)) in pp_c_char()
/freebsd-12.1/contrib/binutils/bfd/
H A Dihex.c220 if (! ISPRINT (c)) in ihex_bad_byte()
H A Dsrec.c251 if (! ISPRINT (c)) in srec_bad_byte()
/freebsd-12.1/contrib/binutils/ld/
H A Dldlex.l684 if (! ISPRINT (*what))
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dregex.c228 # undef ISPRINT
229 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
3287 || (is_print && ISPRINT (ch))) in PREFIX()
/freebsd-12.1/contrib/binutils/libiberty/
H A Dregex.c228 # undef ISPRINT
229 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
3287 || (is_print && ISPRINT (ch))) in PREFIX()

12