Searched defs:locale (Results 1 - 2 of 2) sorted by relevance

/systemd/src/locale/
H A Dlocalectl.c23 #include <locale.h>
35 #include "locale-util.h"
70 char **locale; member in struct:StatusInfo
81 strv_free(info->locale);
102 "locale.LANG", &variables[VARIABLE_LANG],
103 "locale.LANGUAGE", &variables[VARIABLE_LANGUAGE],
104 "locale.LC_CTYPE", &variables[VARIABLE_LC_CTYPE],
105 "locale.LC_NUMERIC", &variables[VARIABLE_LC_NUMERIC],
106 "locale.LC_TIME", &variables[VARIABLE_LC_TIME],
107 "locale
[all...]
H A Dlocaled.c40 #include "locale-util.h"
86 char *locale[_LOCALE_MAX]; member in struct:Context
125 c->locale[p] = mfree(c->locale[p]);
140 if (isempty(c->locale[p]) || streq_ptr(c->locale[LOCALE_LANG], c->locale[p]))
141 c->locale[p] = mfree(c->locale[p]);
149 r = parse_env_file("/etc/locale
[all...]

Completed in 750 milliseconds