HomeSort by: relevance | last modified time | path
    Searched refs:lastlog (Results 1 - 15 of 15) sorted by relevancy

  /src/include/
utmp.h 47 #define _PATH_LASTLOG "/var/log/lastlog"
53 struct lastlog { struct
  /src/share/man/man5/
Makefile 29 MLINKS+=utmp.5 wtmp.5 utmp.5 lastlog.5 passwd.5 master.passwd.5
  /src/sbin/routed/
trace.c 169 lastlog(void) function
185 lastlog();
241 lastlog();
644 lastlog();
684 lastlog();
737 lastlog();
755 lastlog();
773 lastlog();
798 lastlog();
829 lastlog();
    [all...]
defs.h 553 extern void lastlog(void);
rdisc.c 127 lastlog();
  /src/crypto/external/bsd/openssh/dist/
sshlogin.c 94 struct lastlog ll;
122 debug_f("truncated lastlog");
143 * login_login() is called and lastlog is updated.
186 struct lastlog ll;
210 /* Update lastlog unless actually recording a logout. */
213 * It is safer to memset the lastlog structure first because
218 /* Update lastlog. */
255 /* Update lastlog. */
  /src/usr.sbin/lastlogin/
lastlogin.c 118 static void process_entry(struct passwd *, struct lastlog *);
222 struct lastlog l;
235 /* Calculate the offset into the lastlog file. */
249 /* Read all lastlog entries, looking for active ones */
272 process_entry(struct passwd *p, struct lastlog *l)
343 /* Read all lastlog entries, looking for active ones */
  /src/external/bsd/ppp/dist/pppd/
session.c 396 * Enter the user in lastlog only if he has been authenticated using
398 * UID might be, and lastlog is indexed by UID.
401 struct lastlog ll;
auth.c 91 #include <lastlog.h>
  /src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 353 struct lastlog ll;
  /src/usr.bin/finger/
util.c 172 struct lastlog ll;
178 /* some systems may not maintain lastlog, don't report errors. */
224 w->info = LASTLOG;
  /src/usr.bin/login/
common.c 316 struct lastlog ll;
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 2883 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; local
2955 if (lastlog == 0)
2956 lastlog = vcount;
2960 lastlog = 0;
3011 lastlog == 0 ? vcount : lastlog) != 0)
  /src/etc/
Makefile 309 ${BINOWN} ${UTMPGRP} 664 /var/log/lastlog \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 5325 uint_t c, children, lastlog; local
5362 lastlog = 0;
5368 if (lastlog == 0)
5369 lastlog = c;
5373 lastlog = 0;
5375 if (children != (lastlog != 0 ? lastlog : rvd->vdev_children))

Completed in 25 milliseconds