Home
last modified time | relevance | path

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

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