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

/systemd/src/locale/
H A Dlocaled.c519 static const char* strnulldash(const char *s) { function
603 if (!streq_ptr(c->x11_layout, strnulldash(a[1])) ||
604 !streq_ptr(c->x11_model, strnulldash(a[2])) ||
605 !streq_ptr(c->x11_variant, strnulldash(a[3])) ||
606 !streq_ptr(c->x11_options, strnulldash(a[4]))) {
608 if (free_and_strdup(&c->x11_layout, strnulldash(a[1])) < 0 ||
609 free_and_strdup(&c->x11_model, strnulldash(a[2])) < 0 ||
610 free_and_strdup(&c->x11_variant, strnulldash(a[3])) < 0 ||
611 free_and_strdup(&c->x11_options, strnulldash(a[4])) < 0)

Completed in 11 milliseconds