Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h60 #define ISPRINT(_c) \ macro
114 return (ISPRINT(c)); in isprint()
H A Deuc.h42 #define ISPRINT(c, wp) (wp._multibyte && !ISASCII(c) || isprint(c)) macro
/illumos-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] : '.'; 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()
/illumos-gate/usr/src/cmd/ipf/lib/
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))
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c502 if (!ISPRINT(name[i])) in pthread_attr_setname_np()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c847 if (!vflag && (!ISPRINT(*cp, wp))) in fmtentry()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c677 *t++ = (ISPRINT(*s) ? *s : '.');
695 *t++ = (ISPRINT(*s) ? *s : '.');
H A Dipfstat.c66 # undef ISPRINT
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1695 #define ISPRINT(x) isprint((u_char)(x)) macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c2900 if (!ISPRINT(lwpname[i])) { in pr_write_lwpname()