Searched refs:getlastlogx (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/usr.sbin/lastlogin/ |
| HD | lastlogin.c | 67 if ((getlastlogx(_PATH_LASTLOGX, passwd->pw_uid, in main() 77 if ((getlastlogx(_PATH_LASTLOGX, passwd->pw_uid, in main()
|
| /dragonfly/lib/libc/gen/ |
| HD | Makefile.inc | 68 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
|
| HD | utmpx.c | 447 getlastlogx(const char *fname, uid_t uid, struct lastlogx *ll) in getlastlogx() function
|
| HD | Symbol.map | 177 getlastlogx;
|
| /dragonfly/include/ |
| HD | utmpx.h | 144 struct lastlogx *getlastlogx(const char *, uid_t, struct lastlogx *);
|
| /dragonfly/lib/libpam/modules/pam_lastlog/ |
| HD | pam_lastlog.c | 248 if (getlastlogx(_PATH_LASTLOGX, pwd->pw_uid, &ll) != NULL) in dolastlogx()
|
| /dragonfly/usr.bin/finger/ |
| HD | util.c | 107 getlastlogx(_PATH_LASTLOGX, pn->uid, &ll); in enter_lastlog()
|