Searched refs:x11_model (Results 1 - 2 of 2) sorted by relevance
/systemd/src/locale/ |
H A D | localed.c | 89 char *x11_model; member in struct:Context 112 c->x11_model = mfree(c->x11_model); 236 p = &c->x11_model; 441 isempty(c->x11_model) && 468 if (!isempty(c->x11_model)) 469 fprintf(f, " Option \"XkbModel\" \"%s\"\n", c->x11_model); 577 !isempty(c->x11_model) || 604 !streq_ptr(c->x11_model, strnulldash(a[2])) || 609 free_and_strdup(&c->x11_model, strnulldas [all...] |
H A D | localectl.c | 74 char *x11_model; member in struct:StatusInfo 85 free(info->x11_model); 156 if (!isempty(i->x11_model)) 157 printf(" X11 Model: %s\n", i->x11_model); 171 { "X11Model", "s", NULL, offsetof(StatusInfo, x11_model) },
|
Completed in 565 milliseconds