Home
last modified time | relevance | path

Searched refs:passwds_new (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Dremote.c5741 char **passwds_new = (char **) malloc(3*sizeof(char *)); in process_remote_cmd() local
5747 passwds_new[0] = strdup(p); in process_remote_cmd()
5752 passwds_new[1] = passwds_old[1]; in process_remote_cmd()
5754 passwds_new[1] = NULL; in process_remote_cmd()
5757 passwds_new[2] = NULL; in process_remote_cmd()
5759 screen->authPasswdData = (void*) passwds_new; in process_remote_cmd()
5767 char **passwds_new = (char **) malloc(3*sizeof(char *)); in process_remote_cmd() local
5773 passwds_new[1] = strdup(p); in process_remote_cmd()
5777 passwds_new[0] = passwds_old[0]; in process_remote_cmd()
5781 passwds_new[0] = tmp; in process_remote_cmd()
[all …]
Duser.c1083 char **passwds_new = (char **) malloc(3*sizeof(char *)); in install_passwds() local
1085 passwds_new[0] = passwds_old[0]; in install_passwds()
1086 passwds_new[1] = viewonly_passwd; in install_passwds()
1087 passwds_new[2] = NULL; in install_passwds()
1089 screen->authPasswdData = (void*) passwds_new; in install_passwds()