Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c121 int i, ans, chsh, chpw, chgecos, namelen; in changepasswd() local
175 chsh = chpw = chgecos = 0; in changepasswd()
462 chgecos = 1; in changepasswd()
465 if (!(chpw + chsh + chgecos)) { in changepasswd()
529 printf("%d %d %d\n", chsh, chgecos, chpw); in changepasswd()
555 if (chgecos) in changepasswd()
568 if ((chsh || chgecos) && (useshadow || useadjunct || !chpw) && in changepasswd()
644 if ((!useshadow && !useadjunct) || (chsh || chgecos)) { in changepasswd()