Searched refs:ask_char (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | terminal-util.h | 131 int ask_char(char *ret, const char *replies, const char *text, ...) _printf_(3, 4);
|
D | terminal-util.c | 155 int ask_char(char *ret, const char *replies, const char *fmt, ...) { in ask_char() function
|
/systemd-251/src/systemctl/ |
D | systemctl-edit.c | 293 …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/ |
D | execute.c | 893 r = ask_char(&c, "yfshiDjcn", "Execute %s? [y, f, s – h for help] ", e); in ask_for_confirmation()
|