Home
last modified time | relevance | path

Searched refs:isdigit_l (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libc/locale/
H A Disctype_l.c54 #undef isdigit_l
56 isdigit_l(int c, locale_t locale __attribute__((__unused__))) in isdigit_l() function
/openbsd/lib/libc/hidden/
H A Dctype.h49 __only_inline int isdigit_l(int _c, locale_t _l);
71 PROTO_DEPRECATED(isdigit_l);
/openbsd/include/
H A Dctype.h99 int isdigit_l(int, locale_t);
245 isdigit_l(int _c, locale_t _l __attribute__((__unused__))) in isdigit_l() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h38 inline _LIBCPP_HIDE_FROM_ABI_C int isdigit_l(int __c, locale_t) { return ::isdigit(__c); } in isdigit_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h239 #define isdigit_l _isdigit_l macro
/openbsd/lib/libc/
H A DSymbols.list973 isdigit_l
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2091 fun:isdigit_l=uninstrumented
/openbsd/gnu/llvm/libcxx/include/
H A Dlocale1229 if (!isdigit_l(*__ns, _LIBCPP_GET_C_LOCALE))