Searched defs:ispunct (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dctype.h31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/linux-master/tools/include/linux/
H A Dctype.h31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/linux-master/tools/include/nolibc/
H A Dctype.h94 int ispunct(int c) function

Completed in 592 milliseconds