Searched refs:ispunct (Results 1 – 6 of 6) sorted by relevance
94 int ispunct(int c) in ispunct() function
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
47 #undef ispunct70 #define ispunct(x) sane_istest(x, GIT_PUNCT | GIT_REGEX_SPECIAL | \ macro186 #define ISPUNCT(c) ispunct(c)
203 if (ispunct(*str)) { in ceph_parse_fsid()
885 ispunct(fmt[i + 1]) || fmt[i + 1] == 'K' || in bpf_bprintf_prepare()950 !ispunct(fmt[i + 1])) { in bpf_bprintf_prepare()
Completed in 14 milliseconds