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

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dinet_addr.c86 #define ISPRINT(x) isprint((u_char)(x)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dmbswidth.c85 #undef ISPRINT macro
86 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
H A Dfnmatch.c106 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dfnmatch.c78 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h218 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c106 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dquotearg.c100 #undef ISPRINT macro
101 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
H A Dregex.c250 #undef ISPRINT macro
249 #undef ISPRINT macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsystem.h188 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro
H A Ddfa.c77 #define ISPRINT(C) isprint(C) macro
89 #define ISPRINT(C) (isascii(C) && isprint(C)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dchardefs.h87 #undef ISPRINT macro
95 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h263 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1615 #define ISPRINT(c) (ISASCII(c) && isprint((unsigned char)(c))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c62 #define ISPRINT(C) isprint(C) macro
74 #define ISPRINT(C) (isascii(C) && isprint(C)) macro
H A Dregex.c202 # undef ISPRINT macro
201 # undef ISPRINT macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c229 # undef ISPRINT macro
228 # undef ISPRINT macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c229 # undef ISPRINT macro
228 # undef ISPRINT macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c229 # undef ISPRINT macro
228 # undef ISPRINT macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c229 # undef ISPRINT macro
228 # undef ISPRINT macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c238 # undef ISPRINT macro
237 # undef ISPRINT macro
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h1851 #define ISPRINT(x) isprint((u_char)(x)) macro

Completed in 620 milliseconds