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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c83 #undef iscntrl macro
155 int iscntrl(c) function
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c77 iscntrl(int c) function
86 * Almost the inverse of iscntrl, but be careful that c > 0x7f
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c75 #undef iscntrl macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h63 #define iscntrl(c) ((__ctype + 1)[c] & _C) macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h47 extern int iscntrl(/* int c */);
69 #define iscntrl(c) ((_ctype_ + 1)[c] & _C) macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h51 #define iscntrl(c) ((_ctype_+1)[c]&_C) macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h51 int iscntrl(int);
90 #define iscntrl(c) __sbistype((c), _CTYPE_C) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile886 iscntrl.3c \
1593 iscntrl.3c := LINKSRC = ctype.3c

Completed in 69 milliseconds