Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c94 struct passwd newpw, opwd; in changepasswd() local
429 opwd = *fgetpwent(opwfp); in changepasswd()
446 (strcmp(p, opwd.pw_name) == 0)) && in changepasswd()
518 if (!root_on_master && opwd.pw_passwd && *opwd.pw_passwd && in changepasswd()
537 opwd.pw_shell, in changepasswd()
538 opwd.pw_gecos, in changepasswd()
556 opwd.pw_gecos = newpw.pw_gecos; in changepasswd()
559 opwd.pw_shell = newpw.pw_shell; in changepasswd()
569 putpwent(&opwd, npwfp)) { in changepasswd()
607 opwd.pw_passwd = newpw.pw_passwd; in changepasswd()
[all …]