Searched refs:ispunct (Results 1 – 4 of 4) sorted by relevance
97 int ispunct(int c) in ispunct() function
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
203 if (ispunct(*str)) { in ceph_parse_fsid()