Searched refs:isctype (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssh/openbsd-compat/ |
| H A D | charclass.h | 14 int (*isctype)(int); member
|
| H A D | fnmatch.c | 129 if (cc->isctype((unsigned char)test)) in classmatch()
|
| H A D | glob.c | 941 cclasses[idx].isctype(k))
|
| /src/lib/libc/locale/ |
| H A D | Makefile.inc | 5 gb18030.c gb2312.c gbk.c ctype.c isctype.c iswctype.c \
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | regex | 119 bool isctype(charT c, char_class_type f) const; 1047 bool isctype(char_type __c, char_class_type __m) const; 1245 bool regex_traits<_CharT>::isctype(char_type __c, char_class_type __m) const { 1808 __is_word_b = __c == '_' || __traits_.isctype(__c, ctype_base::alnum); 1813 __is_word_b = __c == '_' || __traits_.isctype(__c, ctype_base::alnum); 1818 bool __is_c1_b = __c1 == '_' || __traits_.isctype(__c1, ctype_base::alnum); 1819 bool __is_c2_b = __c2 == '_' || __traits_.isctype(__c2, ctype_base::alnum); 2184 if (__traits_.isctype(__ch2.first, __mask_) && __traits_.isctype(__ch2.second, __mask_)) { 2188 …if (!__traits_.isctype(__ch2.first, __neg_mask_) && !__traits_.isctype(__ch2.second, __neg_mask_))… 2216 const bool __in_neg_mask = __traits_.isctype(__ch, __neg_mask_); [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2094 fun:isctype=uninstrumented
|