Searched defs:ispunct (Results 1 - 2 of 2) sorted by relevance
| /src/sys/sys/ | ||
| H A D | ctype_inline.h | 55 #define ispunct(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_P)) macro |
| /src/sys/lib/libkern/ | ||
| H A D | libkern.h | 219 ispunct(int ch) function in typeref:typename:LIBKERN_INLINE int |
Completed in 3 milliseconds