Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcctype27 int ispunct(int c);
78 #ifdef ispunct
79 #undef ispunct
111 using ::ispunct _LIBCPP_USING_IF_EXISTS;
H A Dctype.h50 #undef ispunct
/freebsd-13.1/lib/libc/locale/
H A Disctype.c146 #undef ispunct
148 ispunct(int c) in ispunct() function
H A DMakefile.inc38 ispunct.3 isrune.3 isspace.3 isspecial.3 \
58 MLINKS+=ispunct.3 ispunct_l.3
H A DSymbol.map21 ispunct;
/freebsd-13.1/include/
H A Dctype.h58 int ispunct(int);
97 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
/freebsd-13.1/usr.bin/mail/
H A Dhead.c224 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 Dcharclass.h24 { "punct", ispunct },
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h38 #define ispunct(C) \ macro
/freebsd-13.1/contrib/apr/include/
H A Dapr_lib.h223 #define apr_ispunct(c) (ispunct(((unsigned char)(c))))
/freebsd-13.1/sys/contrib/ncsw/inc/
H A Dctype_ext.h63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/freebsd-13.1/contrib/nvi/common/
H A Dmultibyte.h84 #define ISPUNCT ispunct
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h73 if (isalnum(UC) || ispunct(UC)) { in printChar()
/freebsd-13.1/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-13.1/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-13.1/usr.bin/lex/
H A Dinitparse.c1691 { CCL_EXPR(ispunct); } in YYPARSE_DECL()
1739 { CCL_NEG_EXPR(ispunct); } in YYPARSE_DECL()
/freebsd-13.1/stand/libsa/
H A Dstand.h254 static __inline int ispunct(int c) in ispunct() function
/freebsd-13.1/usr.sbin/ypldap/
H A Dparse.y629 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \ in yylex()
/freebsd-13.1/usr.sbin/rwhod/
H A Drwhod.c341 ispunct((unsigned char)*name))) { in verify()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt72 fun:ispunct=functional
/freebsd-13.1/contrib/ncurses/progs/
H A Dtic.c2295 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 Dlstrlib.c285 case 'p' : res = ispunct(c); break; in match_class()
/freebsd-13.1/contrib/one-true-awk/
H A Db.c905 { "punct", 5, ispunct },
/freebsd-13.1/contrib/sendmail/src/
H A Dreadcf.c3473 while (isascii(*p) && (isspace(*p) || ispunct(*p)))
4013 while (isascii(*p) && (isspace(*p) || ispunct(*p)))

12