Searched refs:LC_ALL_MASK (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h36 #define LC_ALL_MASK (LC_COLLATE_MASK|\ macro
/openbsd-current/include/
H A Dlocale.h93 #define LC_ALL_MASK ((1 << _LC_LAST) - 2) macro
/openbsd-current/lib/libc/locale/
H A Dnewlocale.c30 if (locname == NULL || mask & ~LC_ALL_MASK) {
/openbsd-current/gnu/llvm/libcxx/include/__support/ibm/
H A Dlocale_mgmt_zos.h31 #define LC_ALL_MASK (_CATMASK(_NCAT) - 1) macro
H A Dxlocale.h36 __cloc = newlocale(LC_ALL_MASK, "C", /* base */ (locale_t)0);
/openbsd-current/gnu/llvm/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp23 if (category_mask == LC_ALL_MASK && setlocale(LC_ALL, locale) == NULL) {
40 if (category_mask != LC_ALL_MASK) {
132 previous_loc->category_mask = LC_ALL_MASK;
/openbsd-current/gnu/llvm/libcxx/src/
H A Diostream.cpp98 auto loc = newlocale(LC_ALL_MASK, "C", 0);
H A Dlocale.cpp59 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {}
81 static locale_t result = newlocale(LC_ALL_MASK, "C", 0);
735 __l_(newlocale(LC_ALL_MASK, n, 0))
744 __l_(newlocale(LC_ALL_MASK, name.c_str(), 0))
784 __l_(newlocale(LC_ALL_MASK, n, 0))
793 __l_(newlocale(LC_ALL_MASK, name.c_str(), 0))
1282 __l_(newlocale(LC_ALL_MASK, name, 0))
1291 __l_(newlocale(LC_ALL_MASK, name.c_str(), 0))
1336 __l_(newlocale(LC_ALL_MASK, name, 0))
1345 __l_(newlocale(LC_ALL_MASK, nam
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h44 #define LC_ALL_MASK ( LC_COLLATE_MASK \ macro
/openbsd-current/regress/lib/libc/locale/uselocale/
H A Duselocale.c227 TEST_ER(newlocale, EINVAL, _LOCALE_NONE, LC_ALL_MASK + 1, "C.UTF-8");
/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c837 LC_ALL_MASK,
1260 if (mask == LC_ALL_MASK && isNAME_C_OR_POSIX(new_locale)) {
5247 assert(category_masks[LC_ALL_INDEX_] == LC_ALL_MASK);
5273 PL_C_locale_obj = newlocale(LC_ALL_MASK, "C", (locale_t) 0);
H A Dperl.h1117 && defined(LC_ALL_MASK)
H A DConfigure12805 locale_t lc = newlocale(LC_ALL_MASK, "C", (locale_t)0);
16752 main_buffer = nl_langinfo_l(CODESET, newlocale(LC_ALL_MASK, "C", 0));

Completed in 318 milliseconds