Home
last modified time | relevance | path

Searched refs:ask_and_check_password_extended (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dcorrect_password.c98 int FAST_FUNC ask_and_check_password_extended(const struct passwd *pw, in ask_and_check_password_extended() function
123 return ask_and_check_password_extended(pw, 0, "Password: "); in ask_and_check_password()
/dports/sysutils/busybox/busybox-1.26.2/loginutils/
H A Dsulogin.c65 r = ask_and_check_password_extended(pwd, timeout, in sulogin_main()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1394 int ask_and_check_password_extended(const struct passwd *pw, int timeout, const char *prompt) FAST_…