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

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h35 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f) macro
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dctype.h47 # undef iscntrl macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h58 #undef iscntrl macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h58 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) macro
/freebsd-current/lib/libc/locale/
H A Disctype.c77 #undef iscntrl macro
79 iscntrl(int c) function
/freebsd-current/include/
H A Dctype.h89 #define iscntrl(c) __sbistype((c), _CTYPE_C) macro
/freebsd-current/stand/libsa/
H A Dstand.h257 static __inline int iscntrl(int c) function

Completed in 138 milliseconds