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

/systemd/src/vconsole/
H A Dvconsole-setup.c259 bool utf8, font_copy = false, font_ok, keyboard_ok; local
318 font_ok = font_load_and_wait(vc, vc_font, vc_font_map, vc_font_unimap) > 0;
322 if (font_copy && font_ok)
325 return font_ok && keyboard_ok ? EXIT_SUCCESS : EXIT_FAILURE;

Completed in 14 milliseconds