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

123

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dallprint.c47 if (!ISASCII(ch) || !ISPRINT(ch))
H A Dprintable.c48 if (!ISASCII(ch) || !ISPRINT(ch))
H A Ddir_forest.c98 if (!ISPRINT(ch) || ch == '.' || ch == '/')
H A Dhex_quote.c65 if (ch != '%' && !ISSPACE(ch) && ISPRINT(ch)) {
H A Dunescape.c141 if (ISPRINT(ch)) {
H A Ddict_nisplus.c160 if ((ISASCII(ch) && !ISPRINT(ch)) || (ch > 126 && ch < 160)) {
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_fnmatch.c191 if(ISPRINT((c))) {
226 if(ISPRINT(c)) {
242 if(!ISPRINT(c))
250 if(ISPRINT(c)) {
285 else if(ISPRINT(c)) {
337 if(ISPRINT(*s)) {
371 found = ISPRINT(*s);
403 if(ISPRINT(*p)) {
H A Dcurl_setup_once.h288 #define ISPRINT(x) (isprint((int) ((unsigned char)x))) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h31 ctype uses should be through macros like ISPRINT... If
68 #undef ISPRINT macro
70 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_convert.c136 if(ISPRINT(this_char)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dwinduni.c102 else if (ISPRINT (ch))
H A Dwindres.c624 if ((ISPRINT (b1) || ISSPACE (b1))
625 && (ISPRINT (b2) || ISSPACE (b2))
626 && (ISPRINT (b3) || ISSPACE (b3))
627 && (ISPRINT (b4) || ISSPACE (b4))
628 && (ISPRINT (b5) || ISSPACE (b5)))
H A Dresrc.c1929 && ISPRINT (acc->key)
2322 if (ISPRINT (*s))
2360 if (! ISPRINT (ri->u.buffer.data[i + j])
2368 if (! ISPRINT (ri->u.buffer.data[i + j]))
2394 if (! ISPRINT (ri->u.buffer.data[i + j])
2402 if (! ISPRINT (ri->u.buffer.data[i + j]))
2422 && ISPRINT (ri->u.buffer.data[i]))
H A Dstrings.c94 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c241 ISPRINT (y->data[x]) ? y->data[x] : '.');
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dchardefs.h87 #undef ISPRINT macro
95 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dquotearg.c88 # define iswprint(wc) ISPRINT ((unsigned char) (wc))
109 #undef ISPRINT macro
110 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
431 printable = ISPRINT (c);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dwildmatch.c45 #define ISPRINT(c) (ISASCII(c) && isprint(c)) macro
202 if (ISPRINT(t_ch))
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h350 ctype uses should be through macros like ISPRINT... If
382 #undef ISPRINT macro
384 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dmksyntax.c115 else if (ISPRINT (i))
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dside.c139 if (! ISPRINT (c))
H A Dsystem.h261 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_verify.c404 if (ISASCII(ch) && !ISPRINT(ch)) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dsmatch.c181 result = ISPRINT (c);

Completed in 238 milliseconds

123