Home
last modified time | relevance | path

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

/systemd-251/src/firstboot/
Dfirstboot.c49 static char *arg_locale = NULL; /* $LANG */ variable
76 STATIC_DESTRUCTOR_REGISTER(arg_locale, freep);
242 if (arg_locale || arg_locale_messages) in prompt_locale()
245 r = read_credential("firstboot.locale", (void**) &arg_locale, NULL); in prompt_locale()
278 arg_locale = strdup(locales[0]); in prompt_locale()
279 if (!arg_locale) in prompt_locale()
288 locales, 60, locale_is_ok, &arg_locale); in prompt_locale()
292 if (isempty(arg_locale)) in prompt_locale()
301 if (streq_ptr(arg_locale, arg_locale_messages)) in prompt_locale()
335 if (!isempty(arg_locale)) in process_locale()
[all …]