| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cctype | 27 int ispunct(int c); 78 #ifdef ispunct 79 #undef ispunct 111 using ::ispunct _LIBCPP_USING_IF_EXISTS;
|
| H A D | ctype.h | 50 #undef ispunct
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | isctype.c | 146 #undef ispunct 148 ispunct(int c) in ispunct() function
|
| H A D | Makefile.inc | 38 ispunct.3 isrune.3 isspace.3 isspecial.3 \ 58 MLINKS+=ispunct.3 ispunct_l.3
|
| H A D | Symbol.map | 21 ispunct;
|
| /freebsd-13.1/include/ |
| H A D | ctype.h | 58 int ispunct(int); 97 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
|
| /freebsd-13.1/usr.bin/mail/ |
| H A D | head.c | 224 if (!ispunct((unsigned char)*cp++)) in cmatch() 228 if (*cp != ' ' && !ispunct((unsigned char)*cp)) in cmatch()
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | charclass.h | 24 { "punct", ispunct },
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 38 #define ispunct(C) \ macro
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_lib.h | 223 #define apr_ispunct(c) (ispunct(((unsigned char)(c))))
|
| /freebsd-13.1/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
|
| /freebsd-13.1/contrib/nvi/common/ |
| H A D | multibyte.h | 84 #define ISPUNCT ispunct
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SequenceToOffsetTable.h | 73 if (isalnum(UC) || ispunct(UC)) { in printChar()
|
| /freebsd-13.1/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-13.1/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-13.1/usr.bin/lex/ |
| H A D | initparse.c | 1691 { CCL_EXPR(ispunct); } in YYPARSE_DECL() 1739 { CCL_NEG_EXPR(ispunct); } in YYPARSE_DECL()
|
| /freebsd-13.1/stand/libsa/ |
| H A D | stand.h | 254 static __inline int ispunct(int c) in ispunct() function
|
| /freebsd-13.1/usr.sbin/ypldap/ |
| H A D | parse.y | 629 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \ in yylex()
|
| /freebsd-13.1/usr.sbin/rwhod/ |
| H A D | rwhod.c | 341 ispunct((unsigned char)*name))) { in verify()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 72 fun:ispunct=functional
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | tic.c | 2295 if (*ti == '\\' && ispunct(UChar(ti[1]))) { in same_ti_tc() 2311 if (*tc == '\\' && ispunct(UChar(tc[1]))) { in same_ti_tc()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 285 case 'p' : res = ispunct(c); break; in match_class()
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | b.c | 905 { "punct", 5, ispunct },
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | readcf.c | 3473 while (isascii(*p) && (isspace(*p) || ispunct(*p))) 4013 while (isascii(*p) && (isspace(*p) || ispunct(*p)))
|