Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dx11vnc.c2044 int pw_loc = -1, got_passwd = 0, got_rfbauth = 0, nopw = NOPW; in main() local
4090 pw_loc = i; in main()
4552 if (pw_loc > 0) { in main()
4554 for (i=pw_loc; i <= pw_loc+1; i++) { in main()
4579 pw_loc = 100; /* just for pw_loc check below */ in main()
4595 pw_loc = 100; in main()
4603 if (viewonly_passwd && pw_loc < 0) { in main()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch18900 + char *pw_loc = NULL;
18967 + pw_loc = strstr(argv[i], " pw=") + 1;
19079 + if (pw_loc != NULL) {
19080 + char *q = pw_loc;