Searched defs:newlocale (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libc/locale/ |
H A D | newlocale.c | 25 newlocale(int mask, const char *locname, locale_t oldloc) in newlocale() function
|
/openbsd/gnu/llvm/libcxx/src/support/ibm/ |
H A D | xlocale_zos.cpp | 18 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.h | 26 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 D | locale_win32.cpp | 19 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() function
|
/openbsd/gnu/usr.bin/perl/ |
H A D | config_h.SH | 3155 * include <xlocale.h> to get newlocale() and its friends. function
|
H A D | locale.c | 598 # define newlocale(a,b,c) S_positional_newlocale(a,b,c) macro
|