Lines Matching refs:passwd_list
869 char **old_passwd_list = passwd_list; in read_passwds()
928 passwd_list = (char **) malloc( (max+1) * (sizeof(char *)) ); in read_passwds()
930 passwd_list[i] = NULL; in read_passwds()
994 passwd_list[linecount++] = strdup(line); in read_passwds()
1027 char *q, *p = passwd_list[i]; in read_passwds()
1033 passwd_list[i] = strdup(p); in read_passwds()
1050 viewonly_passwd = strdup(passwd_list[1]); in read_passwds()
1060 apd[0] = strdup(passwd_list[0]); in read_passwds()
1090 } else if (passwd_list) { in install_passwds()
1092 while(passwd_list[i] != NULL) { in install_passwds()
1099 screen->authPasswdData = (void*) passwd_list; in install_passwds()