Searched refs:WTMPX_FILE (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | logwtmp.c | 111 #ifdef WTMPX_FILE in ftpd_logwtmp_wtmp() 117 #if defined(WTMPX_FILE) || defined(HAVE_UTMPX_H) in ftpd_logwtmp_wtmp() 143 #if defined(WTMPX_FILE) || defined(HAVE_UTMPX_H) in ftpd_logwtmp_wtmp() 174 #ifdef WTMPX_FILE in ftpd_logwtmp_wtmp() 175 fdx = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0); in ftpd_logwtmp_wtmp() 183 #ifdef WTMPX_FILE in ftpd_logwtmp_wtmp()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_locl.h | 129 #ifndef WTMPX_FILE 130 #define WTMPX_FILE WTMP_FILE macro
|
H A D | utmpx_login.c | 51 #ifdef WTMPX_FILE in utmpx_update() 52 updwtmpx(WTMPX_FILE, ut); in utmpx_update()
|
H A D | utmp_login.c | 82 #if !defined(HAVE_UTMPX_H) || (defined(WTMP_FILE) && !defined(WTMPX_FILE))
|
H A D | ChangeLog | 5 * login_locl.h: If cygwin doesnt have WTMPX_FILE, it uses wtmp for
|
/freebsd/crypto/openssh/ |
H A D | loginrec.c | 1252 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmpx_write() 1254 WTMPX_FILE, strerror(errno)); in wtmpx_write() 1262 WTMPX_FILE, strerror(errno)); in wtmpx_write() 1269 updwtmpx(WTMPX_FILE, utx); in wtmpx_write() 1339 if ((fd = open(WTMPX_FILE, O_RDONLY)) < 0) { in wtmpx_get_entry() 1341 WTMPX_FILE, strerror(errno)); in wtmpx_get_entry() 1346 WTMPX_FILE, strerror(errno)); in wtmpx_get_entry() 1361 WTMPX_FILE, strerror(errno)); in wtmpx_get_entry()
|
H A D | logintest.c | 273 printf("\tUSE_WTMPX (WTMPX_FILE=%s)\n", WTMPX_FILE); in showOptions()
|
H A D | defines.h | 852 # if defined(WTMPX_FILE) && !defined(DISABLE_WTMPX)
|
H A D | configure.ac | 5620 AC_MSG_CHECKING([if your system defines WTMPX_FILE]) 5630 ]], [[ char *wtmpx = WTMPX_FILE; ]])],
|
/freebsd/contrib/ntp/libntp/ |
H A D | systime.c | 491 updwtmpx(WTMPX_FILE, &utx); in update_uwtmp() 501 updwtmpx(WTMPX_FILE, &utx); in update_uwtmp()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 1457 #ifdef WTMPX_FILE in rmut() 1459 updwtmpx(WTMPX_FILE, utxp); in rmut()
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 3587 whose <utmpx.h> file does not define WTMPX_FILE, and when setting
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 3665 whose <utmpx.h> file does not define WTMPX_FILE, and when setting
|