Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dctype.h60 #define ISPRINT(_c) \ macro
114 return (ISPRINT(c)); in isprint()
H A Deuc.h44 #define ISPRINT(c, wp) (wp._multibyte && !ISASCII(c) || isprint(c)) macro
/titanic_44/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] : '.'; in dr_dbg_dump_msg()
H A Dds_common.c1948 #define ISPRINT(c) ((c >= ' ') && (c <= '~')) macro
1985 *aoff = (ISPRINT(buf[i + j])) ? buf[i + j] : '.'; in ds_dump_msg()
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintsbuf.c20 if (ISPRINT(*s))
H A Dprintbuf.c23 if (ISPRINT(c))
H A Dinet_addr.c84 #define ISPRINT(x) isprint((u_char)(x)) macro
H A Dipft_hx.c114 if (ISPRINT(*t) && ISASCII(*t))
/titanic_44/usr/src/cmd/backup/restore/
H A Dinteractive.c880 if (!vflag && (!ISPRINT(*cp, wp)))
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c677 *t++ = (ISPRINT(*s) ? *s : '.');
695 *t++ = (ISPRINT(*s) ? *s : '.');
H A Dipfstat.c66 # undef ISPRINT
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1695 #define ISPRINT(x) isprint((u_char)(x)) macro