ask_password_tty  171 src/ask-password/ask-password.c                 if ((r = ask_password_tty(arg_message, timeout, arg_echo, NULL, &password)) >= 0) {
ask_password_tty  491 src/firstboot/firstboot.c                 r = ask_password_tty(msg1, 0, false, NULL, &a);
ask_password_tty  502 src/firstboot/firstboot.c                 r = ask_password_tty(msg2, 0, false, NULL, &b);
ask_password_tty  557 src/shared/ask-password-api.c                 r = ask_password_tty(message, until, false, NULL, &s);
ask_password_tty  318 src/tty-ask-password-agent/tty-ask-password-agent.c                         r = ask_password_tty(message, not_after, echo, filename, &password);