Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dutmpx.h125 struct lastlogx { struct
144 struct lastlogx *getlastlogx(const char *, uid_t, struct lastlogx *); argument
145 int updlastlogx(const char *, uid_t, struct lastlogx *);
/dragonfly/usr.sbin/lastlogin/
H A Dlastlogin.c44 static void outputx(struct passwd *, struct lastlogx *);
52 struct lastlogx lastx; in main()
93 outputx(struct passwd *p, struct lastlogx *l) in outputx()
/dragonfly/lib/libc/gen/
H A Dutmpx.c271 struct lastlogx ll; in pututxline()
446 struct lastlogx *
447 getlastlogx(const char *fname, uid_t uid, struct lastlogx *ll) in getlastlogx()
485 updlastlogx(const char *fname, uid_t uid, struct lastlogx *ll) in updlastlogx()
/dragonfly/share/man/man5/
H A DMakefile78 MLINKS+=utmpx.5 lastlogx.5 \
/dragonfly/etc/rc.d/
H A Ddiskless100 /usr/bin/touch /var/log/lastlogx
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c246 struct lastlogx ll; in dolastlogx()
/dragonfly/usr.bin/finger/
H A Dutil.c104 struct lastlogx ll; in enter_lastlog()
/dragonfly/etc/
H A DMakefile353 ${DESTDIR}/var/log/lastlogx
/dragonfly/crypto/openssh/
H A Dloginrec.c1575 struct lastlogx l, *ll; in lastlog_get_entry()