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

12

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprintbuf.c25 if (ISPRINT(c))
H A Dprintsbuf.c25 if (ISPRINT(*s))
H A Dinet_addr.c86 #define ISPRINT(x) isprint((u_char)(x)) macro
H A Dipft_hx.c116 if (ISPRINT(*t) && ISASCII(*t))
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dmingw32.h95 if (ISPRINT (c)) \
/freebsd-9.3-release/contrib/cvs/diff/
H A Dsystem.h219 #ifndef ISPRINT
220 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
H A Dside.c149 if (! ISPRINT (c))
H A Dutil.c670 if (ISPRINT (c))
/freebsd-9.3-release/contrib/libreadline/
H A Dchardefs.h87 #undef ISPRINT macro
95 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dquotearg.c77 # define iswprint(wc) ISPRINT ((unsigned char) (wc))
98 #undef ISPRINT macro
99 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
410 printable = ISPRINT (c);
H A Dsystem.h186 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro
/freebsd-9.3-release/contrib/binutils/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h405 ctype uses should be through macros like ISPRINT... If
437 #undef ISPRINT macro
439 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstrings.c90 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c240 ISPRINT (y->data[x]) ? y->data[x] : '.');
H A Dresrc.c2385 && ISPRINT (acc->key)
2834 if (! ISPRINT (data[i]) && data[i] != '\n'
/freebsd-9.3-release/contrib/gcc/
H A Ddefaults.h84 if (ISPRINT(c)) \
H A Ddwarf2asm.c266 if (ISPRINT(c))
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dihex.c220 if (! ISPRINT (c))
H A Dsrec.c251 if (! ISPRINT (c))
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlex.l687 if (! ISPRINT (*what))
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y1333 *t++ = (ISPRINT(*s) ? *s : '.');
1351 *t++ = (ISPRINT(*s) ? *s : '.');
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c668 *t++ = (ISPRINT(*s) ? *s : '.');
686 *t++ = (ISPRINT(*s) ? *s : '.');

Completed in 235 milliseconds

12