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

/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c75 FILE *shadf; local
79 if ((shadf = fopen("/etc/shadow", "r")) == NULL)
82 while ((sp = fgetspent(shadf)) != NULL) {
87 (void) fclose(shadf);
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c155 FILE *shadf; local
158 if ((shadf = fopen("/etc/shadow", "r")) == NULL)
161 while ((sp = fgetspent(shadf)) != NULL) {
166 fclose(shadf);

Completed in 76 milliseconds