Searched refs:LC_ALL_MASK (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/support/ibm/ |
| H A D | xlocale_zos.cpp | 23 if (category_mask == LC_ALL_MASK && setlocale(LC_ALL, locale) == nullptr) { in newlocale() 40 if (category_mask != LC_ALL_MASK) { in newlocale() 124 previous_loc->category_mask = LC_ALL_MASK; in uselocale()
|
| /freebsd/lib/libc/tests/locale/ |
| H A D | newlocale_test.c | 66 l1 = newlocale(LC_ALL_MASK, loc1, NULL); in do_locale_switch() 75 l2 = newlocale(LC_ALL_MASK, loc2, NULL); in do_locale_switch()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | locale-macros.h | 30 #define LC_ALL_MASK 0x7fffffff macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/ |
| H A D | __nop_locale_mgmt.h | 32 #define LC_ALL_MASK … macro
|
| /freebsd/include/xlocale/ |
| H A D | _locale.h | 41 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \ macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/ |
| H A D | locale_mgmt_zos.h | 31 # define LC_ALL_MASK (_CATMASK(_NCAT) - 1) macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
| H A D | ibm.h | 34 __cloc = newlocale(LC_ALL_MASK, "C", /* base */ (locale_t)0); in __setAndRestore()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/ |
| H A D | ibm.h | 34 __cloc = newlocale(LC_ALL_MASK, "C", /* base */ (locale_t)0); in __setAndRestore()
|
| H A D | win32.h | 44 #define LC_ALL_MASK … macro
|
| /freebsd/usr.sbin/pw/ |
| H A D | psdate.c | 124 l = newlocale(LC_ALL_MASK, "C", NULL); in parse_datesub()
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | fuchsia.h | 49 #define _LIBCPP_ALL_MASK LC_ALL_MASK
|
| H A D | bsd_like.h | 45 #define _LIBCPP_ALL_MASK LC_ALL_MASK
|
| H A D | linux.h | 58 #define _LIBCPP_ALL_MASK LC_ALL_MASK
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 161 # define _LIBCPP_ALL_MASK LC_ALL_MASK
|