Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dx11vnc.c1915 (!got_passwd && !got_rfbauth && (!got_passwdfile || !passwd_list) \
2044 int pw_loc = -1, got_passwd = 0, got_rfbauth = 0, nopw = NOPW; in main() local
4091 got_passwd = 1; in main()
4460 if (usepw && ! got_rfbauth && ! got_passwd && ! got_passwdfile && !unixpw) { in main()
4537 if (got_rfbauth && (got_passwd || got_viewpasswd || got_passwdfile)) { in main()
4542 if (got_passwdfile && (got_passwd || got_viewpasswd)) { in main()
4578 got_passwd = 1; in main()
4591 if (!got_rfbauth && !got_passwd) { in main()
4594 got_passwd = 1; in main()
4599 if (!got_rfbauth && got_passwd && !viewonly_passwd && !passwd_list) { in main()