Home
last modified time | relevance | path

Searched defs:isalnum_l (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/locale/
H A Disctype_l.c28 isalnum_l(int c, locale_t locale __attribute__((__unused__))) in isalnum_l() function
/openbsd-src/include/
H A Dctype.h221 isalnum_l(int _c, locale_t _l __attribute__((__unused__))) in isalnum_l() function
/openbsd-src/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h30 inline _LIBCPP_HIDE_FROM_ABI_C int isalnum_l(int __c, locale_t) { return ::isalnum(__c); } in isalnum_l() function