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

/systemd/src/locale/
H A Dlocaled.c17 You should have received a copy of the GNU Lesser General Public License
703 /* We have multiple X layouts, look for an
749 * keymap. Check if we have a converted map which
891 bool have[_LOCALE_MAX] = {}; local
918 have[p] = true;
936 if (have[LOCALE_LANG] && !have[LOCALE_LANGUAGE]) {
949 have[LOCALE_LANGUAGE] = true;
958 if (!isempty(c->locale[p]) && !have[p]) {
994 if (have[
[all...]

Completed in 10 milliseconds