Searched refs:iswdigit (Results 1 – 25 of 27) sorted by relevance
12
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cwctype.h | 60 #undef iswdigit 88 using ::iswdigit;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cwctype.h | 64 #undef iswdigit 94 using ::iswdigit;
|
| /openbsd/src/regress/lib/libc/locale/check_isw/ |
| D | check_isw.c | 59 check_bool(isdigit(i), iswdigit(i), '5'); in test1() 109 check_bool(isdigit(s[j]), iswdigit(c), '5'); in test2()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cwctype | 33 int iswdigit(wint_t wc); 80 using ::iswdigit _LIBCPP_USING_IF_EXISTS;
|
| D | wctype.h | 77 #undef iswdigit
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/ |
| D | header_cwctype.cc | 34 using std::iswdigit;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | wctype.h | 40 using std::iswdigit;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
| D | wctype.h | 40 using std::iswdigit;
|
| /openbsd/src/lib/libc/hidden/ |
| D | wctype.h | 33 PROTO_STD_DEPRECATED(iswdigit);
|
| /openbsd/src/include/ |
| D | wctype.h | 69 int iswdigit(wint_t);
|
| /openbsd/src/lib/libc/locale/ |
| D | iswctype.c | 105 iswdigit(wint_t c) in iswdigit() function
|
| /openbsd/src/lib/libform/ |
| D | fty_int.c | 42 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c)))
|
| D | fty_num.c | 52 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c)))
|
| /openbsd/src/usr.bin/sort/ |
| D | coll.c | 704 while (iswdigit(bws_get_iter_value(s)) && in read_number() 709 if (iswdigit(bws_get_iter_value(s))) { in read_number() 721 while (iswdigit(bws_get_iter_value(s)) && in read_number()
|
| /openbsd/src/lib/libedit/ |
| D | common.c | 375 if (!iswdigit(c)) in ed_digit() 403 if (!iswdigit(c)) in ed_argument_digit()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cfns.gperf | 97 iswdigit
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cfns.gperf | 96 iswdigit
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 991 iswdigit
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 457 getaliasent_r() iswdigit() timelocal() 751 fgetspent() iswdigit() strtoimax()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | builtins.def | 578 DEF_C94_BUILTIN (BUILT_IN_ISWDIGIT, "iswdigit", BT_FN_INT_WINT, ATTR_PURE_NOTHROW_LIST)
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| D | CSymbolMap.inc | 568 SYMBOL(iswdigit, None, <wctype.h>)
|
| D | StdSymbolMap.inc | 681 SYMBOL(iswdigit, std::, <cwctype>)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2124 fun:iswdigit=uninstrumented
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 1349 X iswalpha iswdigit iswprint iswupper towlower wctype
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 1349 X iswalpha iswdigit iswprint iswupper towlower wctype
|
12