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

/freebsd-12-stable/include/xlocale/
H A D_locale.h55 locale_t newlocale(int mask, const char *locale, locale_t base);
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h49 extern "C" __typeof(newlocale) __newlocale;
/freebsd-12-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-12-stable/usr.bin/ident/
H A Dident.c64 l = newlocale(LC_ALL_MASK, "C", NULL);
/freebsd-12-stable/usr.sbin/pw/
H A Dpsdate.c129 l = newlocale(LC_ALL_MASK, "C", NULL);
/freebsd-12-stable/lib/libc/locale/
H A DMakefile.inc50 duplocale.3 freelocale.3 newlocale.3 querylocale.3 uselocale.3 xlocale.3
H A Dxlocale.c252 locale_t newlocale(int mask, const char *locale, locale_t base) function
/freebsd-12-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-12-stable/contrib/file/
H A Dconfigure14695 for ac_func in strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure5857 extern __typeof(newlocale) __newlocale;
[all...]

Completed in 343 milliseconds