Searched refs:ISPRINT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 49 #define ISPRINT iswprint macro 83 #define ISPRINT isprint macro
|
H A D | msg.c | 857 if (!ISPRINT(*cp)) in msg_print()
|
/freebsd/sbin/ipf/libipf/ |
H A D | printsbuf.c | 24 if (ISPRINT(*s)) in printsbuf()
|
H A D | inet_addr.c | 76 #define ISPRINT(x) isprint((u_char)(x)) macro
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 1796 #define ISPRINT(c) (isascii(c) && isprint(c)) 1799 for (j = 0; j < len && ISPRINT(dnsname[j]); j++)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil.c | 2379 IMPL_CTYPE_FN(ISPRINT) in IMPL_CTYPE_FN()
|
/freebsd/contrib/libevent/ |
H A D | evutil.c | 2379 IMPL_CTYPE_FN(ISPRINT) in IMPL_CTYPE_FN()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 163 (CTYPE_DOMAIN, ISPRINT, ISSPACE, TOLOWER, _tolower, errno): Remove; 1288 (ISPRINT, ISSPACE): Remove ifndef wrappers. 2153 (CTYPE_DOMAIN, ISDIGIT, ISPRINT, ISSPACE, ISUPPER): New macros that
|