Home
last modified time | relevance | path

Searched defs:wtmpf (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c81 char wtmpf[] = WTMP_FILE; variable
83 char wtmpf[] = "/usr/adm/wtmp"; variable
88 char wtmpf[] = WTMP_FILE; variable
90 char wtmpf[] = "/etc/wtmp"; variable
/freebsd/usr.sbin/ac/
H A Dac.c207 const char *wtmpf = NULL; in main() local