Searched refs:_PATH_FTPWELCOME (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/libexec/ftpd/
H A Dpathnames.h40 #define _PATH_FTPWELCOME "/etc/ftpwelcome" macro
H A Dftpd.c624 fd = fopen(_PATH_FTPWELCOME, "r");
706 hrp->welcome = _PATH_FTPWELCOME;
741 welcome = _PATH_FTPWELCOME;
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h57 #define _PATH_FTPWELCOME SYSCONFDIR "/ftpwelcome" macro
H A Dftpd.c396 show_file(_PATH_FTPWELCOME, 220);
/freebsd-10.0-release/contrib/opie/
H A Dopie_cfg.h141 #ifndef _PATH_FTPWELCOME
142 #define _PATH_FTPWELCOME "/etc/ftpwelcome" macro
143 #endif /* _PATH_FTPWELCOME */
H A Dopieftpd.c1696 if ((fd = fopen(_PATH_FTPWELCOME, "r")) != NULL) {

Completed in 134 milliseconds