Home
last modified time | relevance | path

Searched refs:ask_char (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dterminal-util.h131 int ask_char(char *ret, const char *replies, const char *text, ...) _printf_(3, 4);
Dterminal-util.c155 int ask_char(char *ret, const char *replies, const char *fmt, ...) { in ask_char() function
/systemd-251/src/systemctl/
Dsystemctl-edit.c293 …r = ask_char(&response, "yn", "\"%s\" already exists. Overwrite with \"%s\"? [(y)es, (n)o] ", new_… in unit_file_create_copy()
/systemd-251/src/core/
Dexecute.c893 r = ask_char(&c, "yfshiDjcn", "Execute %s? [y, f, s – h for help] ", e); in ask_for_confirmation()