Searched refs:x11_options (Results 1 - 2 of 2) sorted by relevance
/systemd/src/locale/ |
H A D | localed.c | 91 char *x11_options; member in struct:Context 111 c->x11_options = mfree(c->x11_options); 240 p = &c->x11_options; 443 isempty(c->x11_options)) { 474 if (!isempty(c->x11_options)) 475 fprintf(f, " Option \"XkbOptions\" \"%s\"\n", c->x11_options); 579 !isempty(c->x11_options); 606 !streq_ptr(c->x11_options, strnulldash(a[4]))) { 611 free_and_strdup(&c->x11_options, strnulldas [all...] |
H A D | localectl.c | 76 char *x11_options; member in struct:StatusInfo 87 free(info->x11_options); 160 if (!isempty(i->x11_options)) 161 printf(" X11 Options: %s\n", i->x11_options); 173 { "X11Options", "s", NULL, offsetof(StatusInfo, x11_options) },
|
Completed in 1803 milliseconds