Searched refs:bb_ask_stdin (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dcorrect_password.c71 unencrypted = bb_ask_stdin("Password: ");
H A Dbb_askpass.c18 char* FAST_FUNC bb_ask_stdin(const char *prompt) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/loginutils/
H A Dcryptpw.c111 ? bb_ask_stdin("Password: ")
H A Dpasswd.c24 orig = bb_ask_stdin("Old password: "); /* returns ptr to static */
37 orig = xstrdup(orig); /* or else bb_ask_stdin() will destroy it */
38 newp = bb_ask_stdin("New password: "); /* returns ptr to static */
41 newp = xstrdup(newp); /* we are going to bb_ask_stdin() again, so save it */
46 cp = bb_ask_stdin("Retype password: ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dcorrect_password.c71 unencrypted = bb_ask_stdin("Password: ");
H A Dbb_askpass.c18 char* FAST_FUNC bb_ask_stdin(const char *prompt) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/loginutils/
H A Dcryptpw.c111 ? bb_ask_stdin("Password: ")
H A Dpasswd.c24 orig = bb_ask_stdin("Old password: "); /* returns ptr to static */
37 orig = xstrdup(orig); /* or else bb_ask_stdin() will destroy it */
38 newp = bb_ask_stdin("New password: "); /* returns ptr to static */
41 newp = xstrdup(newp); /* we are going to bb_ask_stdin() again, so save it */
46 cp = bb_ask_stdin("Retype password: ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dcorrect_password.c71 unencrypted = bb_ask_stdin("Password: ");
H A Dbb_askpass.c18 char* FAST_FUNC bb_ask_stdin(const char *prompt) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/loginutils/
H A Dcryptpw.c111 ? bb_ask_stdin("Password: ")
H A Dpasswd.c24 orig = bb_ask_stdin("Old password: "); /* returns ptr to static */
37 orig = xstrdup(orig); /* or else bb_ask_stdin() will destroy it */
38 newp = bb_ask_stdin("New password: "); /* returns ptr to static */
41 newp = xstrdup(newp); /* we are going to bb_ask_stdin() again, so save it */
46 cp = bb_ask_stdin("Retype password: ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dlibbb.h1115 char *bb_ask_stdin(const char * prompt) FAST_FUNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/include/
H A Dlibbb.h1115 char *bb_ask_stdin(const char * prompt) FAST_FUNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/include/
H A Dlibbb.h1115 char *bb_ask_stdin(const char * prompt) FAST_FUNC;

Completed in 194 milliseconds