Searched refs:LASTLOG (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c58 #define LASTLOG "/var/adm/lastlog" macro
134 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT|O_DSYNC, 0444)) >= 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c131 char LASTLOG[] = "/var/adm/lastlog"; /* last login info */ variable
166 FILE *lf; /* LASTLOG file pointer */
729 * find the last log in of a user by checking the LASTLOG file.
736 if ((lf = fopen(LASTLOG, "r")) == NULL)
737 (void) fprintf(stderr, "finger: %s open error\n", LASTLOG);
762 "finger: %s read error\n", LASTLOG);
769 LASTLOG);
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c56 #define LASTLOG "/var/adm/lastlog" macro
98 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) {
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c162 #define LASTLOG "/var/adm/lastlog" macro
1714 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) {

Completed in 51 milliseconds