Searched refs:ISPRINT (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintsbuf.c26 if (ISPRINT(*s))
H A Dinet_addr.c81 #define ISPRINT(x) isprint((u_char)(x)) macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dmingw32.h95 if (ISPRINT (c)) \
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h51 #define ISPRINT iswprint macro
85 #define ISPRINT isprint macro
H A Dmsg.c882 if (!ISPRINT(*cp))
/freebsd-11-stable/contrib/libreadline/
H A Dchardefs.h87 #undef ISPRINT macro
95 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
H A Dtext.c1055 if (rl_point == rl_end && ISPRINT (c) && _rl_last_c_pos)
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c77 # define iswprint(wc) ISPRINT ((unsigned char) (wc))
98 #undef ISPRINT macro
99 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
410 printable = ISPRINT (c);
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)
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstrings.c90 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c240 ISPRINT (y->data[x]) ? y->data[x] : '.');
H A Dresrc.c2385 && ISPRINT (acc->key)
2834 if (! ISPRINT (data[i]) && data[i] != '\n'
H A Dobjdump.c1496 if (ISPRINT (data[j]))
2534 printf ("%c", ISPRINT (data[j]) ? data[j] : '.');
/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h84 if (ISPRINT(c)) \
H A Ddwarf2asm.c266 if (ISPRINT(c))
H A Dtoplev.c661 if (ISPRINT (c))
H A Dc-pretty-print.c801 if (ISPRINT (c))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c220 if (! ISPRINT (c))
H A Dsrec.c251 if (! ISPRINT (c))
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l687 if (! ISPRINT (*what))
/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c1717 #define ISPRINT(c) (isascii(c) && isprint(c)) macro
1720 for (j = 0; j < len && ISPRINT(dnsname[j]); j++)

Completed in 322 milliseconds

12