Searched refs:_PATH_WTMP (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dpathnames.h68 ** _PATH_WTMP
110 #ifndef _PATH_WTMP
112 #define _PATH_WTMP WTMP_FILE macro
120 #ifndef _PATH_WTMP
121 #define _PATH_WTMP WTMP_DIR"/wtmp" macro
130 #ifndef _PATH_WTMP
131 #define _PATH_WTMP "/usr/adm/wtmp" macro
H A Dlogwtmp.c151 if (fd < 0 && (fd = open(_PATH_WTMP, O_WRONLY | O_APPEND, 0)) < 0) {
152 syslog(LOG_ERR, "wtmp %s %m", _PATH_WTMP);
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Ddefines.h549 #ifdef _PATH_WTMP
550 #define WTMP_FILE _PATH_WTMP

Completed in 42 milliseconds