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

/macosx-10.9.5/ppp-727.90.1/Dialogs/
H A DDialogs.c263 int dialog_password(char *user, int maxuserlen, char *passwd, int maxpasswdlen, int dialog_type, char *message) function
444 ret = dialog_password(username, MAXNAMELEN, passwd, MAXSECRETLEN, DIALOG_PASSWORD_ASK, 0);
549 ret = dialog_password(username, MAXNAMELEN, new_passwd, MAXSECRETLEN, DIALOG_PASSWORD_CHANGE, msg);
566 ret = dialog_password(username, MAXNAMELEN, passwd, MAXSECRETLEN, DIALOG_PASSWORD_RETRY, msg);

Completed in 181 milliseconds