Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
ctype_inline.h | 55 #define ispunct(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_P)) macro |
/src/sys/lib/libkern/ | |
libkern.h | 80 LIBKERN_INLINE int ispunct(int) __unused; 219 ispunct(int ch) function in typeref:typename:LIBKERN_INLINE int |