| /src/external/bsd/ipf/dist/lib/ |
| printbuf.c | 27 if (isprint(c))
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb-safe-ctype.h | 33 return isprint (ch); 42 #undef ISPRINT
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb-safe-ctype.h | 33 return isprint (ch); 42 #undef ISPRINT
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| ctype.h | 23 int isprint(int c); 49 #undef isprint macro
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| dump.c | 31 #ifndef isprint 32 #define isprint(x) ((x) >= ' ' && (x) <= '~') macro 57 (isprint((uint8_t)in[i])) ? in[i] : '.';
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| ctype.h | 41 using std::isprint;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| ctype.h | 41 using std::isprint;
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utascii.c | 156 if (!isprint (Name[i]))
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_342.c | 24 int isprint(int); 54 /* expect+1: warning: argument to 'isprint' must be 'unsigned char' or EOF, not 'char' [341] */ 55 isprint(c);
|
| /src/usr.bin/hexdump/ |
| conv.c | 91 if (isprint(*p)) { 125 } else if (isprint(*p)) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| ctype.d | 37 pure int isprint(int c);
|
| /src/usr.sbin/perfused/ |
| debug.c | 61 DPRINTF("%c", isprint((int)c) ? c : '.');
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb_wchar.h | 116 #define gdb_iswprint isprint
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdb_wchar.h | 116 #define gdb_iswprint isprint
|
| /src/include/ |
| ctype.h | 52 int isprint(int);
|
| /src/sys/lib/libkern/ |
| hexdump.c | 73 buf[ASC + q++] = isprint(c) ? c : '.';
|
| /src/sys/sys/ |
| ctype_inline.h | 54 #define isprint(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_R)) macro
|
| /src/tests/usr.bin/cc/ |
| t_ctype_abuse.sh | 96 isprint \
|
| /src/external/bsd/flex/dist/src/ |
| yylex.c | 159 if (!isascii (yylval) || !isprint (yylval)) {
|
| /src/external/mit/lua/dist/src/ |
| lctype.h | 97 #define lisprint(c) (isprint(c))
|
| /src/external/gpl2/grep/dist/src/ |
| system.h | 171 # define isgraph(C) (isprint(C) && !isspace(C)) 188 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C))
|
| /src/external/gpl3/binutils/dist/include/ |
| safe-ctype.h | 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) 135 #undef isprint macro 136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
|
| /src/external/gpl3/binutils.old/dist/include/ |
| safe-ctype.h | 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) 135 #undef isprint macro 136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
|
| /src/external/gpl3/gcc/dist/include/ |
| safe-ctype.h | 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) 135 #undef isprint macro 136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
|
| /src/external/gpl3/gcc.old/dist/include/ |
| safe-ctype.h | 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) 135 #undef isprint macro 136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
|