Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcctype27 int ispunct(int c);
86 #ifdef ispunct
87 # undef ispunct
118 using ::ispunct _LIBCPP_USING_IF_EXISTS;
HDctype.h52 # undef ispunct
/freebsd-13-stable/include/
HDctype.h57 int ispunct(int);
96 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
/freebsd-13-stable/lib/libc/locale/
HDisctype.c144 #undef ispunct
146 ispunct(int c) in ispunct() function
HDMakefile.inc37 ispunct.3 isrune.3 isspace.3 isspecial.3 \
65 MLINKS+=ispunct.3 ispunct_l.3
HDSymbol.map20 ispunct;
/freebsd-13-stable/usr.bin/mail/
HDhead.c222 if (!ispunct((unsigned char)*cp++)) in cmatch()
226 if (*cp != ' ' && !ispunct((unsigned char)*cp)) in cmatch()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDcharclass.h24 { "punct", ispunct },
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDctype.h38 #define ispunct(C) \ macro
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcctype.inc19 using ::ispunct _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDcctype.inc19 using std::ispunct _LIBCPP_USING_IF_EXISTS;
HDlocale.inc26 using std::ispunct;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
HDctype.h63 #undef ispunct
/freebsd-13-stable/contrib/apr/include/
HDapr_lib.h223 #define apr_ispunct(c) (ispunct(((unsigned char)(c))))
/freebsd-13-stable/sys/contrib/ncsw/inc/
HDctype_ext.h63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/freebsd-13-stable/contrib/nvi/common/
HDmultibyte.h84 #define ISPUNCT ispunct
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Basic/
HDSequenceToOffsetTable.h31 if (isalnum(UC) || ispunct(UC)) { in printChar()
/freebsd-13-stable/contrib/tcsh/
HDsh.char.h261 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct((tcshuc) (c)))
272 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct( oem_it((tcshuc)(c))))
/freebsd-13-stable/contrib/flex/src/
HDparse.y897 | CCE_PUNCT { CCL_EXPR(ispunct); }
913 | CCE_NEG_PUNCT { CCL_NEG_EXPR(ispunct); }
HDflexdef.h1090 #define b_ispunct(c) (ispunct(c)?true:false)
/freebsd-13-stable/usr.bin/lex/
HDinitparse.c1691 { CCL_EXPR(ispunct); } in YYPARSE_DECL()
1739 { CCL_NEG_EXPR(ispunct); } in YYPARSE_DECL()
/freebsd-13-stable/stand/libsa/
HDstand.h271 static __inline int ispunct(int c) in ispunct() function
/freebsd-13-stable/usr.sbin/ypldap/
HDparse.y628 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \ in yylex()
/freebsd-13-stable/usr.sbin/rwhod/
HDrwhod.c339 ispunct((unsigned char)*name))) { in verify()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt88 fun:ispunct=functional

12