Searched refs:ispunct (Results 1 - 25 of 71) sorted by relevance

123

/openbsd-current/lib/libc/gen/
H A Dcharclass.h22 { "punct", ispunct },
H A Disctype.c108 #undef ispunct macro
110 ispunct(int c) function
114 DEF_STRONG(ispunct); variable
H A DMakefile.inc47 isgreater.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 \
/openbsd-current/usr.bin/rsync/
H A Dcharclass.h22 { "punct", ispunct },
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h61 #undef ispunct macro
77 using ::ispunct;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h59 #undef ispunct macro
75 using ::ispunct;
/openbsd-current/gnu/llvm/libcxx/include/
H A Dctype.h24 int ispunct(int c);
52 #undef ispunct macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dctype.h42 using std::ispunct;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dctype.h42 using std::ispunct;
/openbsd-current/lib/libc/hidden/
H A Dctype.h29 __only_inline int ispunct(int _c);
78 PROTO_NORMAL(ispunct); variable
/openbsd-current/usr.bin/mail/
H A Dhead.c218 if (!ispunct((unsigned char)*cp++))
222 if (*cp != ' ' && !ispunct((unsigned char)*cp))
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/windiss/
H A Dctype_inline.h78 __ret = ispunct(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/windiss/
H A Dctype_inline.h71 __ret = ispunct(__c);
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h31 if (isalnum(UC) || ispunct(UC)) {
/openbsd-current/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c63 check_bool(ispunct(i), iswpunct(i), '8');
113 check_bool(ispunct(s[j]), iswpunct(c), '8');
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h92 __testis = ispunct(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_inline.h87 __testis = ispunct(__c);
/openbsd-current/lib/libc/locale/
H A Disctype_l.c86 return ispunct(c);
/openbsd-current/include/
H A Dctype.h75 int ispunct(int);
154 __only_inline int ispunct(int _c) function
271 return ispunct(_c);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocalefwd.h86 ispunct(_CharT, const locale&);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocalefwd.h86 ispunct(_CharT, const locale&);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h253 "ispunct",
/openbsd-current/usr.bin/tmux/
H A Dnames.c163 !ispunct((u_char)*ptr))
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h46 inline _LIBCPP_HIDE_FROM_ABI_C int ispunct_l(int __c, locale_t) { return ::ispunct(__c); }
/openbsd-current/sbin/dhcp6leased/
H A Dparse_lease.y247 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \

Completed in 131 milliseconds

123