Home
last modified time | relevance | path

Searched defs:newlocale (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libc/locale/
H A Dnewlocale.c25 newlocale(int mask, const char *locname, locale_t oldloc) in newlocale() function
/openbsd/gnu/llvm/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp18 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h26 inline _LIBCPP_HIDE_FROM_ABI_C locale_t newlocale(int, const char*, locale_t) { return NULL; } in newlocale() function
/openbsd/gnu/llvm/libcxx/src/support/win32/
H A Dlocale_win32.cpp19 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() function
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH3155 * include <xlocale.h> to get newlocale() and its friends. function
H A Dlocale.c598 # define newlocale(a,b,c) S_positional_newlocale(a,b,c) macro