Searched defs:isprint (Results 1 - 5 of 5) sorted by relevance

/src/sys/sys/
H A Dctype_inline.h54 #define isprint(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_R)) macro
/src/sys/external/bsd/acpica/dist/include/
H A Dacclib.h181 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_XS | _ACPI_PU)) macro
/src/sys/fs/udf/
H A Dudf_osta.c308 static int isprint(int c) { function in typeref:typename:int
/src/sys/lib/libkern/
H A Dlibkern.h213 isprint(int ch) function in typeref:typename:LIBKERN_INLINE int
/src/sys/arch/luna68k/stand/boot/
H A Dbmd.c96 #define isprint(c) ((c) >= 0x20 && (c) < 0x7f) macro

Completed in 5 milliseconds