Searched refs:ispunct (Results 1 – 7 of 7) sorted by relevance
18 #define qemu_ispunct(c) ispunct((unsigned char)(c))
94 int ispunct(int c) in ispunct() function
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
203 if (ispunct(*str)) { in ceph_parse_fsid()
895 ispunct(fmt[i + 1]) || fmt[i + 1] == 'K' || in bpf_bprintf_prepare()960 !ispunct(fmt[i + 1])) { in bpf_bprintf_prepare()