Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/bnu/
H A Din.uucpd.c368 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 Dlast.c121 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 Dremove.sh28 rm -f /var/adm/acct/sum/wtmp*
H A Dstartup.sh36 rm -f /var/adm/acct/sum/wtmp*
/titanic_44/usr/src/man/man4/
H A DMakefile241 wtmp.4 \
292 wtmp.4 := LINKSRC = utmp.4
/titanic_44/usr/src/pkg/manifests/
H A DSUNWcs.man4.inc119 link path=usr/share/man/man4/wtmp.4 target=utmp.4
/titanic_44/usr/src/cmd/ssh/doc/
H A DOVERVIEW118 login.c. This includes things such as updating the utmp, wtmp,
H A DChangeLog965 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
/titanic_44/
H A D.gitignore8160 usr/src/man/man4/wtmp.4