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

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dprintbuf.c23 if (ISPRINT(c))
H A Dprintsbuf.c20 if (ISPRINT(*s))
H A Dinet_addr.c84 #define ISPRINT(x) isprint((u_char)(x)) macro
H A Dipft_hx.c114 if (ISPRINT(*t) && ISASCII(*t))
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Deuc.h44 #define ISPRINT(c, wp) (wp._multibyte && !ISASCII(c) || isprint(c)) macro
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Ddr_util.c193 #define ISPRINT(c) ((c >= ' ') && (c <= '~')) macro
232 *aoff = (ISPRINT(msg[i + j])) ? msg[i + j] : '.';
H A Dds_common.c1948 #define ISPRINT(c) ((c >= ' ') && (c <= '~')) macro
1985 *aoff = (ISPRINT(buf[i + j])) ? buf[i + j] : '.';
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c670 *t++ = (ISPRINT(*s) ? *s : '.');
688 *t++ = (ISPRINT(*s) ? *s : '.');
H A Dipfstat.c64 # undef ISPRINT macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1690 #define ISPRINT(x) isprint((u_char)(x)) macro

Completed in 117 milliseconds