Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c117 FILE *opwfp = NULL, *ospfp = NULL, *oadjfp = NULL, in changepasswd() local
202 if ((opwfp = fopen(passwd_file, "r")) == NULL) { in changepasswd()
207 fstat(fileno(opwfp), &pwstat); in changepasswd()
334 while (fgets(pwbuf, NSS_LINELEN_PASSWD, opwfp)) { in changepasswd()
348 pwpos = ftell(opwfp); in changepasswd()
428 fseek(opwfp, pwpos, SEEK_SET); in changepasswd()
429 opwd = *fgetpwent(opwfp); in changepasswd()
737 if (opwfp) { in changepasswd()
738 fclose(opwfp); in changepasswd()