| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cctype | 28 int ispunct(int c); 79 #ifdef ispunct 80 #undef ispunct 112 using ::ispunct;
|
| H A D | ctype.h | 51 #undef ispunct
|
| /freebsd-12.1/contrib/libstdc++/include/c_std/ |
| H A D | std_cctype.h | 61 #undef ispunct 77 using ::ispunct;
|
| /freebsd-12.1/include/ |
| H A D | ctype.h | 58 int ispunct(int); 97 #define ispunct(c) __sbistype((c), _CTYPE_P) macro
|
| /freebsd-12.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-12.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-12.1/crypto/openssh/openbsd-compat/ |
| H A D | charclass.h | 24 { "punct", ispunct },
|
| /freebsd-12.1/contrib/libstdc++/include/c_compatibility/ |
| H A D | ctype.h | 42 using std::ispunct;
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_lib.h | 223 #define apr_ispunct(c) (ispunct(((unsigned char)(c))))
|
| /freebsd-12.1/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
|
| /freebsd-12.1/contrib/libstdc++/config/os/windiss/ |
| H A D | ctype_inline.h | 78 __ret = ispunct(__c); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/libstdc++/config/os/generic/ |
| H A D | ctype_inline.h | 92 __testis = ispunct(__c); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | multibyte.h | 86 #define ISPUNCT ispunct
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | SequenceToOffsetTable.h | 134 if (isalnum(UC) || ispunct(UC)) { in printChar()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.char.h | 262 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct((tcshuc) (c))) 273 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct( oem_it((tcshuc)(c))))
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | system.h | 184 #define ISPUNCT(C) (IN_CTYPE_DOMAIN (C) && ispunct (C))
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | localefwd.h | 86 ispunct(_CharT, const locale&);
|
| /freebsd-12.1/contrib/flex/ |
| H A D | parse.y | 895 | CCE_PUNCT { CCL_EXPR(ispunct); } 911 | CCE_NEG_PUNCT { CCL_NEG_EXPR(ispunct); }
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cfns.gperf | 90 ispunct keyword
|
| /freebsd-12.1/usr.bin/lex/ |
| H A D | initparse.c | 1694 { CCL_EXPR(ispunct); } in YYPARSE_DECL() 1742 { CCL_NEG_EXPR(ispunct); } in YYPARSE_DECL()
|
| /freebsd-12.1/stand/libsa/ |
| H A D | stand.h | 247 static __inline int ispunct(int c) in ispunct() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstrlib.c | 44 #define ispunct(C) (((C) >= 0x21 && (C) <= 0x2F) || \ macro 303 case 'p' : res = ispunct(c); break; in match_class()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 44 fun:ispunct=functional
|