Home
last modified time | relevance | path

Searched refs:passwd_list (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Duser.c869 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()
[all …]
Doptions.h141 extern char **passwd_list;
Doptions.c168 char **passwd_list = NULL; /* for -passwdfile */ variable
Dx11vnc.c1915 (!got_passwd && !got_rfbauth && (!got_passwdfile || !passwd_list) \
4576 argv_vnc[argc_vnc++] = strdup(passwd_list[0]); in main()
4599 if (!got_rfbauth && got_passwd && !viewonly_passwd && !passwd_list) { in main()