Home
last modified time | relevance | path

Searched defs:ispunct (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c68 ispunct(int c) in ispunct() function
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h60 #define ispunct(c) ((__ctype + 1)[c] & _P) macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h95 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h250 static __inline int ispunct(int c) in ispunct() function
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c38 #define ispunct(C) (((C) >= 0x21 && (C) <= 0x2F) || \ macro