Searched refs:newlocale (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/include/xlocale/
H A D_locale.h56 locale_t newlocale(int mask, const char *locale, locale_t base);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Diostream.cpp88 auto loc = newlocale(LC_ALL_MASK, "C", 0);
H A Dlocale.cpp50 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {}
72 static locale_t result = newlocale(LC_ALL_MASK, "C", 0);
667 __l(newlocale(LC_ALL_MASK, n, 0))
676 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
715 __l(newlocale(LC_ALL_MASK, n, 0))
724 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
1183 __l(newlocale(LC_ALL_MASK, name, 0))
1192 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
1236 __l(newlocale(LC_ALL_MASK, name, 0))
1245 __l(newlocale(LC_ALL_MAS
[all...]
/freebsd-13-stable/usr.sbin/pw/
H A Dpsdate.c129 l = newlocale(LC_ALL_MASK, "C", NULL);
/freebsd-13-stable/usr.bin/ident/
H A Dident.c64 l = newlocale(LC_ALL_MASK, "C", NULL);
/freebsd-13-stable/lib/libc/locale/
H A DMakefile.inc50 duplocale.3 freelocale.3 newlocale.3 querylocale.3 uselocale.3 xlocale.3
H A Dxlocale.c241 locale_t newlocale(int mask, const char *locale, locale_t base) function
/freebsd-13-stable/contrib/file/src/
H A Dfuncs.c637 rx->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
H A Dreadcdf.c118 c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
/freebsd-13-stable/contrib/file/
H A Dconfigure14695 for ac_func in strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem

Completed in 192 milliseconds