Searched refs:LC_ALL (Results 1 – 14 of 14) sorted by relevance
/locale/ |
A D | setlocale.c | 147 if (i != LC_ALL) in new_composite_name() 175 if (i != LC_ALL) in new_composite_name() 265 if (category == LC_ALL) in setlocale() 278 if (category != LC_ALL) in setlocale() 297 if (cnt != LC_ALL in setlocale() 335 if (category != LC_ALL) in setlocale() 380 if (category != LC_ALL) in setlocale() 385 setname (LC_ALL, composite); in setlocale() 453 setname (LC_ALL, composite); in setlocale() 520 if (category != LC_ALL) in _nl_locale_subfreeres() [all …]
|
A D | newlocale.c | 55 if (category_mask == 1 << LC_ALL) 56 category_mask = (1 << __LC_LAST) - 1 - (1 << LC_ALL); 59 if ((category_mask & ~((1 << __LC_LAST) - 1 - (1 << LC_ALL))) != 0) 72 if ((base == NULL || category_mask == (1 << __LC_LAST) - 1 - (1 << LC_ALL)) 119 if (cnt != LC_ALL) 131 if (cnt != LC_ALL 189 else if (cnt != LC_ALL && result.__names[cnt] != _nl_C_name) 245 else if (cnt != LC_ALL)
|
A D | tst-locale-locpath.sh | 38 ${run_program_env} LANG= LC_ALL=invalid-locale LOCPATH=does-not-exist \ 51 ${common_objpfx}locale/locale: Cannot set LC_ALL to default locale: No such file or directory 69 LC_ALL=invalid-locale
|
A D | duplocale.c | 48 if (cnt != LC_ALL && dataset->__names[cnt] != _nl_C_name) in __libc_rwlock_define() 62 if (cnt != LC_ALL) in __libc_rwlock_define()
|
A D | freelocale.c | 43 if (cnt != LC_ALL && dataset->__locales[cnt]->usage_count != UNDELETABLE) in __libc_rwlock_define()
|
A D | xlocale.c | 44 [LC_ALL] = _nl_C_name,
|
A D | nl_langinfo_l.c | 36 if (category < 0 || category == LC_ALL || category >= __LC_LAST) in __nl_langinfo_l()
|
A D | loadarchive.c | 312 if (cnt != LC_ALL) in _nl_load_locale_from_archive() 326 if (cnt != LC_ALL) in _nl_load_locale_from_archive() 475 if (cnt != LC_ALL) in _nl_load_locale_from_archive() 517 if (category != LC_ALL && dead->data[category] != NULL) in _nl_archive_subfreeres()
|
A D | global-locale.c | 50 [LC_ALL] = _nl_C_name,
|
A D | locale.h | 41 #define LC_ALL __LC_ALL macro
|
A D | tst-C-locale.c | 475 if (setlocale (LC_ALL, "C") == NULL) in do_test() 484 if (setlocale (LC_ALL, "POSIX") == NULL) in do_test()
|
/locale/programs/ |
A D | locarchive.c | 253 if (cnt != LC_ALL) in oldlocrecentcmp() 264 if (cnt != LC_ALL) in oldlocrecentcmp() 496 if (idx != LC_ALL) in enlarge_archive() 873 if (cnt != LC_ALL) in add_locale() 901 data[LC_ALL].addr = alloca (data[LC_ALL].size); in add_locale() 902 memset (data[LC_ALL].addr, 0, data[LC_ALL].size); in add_locale() 911 __md5_buffer (data[LC_ALL].addr, data[LC_ALL].size, data[LC_ALL].sum); in add_locale() 1452 if (cnt != LC_ALL) in add_locales_to_archive() 1516 if (cnt != LC_ALL) in add_locales_to_archive() 1690 ? (idx == LC_ALL in show_archive_content() [all …]
|
A D | ld-identification.c | 63 [LC_ALL] = "LC_ALL", 83 locale->categories[LC_IDENTIFICATION].identification->category[LC_ALL] = in identification_startup() 166 if (num == LC_ALL) in identification_finish() 233 if (num != LC_ALL) in identification_output()
|
A D | locale.c | 220 try_setlocale (LC_ALL, "LC_ALL"); in main() 807 if (cat_no != LC_ALL) in show_locale_vars() 957 if (cat_no != LC_ALL) in show_info()
|
Completed in 28 milliseconds