Searched refs:unixpw_nis (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
H A Doptions.c55 int unixpw_nis = 0; /* -unixpw_nis */ variable
H A Doptions.h55 extern int unixpw_nis;
H A Duser.c2553 if (unixpw && !unixpw_nis) {
2698 } else if (unixpw_nis && keep_unixpw_user) {
H A Dx11vnc.c1422 } else if (unixpw_nis) {
2680 if (strstr(arg, "-unixpw_nis")) {
2681 unixpw_nis = 1;
2704 unixpw_nis = 0;
H A Dunixpw.c426 } else if (unixpw_nis) {
428 rfbLog("-unixpw_nis is not supported on this OS/machine\n");
1466 } else if (unixpw_nis) {
H A Dremote.c5977 if (!strcmp(p, "unixpw_nis")) {
5978 snprintf(buf, bufn, "aro=%s:%d", p, unixpw_nis);

Completed in 113 milliseconds