Home
last modified time | relevance | path

Searched refs:_updwtmpx (Results 1 – 5 of 5) sorted by relevance

/dragonfly/include/
H A Dutmpx.h142 int _updwtmpx(const char *, const struct utmpx *);
/dragonfly/lib/libc/gen/
H A Dutmpx.c369 (void)_updwtmpx(file, utx); in updwtmpx()
373 _updwtmpx(const char *file, const struct utmpx *utx) in _updwtmpx() function
H A DSymbol.map722 _updwtmpx;
H A DMakefile.inc177 getlastlogx.3 _updwtmpx.3 \
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c236 if (_updwtmpx(_PATH_WTMPX, &utmpx) != 0) in doutmpx()