| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | quotearg.c | 79 # 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 D | chardefs.h | 86 #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 D | chardefs.h | 86 #undef ISPRINT 94 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint ((unsigned char)c)) macro
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | system.h | 217 #ifndef ISPRINT 218 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
|
| H A D | side.c | 151 if (! ISPRINT (c))
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | allprint.c | 49 if (!ISASCII(ch) || !ISPRINT(ch)) in allprint()
|
| H A D | printable.c | 88 if (ISASCII(ch) && (ISPRINT(ch) || (except && strchr(except, ch)))) { in printable_except()
|
| H A D | dir_forest.c | 100 if (!ISPRINT(ch) || ch == '.' || ch == '/') in dir_forest()
|
| H A D | hex_quote.c | 72 if (ch != '%' && !ISSPACE(ch) && ISPRINT(ch)) { in hex_quote()
|
| H A D | unescape.c | 143 if (ISPRINT(ch)) { in escape()
|
| H A D | dict_nisplus.c | 162 if ((ISASCII(ch) && !ISPRINT(ch)) || (ch > 126 && ch < 160)) { in dict_nisplus_lookup()
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | printsbuf.c | 26 if (ISPRINT(*s))
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | windres.c | 634 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 D | winduni.c | 326 else if (ISPRINT (ch)) in unicode_print() 400 else if (ISPRINT (ch)) in ascii_print()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | windres.c | 634 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 D | winduni.c | 326 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 D | d-system.h | 48 #define isprint(c) ISPRINT(c)
|
| /netbsd-src/external/gpl2/gmake/dist/glob/ |
| H A D | fnmatch.c | 78 # 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 D | mingw32.h | 216 if (ISPRINT (c)) \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | mingw32.h | 236 if (ISPRINT (c)) \
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | safe-ctype.h | 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | safe-ctype.h | 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | safe-ctype.h | 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | safe-ctype.h | 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | system.h | 188 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro
|