OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_password
(Results
1 - 7
of
7
) sorted by null
/external/toybox/lib/
pending.h
5
int
read_password
(char * buff, int buflen, char* mesg);
password.c
52
int
read_password
(char *buf, int buflen, char *mesg)
function
/external/toybox/toys/lsb/
passwd.c
87
if (
read_password
(toybuf, sizeof(toybuf), "New password:"))
92
if (
read_password
(toybuf, sizeof(toybuf), "Retype password:")) {
146
if (
read_password
(toybuf, sizeof(toybuf), "Origial password:")) {
su.c
59
if (
read_password
(toybuf, sizeof(toybuf), "Password: ")) goto deny;
/external/toybox/toys/other/
mkpasswd.c
54
// Because
read_password
() doesn't have an fd argument
64
if (
read_password
(toybuf, sizeof(toybuf), "Password: "))
login.c
102
if (!
read_password
(toybuf, sizeof(toybuf), "Password: ")) {
/external/toybox/toys/pending/
sulogin.c
55
ret =
read_password
(toybuf, sizeof(toybuf), s);
Completed in 127 milliseconds