Home
last modified time | relevance | path

Searched refs:getlastlogx (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.sbin/lastlogin/
HDlastlogin.c67 if ((getlastlogx(_PATH_LASTLOGX, passwd->pw_uid, in main()
77 if ((getlastlogx(_PATH_LASTLOGX, passwd->pw_uid, in main()
/dragonfly/lib/libc/gen/
HDMakefile.inc68 gethostid.3 gethostname.3 getlastlogx.3 getloadavg.3 \
176 MLINKS+=getlastlogx.3 updlastlogx.3 \
177 getlastlogx.3 _updwtmpx.3 \
178 getlastlogx.3 updwtmpx.3 \
179 getlastlogx.3 utmpxname.3
HDutmpx.c447 getlastlogx(const char *fname, uid_t uid, struct lastlogx *ll) in getlastlogx() function
HDSymbol.map177 getlastlogx;
/dragonfly/include/
HDutmpx.h144 struct lastlogx *getlastlogx(const char *, uid_t, struct lastlogx *);
/dragonfly/lib/libpam/modules/pam_lastlog/
HDpam_lastlog.c248 if (getlastlogx(_PATH_LASTLOGX, pwd->pw_uid, &ll) != NULL) in dolastlogx()
/dragonfly/usr.bin/finger/
HDutil.c107 getlastlogx(_PATH_LASTLOGX, pn->uid, &ll); in enter_lastlog()