Home
last modified time | relevance | path

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

123456

/netbsd-src/external/gpl2/grep/dist/lib/
H A Dquotearg.c79 # define iswprint(wc) ISPRINT ((unsigned char) (wc))
100 #undef ISPRINT
101 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
412 printable = ISPRINT (c); in quotearg_buffer_restyled()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h86 #undef ISPRINT
94 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint ((unsigned char)c)) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h86 #undef ISPRINT
94 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint ((unsigned char)c)) macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h217 #ifndef ISPRINT
218 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
H A Dside.c151 if (! ISPRINT (c))
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dallprint.c49 if (!ISASCII(ch) || !ISPRINT(ch)) in allprint()
H A Dprintable.c88 if (ISASCII(ch) && (ISPRINT(ch) || (except && strchr(except, ch)))) { in printable_except()
H A Ddir_forest.c100 if (!ISPRINT(ch) || ch == '.' || ch == '/') in dir_forest()
H A Dhex_quote.c72 if (ch != '%' && !ISSPACE(ch) && ISPRINT(ch)) { in hex_quote()
H A Dunescape.c143 if (ISPRINT(ch)) { in escape()
H A Ddict_nisplus.c162 if ((ISASCII(ch) && !ISPRINT(ch)) || (ch > 126 && ch < 160)) { in dict_nisplus_lookup()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintsbuf.c26 if (ISPRINT(*s))
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwindres.c634 if ((ISPRINT (b1) || ISSPACE (b1)) in format_from_filename()
635 && (ISPRINT (b2) || ISSPACE (b2)) in format_from_filename()
636 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
637 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
638 && (ISPRINT (b5) || ISSPACE (b5))) in format_from_filename()
H A Dwinduni.c326 else if (ISPRINT (ch)) in unicode_print()
400 else if (ISPRINT (ch)) in ascii_print()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwindres.c634 if ((ISPRINT (b1) || ISSPACE (b1)) in format_from_filename()
635 && (ISPRINT (b2) || ISSPACE (b2)) in format_from_filename()
636 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
637 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
638 && (ISPRINT (b5) || ISSPACE (b5))) in format_from_filename()
H A Dwinduni.c326 else if (ISPRINT (ch)) in unicode_print()
400 else if (ISPRINT (ch)) in ascii_print()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h48 #define isprint(c) ISPRINT(c)
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c78 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
383 || (STREQ (str, "print") && ISPRINT ((unsigned char) *n))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dmingw32.h216 if (ISPRINT (c)) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmingw32.h236 if (ISPRINT (c)) \
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h188 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro

123456