Searched refs:nopw (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c136 #pragma weak nopw macro
138 int single, nogecos, noshell, nopw, mflag; variable
H A Dshim_changepasswd.c107 extern int single, nogecos, noshell, nopw, mflag;
752 if ((!nopw) &&
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c86 int nopw = 0; variable
116 " [-nopw] [-nogecos]\n"
133 " -nopw passwords may not be changed remotely using passwd\n"
219 else if (strcmp(argv[i], "-nopw") == 0)
220 nopw = 1;
H A Dchangepasswd.c131 extern int single, nogecos, noshell, nopw, mflag, Mstart, Argc;
443 if ((!nopw) &&

Completed in 49 milliseconds