Searched refs:isalpha_l (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libc/locale/ |
H A D | isctype_l.c | 33 #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 D | uselocale.c | 119 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 D | ctype.h | 47 __only_inline int isalpha_l(int _c, locale_t _l); 64 PROTO_DEPRECATED(isalpha_l);
|
/openbsd/include/ |
H A D | ctype.h | 96 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.h | 32 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 D | Symbols.list | 971 isalpha_l
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 428 endnetent_r() isalpha_l() strerror_l() 722 endpwent() isalpha_l() shm_open()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2081 fun:isalpha_l=uninstrumented
|