Home
last modified time | relevance | path

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

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