Searched refs:_PATH_WTMPX (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dloginx.c53 (void)updwtmpx(_PATH_WTMPX, ut);
H A Dlogwtmpx.c75 (void)updwtmpx(_PATH_WTMPX, &ut);
/netbsd-6-1-5-RELEASE/lib/libutil/compat/
H A Dcompat_loginx.c63 (void)__updwtmpx50(_PATH_WTMPX, &ut);
/netbsd-6-1-5-RELEASE/usr.bin/last/
H A Dlast.c231 if (access(_PATH_WTMPX, R_OK) == 0)
232 file = _PATH_WTMPX;
241 errx(EXIT_FAILURE, "Cannot access `%s' or `%s'", _PATH_WTMPX,
244 errx(EXIT_FAILURE, "Cannot access `%s'", _PATH_WTMPX);
/netbsd-6-1-5-RELEASE/include/
H A Dutmpx.h40 #define _PATH_WTMPX "/var/log/wtmpx" macro
83 * stored in _PATH_UTMPX or _PATH_WTMPX. This is not the format the
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dlogwtmp.c112 const char *wf = _PATH_WTMPX;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c265 updwtmpx(_PATH_WTMPX, uxp);
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c297 if (updwtmpx(_PATH_WTMPX, &utmpx) != 0)
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dcommon.c263 if (updwtmpx(_PATH_WTMPX, &utmpx) != 0)
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c1178 if (stat(_PATH_WTMPX, &st) != -1 && st.st_size != 0) {

Completed in 150 milliseconds