Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
ctype_inline.h | 52 #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) macro |
/src/sys/lib/libkern/ | |
libkern.h | 78 LIBKERN_INLINE int isgraph(int) __unused; 207 isgraph(int ch) function in typeref:typename:LIBKERN_INLINE int |