Lines Matching refs:question
210 _cleanup_free_ char *question = NULL; in acquire_existing_password() local
235 if (asprintf(&question, emphasize_current ? in acquire_existing_password()
241 r = ask_password_auto(question, in acquire_existing_password()
271 _cleanup_free_ char *question = NULL; in acquire_recovery_key() local
296 if (asprintf(&question, "Please enter recovery key for user %s:", user_name) < 0) in acquire_recovery_key()
299 r = ask_password_auto(question, in acquire_recovery_key()
329 _cleanup_free_ char *question = NULL; in acquire_token_pin() local
350 if (asprintf(&question, "Please enter security token PIN for user %s:", user_name) < 0) in acquire_token_pin()
354 question, in acquire_token_pin()
1186 _cleanup_free_ char *question = NULL; in acquire_new_password() local
1191 if (asprintf(&question, "Please enter new password for user %s:", user_name) < 0) in acquire_new_password()
1195 question, in acquire_new_password()
1206 question = mfree(question); in acquire_new_password()
1207 … if (asprintf(&question, "Please enter new password for user %s (repeat):", user_name) < 0) in acquire_new_password()
1211 question, in acquire_new_password()