Home
last modified time | relevance | path

Searched refs:__LC_LAST (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/locale/
Dnewlocale.c45 const char *newnames[__LC_LAST];
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))
118 for (cnt = 0; cnt < __LC_LAST; ++cnt)
130 for (cnt = 0; cnt < __LC_LAST; ++cnt)
136 if (cnt == __LC_LAST)
165 for (cnt = 0; cnt < __LC_LAST; ++cnt)
202 cnt = __LC_LAST;
214 for (cnt = 0; cnt < __LC_LAST; ++cnt)
[all …]
Dsetlocale.c76 const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden =
146 for (i = 0; i < __LC_LAST; ++i) in new_composite_name()
174 for (i = 0; i < __LC_LAST; ++i) in new_composite_name()
226 || __builtin_expect (category, 0) >= __LC_LAST) in setlocale()
271 const char *newnames[__LC_LAST]; in setlocale()
272 struct __locale_data *newdata[__LC_LAST]; in setlocale()
277 for (category = 0; category < __LC_LAST; ++category) in setlocale()
296 for (cnt = 0; cnt < __LC_LAST; ++cnt) in setlocale()
303 if (cnt == __LC_LAST) in setlocale()
327 for (cnt = 0; cnt < __LC_LAST; ++cnt) in setlocale()
[all …]
Dloadarchive.c88 struct __locale_data *data[__LC_LAST];
140 } results[__LC_LAST]; in _nl_load_locale_from_archive()
150 struct range ranges[__LC_LAST - 1]; in _nl_load_locale_from_archive()
311 for (cnt = 0; cnt < __LC_LAST; ++cnt) in _nl_load_locale_from_archive()
325 for (cnt = nranges = 0; cnt < __LC_LAST; ++cnt) in _nl_load_locale_from_archive()
474 for (cnt = 0; cnt < __LC_LAST; ++cnt) in _nl_load_locale_from_archive()
516 for (category = 0; category < __LC_LAST; ++category) in _nl_archive_subfreeres()
Dlocarchive.h77 } record[__LC_LAST];
105 } locale_data_t[__LC_LAST];
Dduplocale.c47 for (cnt = 0; cnt < __LC_LAST; ++cnt) in __libc_rwlock_define()
61 for (cnt = 0; cnt < __LC_LAST; ++cnt) in __libc_rwlock_define()
Dlocaleinfo.h214 extern const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;
215 extern const uint8_t _nl_category_name_sizes[__LC_LAST] attribute_hidden;
Dfreelocale.c42 for (cnt = 0; cnt < __LC_LAST; ++cnt) in __libc_rwlock_define()
Dnl_langinfo_l.c36 if (category < 0 || category == LC_ALL || category >= __LC_LAST) in __nl_langinfo_l()
Dfindlocale.c56 struct loaded_l10nfile *_nl_locale_file_list[__LC_LAST];
/glibc-2.36/locale/programs/
Dlocarchive.c252 for (cnt = 0; cnt < __LC_LAST; ++cnt) in oldlocrecentcmp()
263 for (cnt = 0; cnt < __LC_LAST; ++cnt) in oldlocrecentcmp()
495 for (idx = 0; idx < __LC_LAST; ++idx) in enlarge_archive()
845 uint32_t file_offsets[__LC_LAST]; in add_locale()
856 struct locale_category_data *size_order[__LC_LAST]; in add_locale()
872 for (cnt = 0; cnt < __LC_LAST; ++cnt) in add_locale()
877 qsort (size_order, __LC_LAST, sizeof size_order[0], cmpcategorysize); in add_locale()
881 for (cnt = 0; cnt < __LC_LAST; ++cnt) in add_locale()
891 while (cnt < __LC_LAST); in add_locale()
905 for (cnt = 0; cnt < __LC_LAST; ++cnt) in add_locale()
[all …]
Dlocaledef.h105 } categories[__LC_LAST];
107 size_t len[__LC_LAST];
109 const char *copy_name[__LC_LAST];
Dld-identification.c51 const char *category[__LC_LAST];
55 static const char *category_name[__LC_LAST] =
163 for (num = 0; num < __LC_LAST; ++num) in identification_finish()
232 for (num = 0; num < __LC_LAST; ++num) in identification_output()
Dconfig.h31 #define __LC_LAST 13 macro
/glibc-2.36/include/
Dlocale.h11 #define __LC_LAST 13 macro
/glibc-2.36/intl/
Ddcigettext.c512 if (category < 0 || category >= __LC_LAST || category == LC_ALL) in gl_dcigettext()
/glibc-2.36/ChangeLog.old/
DChangeLog.105739 * locale/programs/localedef.h (struct localedef_t): Use __LC_LAST
5932 * locale/programs/config.h: Add __LC_LAST.
DChangeLog.1311443 * locale/localeinfo.h: Don't define __LC_LAST here. Include <locale.h>
11445 * include/locale.h: Define __LC_LAST.
DChangeLog.116153 * locale/findlocale.c (locale_file_list): Use __LC_LAST as array