Searched refs:wtmp (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 368 int pid, wtmp; local 405 wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND); 406 if (wtmp >= 0) { 412 (void) lseek(wtmp, 0L, 2); 414 (void) write(wtmp, (char *)&utmp, sizeof (utmp)); 415 (void) close(wtmp); 431 int wtmp; local 486 wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND); 487 if (wtmp >= 0) { 495 (void) lseek(wtmp, 0L, 2); [all …]
|
/titanic_44/usr/src/cmd/last/ |
H A D | last.c | 121 int bl, wtmp; in main() local 235 wtmp = open(wtmpfile, 0); in main() 236 if (wtmp < 0) { in main() 240 (void) fstat(wtmp, &stb); in main() 254 (void) lseek(wtmp, (off_t)(bl * sizeof (buf)), 0); in main() 255 bp = &buf[read(wtmp, buf, sizeof (buf)) / sizeof (buf[0]) - 1]; in main()
|
/titanic_44/usr/src/cmd/acct/ |
H A D | remove.sh | 28 rm -f /var/adm/acct/sum/wtmp*
|
H A D | startup.sh | 36 rm -f /var/adm/acct/sum/wtmp*
|
/titanic_44/usr/src/man/man4/ |
H A D | Makefile | 241 wtmp.4 \ 292 wtmp.4 := LINKSRC = utmp.4
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | SUNWcs.man4.inc | 119 link path=usr/share/man/man4/wtmp.4 target=utmp.4
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | OVERVIEW | 118 login.c. This includes things such as updating the utmp, wtmp,
|
H A D | ChangeLog | 965 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
|
/titanic_44/ |
H A D | .gitignore | 8160 usr/src/man/man4/wtmp.4
|