| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cctype | 27 int ispunct(int c); 87 #ifdef ispunct 88 # undef ispunct 119 using ::ispunct _LIBCPP_USING_IF_EXISTS;
|
| H A D | ctype.h | 52 # undef ispunct
|
| /freebsd-14.2/lib/libc/locale/ |
| H A D | isctype.c | 143 #undef ispunct 145 ispunct(int c) in ispunct() function
|
| H A D | Makefile.inc | 37 ispunct.3 isrune.3 isspace.3 isspecial.3 \ 65 MLINKS+=ispunct.3 ispunct_l.3
|
| H A D | Symbol.map | 17 ispunct;
|
| /freebsd-14.2/include/ |
| H A D | ctype.h | 57 int ispunct(int); 96 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
|
| /freebsd-14.2/usr.bin/mail/ |
| H A D | head.c | 222 if (!ispunct((unsigned char)*cp++)) in cmatch() 226 if (*cp != ' ' && !ispunct((unsigned char)*cp)) in cmatch()
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | charclass.h | 24 { "punct", ispunct },
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 37 #define ispunct(C) \ macro
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cctype.inc | 19 using ::ispunct;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cctype.inc | 19 using std::ispunct;
|
| H A D | locale.inc | 26 using std::ispunct;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | ctype.h | 63 #undef ispunct
|
| /freebsd-14.2/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | ctype_internal_test.c | 46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | multibyte.h | 84 #define ISPUNCT ispunct
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SequenceToOffsetTable.h | 31 if (isalnum(UC) || ispunct(UC)) { in printChar()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | sh.char.h | 261 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct((tcshuc) (c))) 272 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct( oem_it((tcshuc)(c))))
|
| /freebsd-14.2/contrib/flex/src/ |
| H A D | parse.y | 897 | CCE_PUNCT { CCL_EXPR(ispunct); } 913 | CCE_NEG_PUNCT { CCL_NEG_EXPR(ispunct); }
|
| H A D | flexdef.h | 1090 #define b_ispunct(c) (ispunct(c)?true:false)
|
| /freebsd-14.2/usr.bin/lex/ |
| H A D | initparse.c | 1691 { CCL_EXPR(ispunct); } in YYPARSE_DECL() 1739 { CCL_NEG_EXPR(ispunct); } in YYPARSE_DECL()
|
| /freebsd-14.2/stand/libsa/ |
| H A D | stand.h | 267 static __inline int ispunct(int c) in ispunct() function
|
| /freebsd-14.2/usr.sbin/ypldap/ |
| H A D | parse.y | 628 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \ in yylex()
|
| /freebsd-14.2/usr.sbin/rwhod/ |
| H A D | rwhod.c | 339 ispunct((unsigned char)*name))) { in verify()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 88 fun:ispunct=functional
|