Searched defs:language (Results 1 - 2 of 2) sorted by relevance
/systemd/src/journal/ |
H A D | catalog.c | 65 char language[32]; member in struct:CatalogItem 73 siphash24_compress(i->language, strlen(i->language), state); 87 return strcmp(i->language, j->language); 166 const char *language, 181 if (language) { 182 assert(strlen(language) > 1 && strlen(language) < 32); 183 strcpy(i->language, languag 163 finish_item( Hashmap *h, sd_id128_t id, const char *language, char *payload) argument [all...] |
/systemd/src/locale/ |
H A D | localed.c | 769 static int find_language_fallback(const char *lang, char **language) { argument 773 assert(language); 789 *language = a[1]; 935 * set it based on the language fallback table. */ 937 _cleanup_free_ char *language = NULL; local 941 (void) find_language_fallback(lang, &language); 942 if (language) { 943 log_debug("Converted LANG=%s to LANGUAGE=%s", lang, language); 944 if (!streq_ptr(language, c->locale[LOCALE_LANGUAGE])) { 945 r = strv_extendf(&l, "LANGUAGE=%s", language); [all...] |
Completed in 14 milliseconds