Searched defs:chpw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c121 int i, ans, chsh, chpw, chgecos, namelen; local
175 chsh = chpw = chgecos = 0;
448 chpw = 1;
453 chpw = 0;
459 chpw = 0;
465 if (!(chpw + chsh + chgecos)) {
529 printf("%d %d %d\n", chsh, chgecos, chpw);
568 if ((chsh || chgecos) && (useshadow || useadjunct || !chpw) &&
576 if (chpw) {
663 if (useshadow && chpw) {
[all...]

Completed in 65 milliseconds