Home
last modified time | relevance | path

Searched defs:ISPRINT (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dinet_addr.c84 #define ISPRINT(x) isprint((u_char)(x)) macro
/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/sys/
H A Dctype.h60 #define ISPRINT(_c) \ macro
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
H A Dds_common.c1948 #define ISPRINT(c) ((c >= ' ') && (c <= '~')) macro