ask_string 168 src/firstboot/firstboot.c r = ask_string(&p, "%s %s (empty to skip): ", draw_special_char(DRAW_TRIANGULAR_BULLET), text); ask_string 395 src/firstboot/firstboot.c r = ask_string(&h, "%s Please enter hostname for new system (empty to skip): ", draw_special_char(DRAW_TRIANGULAR_BULLET)); ask_string 403 src/shared/util.h int ask_string(char **ret, const char *text, ...) _printf_(2, 3);