Searched refs:isprint (Results 1 - 25 of 262) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb-safe-ctype.h31 return isprint (ch);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb-safe-ctype.h31 return isprint (ch);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintbuf.c27 if (isprint(c))
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dctype.h23 int isprint(int c);
49 #undef isprint macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Ddump.c31 #ifndef isprint
32 #define isprint(x) ((x) >= ' ' && (x) <= '~') macro
57 (isprint((uint8_t)in[i])) ? in[i] : '.';
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h41 using std::isprint;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h41 using std::isprint;
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutascii.c156 if (!isprint (Name[i]))
/netbsd-current/usr.bin/hexdump/
H A Dconv.c91 if (isprint(*p)) {
125 } else if (isprint(*p)) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h47 #undef isprint macro
48 #define isprint(c) ISPRINT(c) macro
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_342.c24 int isprint(int);
54 /* expect+1: warning: argument to 'isprint' must be 'unsigned char' or EOF, not 'char' [341] */
55 isprint(c);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dctype.d37 pure int isprint(int c);
/netbsd-current/usr.sbin/perfused/
H A Ddebug.c61 DPRINTF("%c", isprint((int)c) ? c : '.');
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_wchar.h105 #define gdb_iswprint isprint
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_wchar.h105 #define gdb_iswprint isprint
/netbsd-current/sys/sys/
H A Dctype_inline.h54 #define isprint(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_R)) macro
/netbsd-current/sys/lib/libkern/
H A Dhexdump.c73 buf[ASC + q++] = isprint(c) ? c : '.';
/netbsd-current/external/bsd/flex/dist/src/
H A Dyylex.c159 if (!isascii (yylval) || !isprint (yylval)) {
/netbsd-current/include/
H A Dctype.h52 int isprint(int);
/netbsd-current/external/mit/lua/dist/src/
H A Dlctype.h97 #define lisprint(c) (isprint(c))
/netbsd-current/sys/external/bsd/acpica/dist/tables/
H A Dtbprint.c89 if (!isprint ((int) (UINT8) *String))
/netbsd-current/external/gpl2/grep/dist/src/
H A Dsystem.h171 # define isgraph(C) (isprint(C) && !isspace(C))
188 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C))
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro

Completed in 204 milliseconds

1234567891011