Searched defs:x11_layout (Results 1 - 2 of 2) sorted by relevance
/systemd/src/locale/ |
H A D | localectl.c | 73 char *x11_layout; member in struct:StatusInfo 84 free(info->x11_layout); 155 printf(" X11 Layout: %s\n", strna(i->x11_layout)); 170 { "X11Layout", "s", NULL, offsetof(StatusInfo, x11_layout) },
|
H A D | localed.c | 88 char *x11_layout; member in struct:Context 110 c->x11_layout = mfree(c->x11_layout); 234 p = &c->x11_layout; 440 if (isempty(c->x11_layout) && 465 if (!isempty(c->x11_layout)) 466 fprintf(f, " Option \"XkbLayout\" \"%s\"\n", c->x11_layout); 576 !isempty(c->x11_layout) || 603 if (!streq_ptr(c->x11_layout, strnulldash(a[1])) || 608 if (free_and_strdup(&c->x11_layout, strnulldas 644 find_converted_keymap(const char *x11_layout, const char *x11_variant, char **new_keymap) argument [all...] |
Completed in 23 milliseconds