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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c79 #undef ispunct macro
127 int ispunct(c) function
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c68 ispunct(int c) function
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c77 #undef ispunct macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h60 #define ispunct(c) ((__ctype + 1)[c] & _P) macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h52 extern int ispunct(/* int c */);
74 #define ispunct(c) ((_ctype_ + 1)[c] & _P) macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h47 #define ispunct(c) ((_ctype_+1)[c]&_P) macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h56 int ispunct(int);
95 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile901 ispunct.3c \
1603 ispunct.3c := LINKSRC = ctype.3c

Completed in 136 milliseconds