Home
last modified time | relevance | path

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

/linux-6.15/tools/include/nolibc/
H A Dctype.h94 int ispunct(int c) in ispunct() function
/linux-6.15/include/linux/
H A Dctype.h31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/linux-6.15/tools/include/linux/
H A Dctype.h31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/linux-6.15/net/ceph/
H A Dceph_common.c203 if (ispunct(*str)) { in ceph_parse_fsid()
/linux-6.15/kernel/bpf/
H A Dhelpers.c893 ispunct(fmt[i + 1]) || fmt[i + 1] == 'K' || in bpf_bprintf_prepare()
958 !ispunct(fmt[i + 1])) { in bpf_bprintf_prepare()