Home
last modified time | relevance | path

Searched refs:_VARIABLE_LC_MAX (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/locale/
Dlocaled.c46 l_unset = new0(char*, _VARIABLE_LC_MAX); in locale_update_system_manager()
50 l_set = new0(char*, _VARIABLE_LC_MAX); in locale_update_system_manager()
54 for (LocaleVariable p = 0; p < _VARIABLE_LC_MAX; p++) { in locale_update_system_manager()
73 assert(c_set + c_unset == _VARIABLE_LC_MAX); in locale_update_system_manager()
187 l = new0(char*, _VARIABLE_LC_MAX+1); in property_get_locale()
191 for (LocaleVariable p = 0, q = 0; p < _VARIABLE_LC_MAX; p++) { in property_get_locale()
264 char *new_locale[static _VARIABLE_LC_MAX], in process_locale_list_item() argument
271 for (LocaleVariable p = 0; p < _VARIABLE_LC_MAX; p++) { in process_locale_list_item()
302 static int locale_gen_process_locale(char *new_locale[static _VARIABLE_LC_MAX], in locale_gen_process_locale() argument
307 for (LocaleVariable p = 0; p < _VARIABLE_LC_MAX; p++) { in locale_gen_process_locale()
[all …]
Dkeymap-util.h13 char *locale[_VARIABLE_LC_MAX];
43 void locale_simplify(char *locale[_VARIABLE_LC_MAX]);
Dkeymap-util.c69 for (LocaleVariable p = 0; p < _VARIABLE_LC_MAX; p++) in context_free_locale()
85 void locale_simplify(char *locale[_VARIABLE_LC_MAX]) { in locale_simplify() argument
86 for (LocaleVariable p = VARIABLE_LANG+1; p < _VARIABLE_LC_MAX; p++) in locale_simplify()
141 for (LocaleVariable p = 0; p < _VARIABLE_LC_MAX; p++) { in locale_read_data()
290 for (LocaleVariable p = 0; p < _VARIABLE_LC_MAX; p++) in locale_write_data()
Dlocalectl.c55 _cleanup_(locale_variables_freep) char *variables[_VARIABLE_LC_MAX] = {}; in print_overridden_variables()
83 for (LocaleVariable j = 0; j < _VARIABLE_LC_MAX; j++) in print_overridden_variables()
/systemd-251/src/basic/
Dlocale-util.h28 _VARIABLE_LC_MAX, enumerator
52 void locale_variables_free(char* l[_VARIABLE_LC_MAX]);
53 static inline void locale_variables_freep(char*(*l)[_VARIABLE_LC_MAX]) { in locale_variables_freep() argument
Dlocale-util.c322 void locale_variables_free(char *l[_VARIABLE_LC_MAX]) { in locale_variables_free() argument
326 for (LocaleVariable i = 0; i < _VARIABLE_LC_MAX; i++) in locale_variables_free()
330 static const char * const locale_variable_table[_VARIABLE_LC_MAX] = {
/systemd-251/src/core/
Dlocale-setup.c17 _cleanup_(locale_variables_freep) char *variables[_VARIABLE_LC_MAX] = {}; in locale_setup()
60 for (LocaleVariable i = 0; i < _VARIABLE_LC_MAX; i++) { in locale_setup()