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

/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dctype.h9 #define isprint(c) ((c) >= ' ' && (c) <= '~') macro
/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp19 #undef isprint macro
122 isprint(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h69 #define isprint(c) __isctype((c), _ISprint) macro
/haiku-fatelf/src/bin/bash/include/
H A Dchartypes.h49 # define isprint(c) (isalpha(c) || isdigit(c) || ispunct(c)) macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h97 __exctype (isprint); variable
156 # define isprint(c) __isctype((c), _ISprint) macro

Completed in 81 milliseconds