Home
last modified time | relevance | path

Searched refs:duplocale (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/regress/lib/libc/locale/uselocale/
Duselocale.c97 TESTFUNC(duplocale, locale_t, "%p", "%p", TOPT_ERR)
240 TEST_ER(duplocale, EINVAL, _LOCALE_NONE, _LOCALE_UTF8); in child_func()
241 TEST_R(duplocale, _LOCALE_C, _LOCALE_C); in child_func()
242 TEST_R(duplocale, _LOCALE_C, LC_GLOBAL_LOCALE); in child_func()
254 TEST_R(duplocale, _LOCALE_UTF8, _LOCALE_UTF8); in child_func()
386 TEST_R(duplocale, _LOCALE_UTF8, LC_GLOBAL_LOCALE); in child_func()
/openbsd/src/lib/libc/hidden/
Dlocale.h23 PROTO_DEPRECATED(duplocale);
/openbsd/src/lib/libc/locale/
Dduplocale.c24 duplocale(locale_t oldloc) in duplocale() function
DMakefile.inc8 duplocale.c freelocale.c newlocale.c uselocale.c \
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dc++locale_internal.h51 extern "C" __typeof(duplocale) __duplocale;
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dc++locale_internal.h56 extern "C" __typeof(duplocale) __duplocale;
/openbsd/src/include/
Dlocale.h105 locale_t duplocale(locale_t);
/openbsd/src/gnu/usr.bin/perl/
Dlocale.c1063 PL_scratch_locale_obj = duplocale(LC_GLOBAL_LOCALE); in S_use_curlocale_scratch()
2427 basis_obj = duplocale(basis_obj); in S_bool_setlocale_2008_i()
9833 duplocale(use_curlocale_scratch())); in Perl_mem_collxfrm_()
9836 constructed_locale = duplocale(use_curlocale_scratch()); in Perl_mem_collxfrm_()
10223 locale_t cur = duplocale(use_curlocale_scratch()); in Perl_my_strerror()
Dconfig_h.SH3142 * This symbol, if defined, indicates that the duplocale routine is
/openbsd/src/lib/libc/
DSymbols.list968 duplocale
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod322 duplocale() Perl_setlocale()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dacinclude.m41225 extern __typeof(duplocale) __duplocale;
Daclocal.m41237 extern __typeof(duplocale) __duplocale;
Dconfigure3043 extern __typeof(duplocale) __duplocale;
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1576 fun:duplocale=uninstrumented
/openbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc3107 * This symbol, if defined, indicates that the duplocale routine is
Dconfig_H.gc3107 * This symbol, if defined, indicates that the duplocale routine is
/openbsd/src/gnu/usr.bin/perl/Porting/
DGlossary756 indicates to the C program that the duplocale() routine is available