| /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/apache2/llvm/dist/libcxx/include/ |
| ctype.h | 23 int isprint(int c); 49 #undef isprint macro
|
| /src/sys/sys/ |
| ctype_inline.h | 54 #define isprint(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_R)) macro
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acclib.h | 73 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_XS | _ACPI_PU)) macro
|
| /src/sys/fs/udf/ |
| udf_osta.c | 308 static int isprint(int c) { function 414 !isprint(udfName[extIndex +
|
| /src/sys/lib/libkern/ |
| libkern.h | 79 LIBKERN_INLINE int isprint(int) __unused; 209 return (ch != ' ' && isprint(ch)); 213 isprint(int ch) function 221 return (isprint(ch) && ch != ' ' && !isalnum(ch));
|
| /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
|
| /src/external/gpl3/gdb.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/gdb/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/sys/arch/luna68k/stand/boot/ |
| bmd.c | 96 #define isprint(c) ((c) >= 0x20 && (c) < 0x7f) macro 377 if (isprint(c)) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_facets.h | 2619 isprint(_CharT __c, const locale& __loc) function
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_facets.h | 2607 isprint(_CharT __c, const locale& __loc) function
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_parse.c | 1629 #ifndef isprint 1630 #define isprint(_X_) (((_X_) > 0x1F) && ((_X_) < 0x7F)) macro 1658 isprint((unsigned char)*src)) /* only printables */
|