Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/
H A Dcctype27 int ispunct(int c);
87 #ifdef ispunct
88 # undef ispunct
119 using ::ispunct _LIBCPP_USING_IF_EXISTS;
H A Dctype.h52 # undef ispunct
/freebsd/include/
H A Dctype.h55 int ispunct(int);
94 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
/freebsd/lib/libc/locale/
H A Disctype.c140 #undef ispunct
142 ispunct(int c) in ispunct() function
H A DMakefile.inc36 ispunct.3 isrune.3 isspace.3 isspecial.3 \
64 MLINKS+=ispunct.3 ispunct_l.3
H A DSymbol.map17 ispunct;
/freebsd/usr.bin/mail/
H A Dhead.c216 if (!ispunct((unsigned char)*cp++)) in cmatch()
220 if (*cp != ' ' && !ispunct((unsigned char)*cp)) in cmatch()
/freebsd/crypto/openssh/openbsd-compat/
H A Dcharclass.h24 { "punct", ispunct },
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h37 #define ispunct(C) \ macro
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcctype.inc19 using ::ispunct;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcctype.inc19 using std::ispunct;
H A Dlocale.inc26 using std::ispunct;
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h63 #undef ispunct
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/freebsd/crypto/openssl/test/
H A Dctype_internal_test.c46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h84 #define ISPUNCT ispunct
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h31 if (isalnum(UC) || ispunct(UC)) { in printChar()
/freebsd/contrib/tcsh/
H A Dsh.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/contrib/flex/src/
H A Dparse.y897 | CCE_PUNCT { CCL_EXPR(ispunct); }
913 | CCE_NEG_PUNCT { CCL_NEG_EXPR(ispunct); }
H A Dflexdef.h1090 #define b_ispunct(c) (ispunct(c)?true:false)
/freebsd/usr.bin/lex/
H A Dinitparse.c1690 { CCL_EXPR(ispunct); } in YYPARSE_DECL()
1738 { CCL_NEG_EXPR(ispunct); } in YYPARSE_DECL()
/freebsd/stand/libsa/
H A Dstand.h267 static __inline int ispunct(int c) in ispunct() function
/freebsd/usr.sbin/ypldap/
H A Dparse.y628 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \ in yylex()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c326 ispunct((unsigned char)*name))) { in verify()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt88 fun:ispunct=functional

12