Searched defs:ispunct (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h37 #define ispunct(C) \ macro
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dctype.h52 # undef ispunct macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h63 #undef ispunct macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/freebsd-current/lib/libc/locale/
H A Disctype.c140 #undef ispunct macro
142 ispunct(int c) function
/freebsd-current/include/
H A Dctype.h94 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
/freebsd-current/stand/libsa/
H A Dstand.h267 static __inline int ispunct(int c) function

Completed in 86 milliseconds