| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | quotearg.c | 77 # 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 D | system.h | 186 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro
|
| H A D | dfa.c | 77 #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 D | multibyte.h | 51 #define ISPRINT iswprint macro 85 #define ISPRINT isprint macro
|
| H A D | msg.c | 882 if (!ISPRINT(*cp)) in msg_print()
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | printsbuf.c | 26 if (ISPRINT(*s))
|
| H A D | inet_addr.c | 85 #define ISPRINT(x) isprint((u_char)(x)) macro
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | mingw32.h | 95 if (ISPRINT (c)) \
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | safe-ctype.h | 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | safe-ctype.h | 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | safe-ctype.h | 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | strings.c | 89 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
|
| H A D | sysdump.c | 240 ISPRINT (y->data[x]) ? y->data[x] : '.'); in pbarray()
|
| H A D | ChangeLog-0001 | 393 (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 D | objdump.c | 1492 if (ISPRINT (data[j])) in disassemble_bytes() 2525 printf ("%c", ISPRINT (data[j]) ? data[j] : '.'); in dump_section()
|
| H A D | resrc.c | 2382 && 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 D | defaults.h | 84 if (ISPRINT(c)) \
|
| H A D | dwarf2asm.c | 265 if (ISPRINT(c)) in dw2_asm_output_nstring()
|
| H A D | toplev.c | 661 if (ISPRINT (c)) in output_quoted_string()
|
| H A D | c-pretty-print.c | 798 if (ISPRINT (c)) in pp_c_char()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ihex.c | 220 if (! ISPRINT (c)) in ihex_bad_byte()
|
| H A D | srec.c | 251 if (! ISPRINT (c)) in srec_bad_byte()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldlex.l | 684 if (! ISPRINT (*what))
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | regex.c | 228 # 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 D | regex.c | 228 # undef ISPRINT 229 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro 3287 || (is_print && ISPRINT (ch))) in PREFIX()
|