Searched defs:fdl (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/pam_modules/unix_session/ |
H A D | unix_session.c | 91 int fdl; local 131 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT|O_DSYNC, 0444)) >= 0) { 139 if (llseek(fdl, offset, SEEK_SET) != offset) { 143 (void) close(fdl); 180 if (write(fdl, (char *)&newll, sizeof (newll)) 184 if (close(fdl) != 0)
|
/osnet-11/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 90 int fdl; local 97 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) { 101 if (llseek(fdl, offset, SEEK_SET) != offset) { 106 (void) close(fdl); 110 retval = read(fdl, (char *)&ll, sizeof (ll)); 131 (void) close(fdl); 136 (void) close(fdl);
|
Completed in 21 milliseconds