Home
last modified time | relevance | path

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

/openbsd/lib/libc/locale/
H A Disctype_l.c33 #undef isalpha_l
35 isalpha_l(int c, locale_t locale __attribute__((__unused__))) in isalpha_l() function
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c119 TESTFUNC(isalpha_l, int, "0x%.2x, %p", "%d", 0)
277 TEST_R(isalpha_l, _CTYPE_L, 0x65, _LOCALE_UTF8); in child_func()
278 TEST_R(isalpha_l, _CTYPE_L, 0x65, _LOCALE_C); in child_func()
279 TEST_R(isalpha_l, _CTYPE_L, 0x65, _LOCALE_C); in child_func()
281 TEST_R(isalpha_l, 0, 0x30, _LOCALE_UTF8); in child_func()
282 TEST_R(isalpha_l, 0, 0x30, _LOCALE_C); in child_func()
/openbsd/lib/libc/hidden/
H A Dctype.h47 __only_inline int isalpha_l(int _c, locale_t _l);
64 PROTO_DEPRECATED(isalpha_l);
/openbsd/include/
H A Dctype.h96 int isalpha_l(int, locale_t);
227 isalpha_l(int _c, locale_t _l __attribute__((__unused__))) in isalpha_l() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h32 inline _LIBCPP_HIDE_FROM_ABI_C int isalpha_l(int __c, locale_t) { return ::isalpha(__c); } in isalpha_l() function
/openbsd/lib/libc/
H A DSymbols.list971 isalpha_l
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod428 endnetent_r() isalpha_l() strerror_l()
722 endpwent() isalpha_l() shm_open()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2081 fun:isalpha_l=uninstrumented