Home
last modified time | relevance | path

Searched refs:_PATH_FTPHOSTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/ftpd/
H A Dpathnames.h37 #define _PATH_FTPHOSTS "/etc/ftphosts" macro
H A Dftpd.c688 if ((fp = fopen(_PATH_FTPHOSTS, "r")) != NULL) { in inithosts()