Home
last modified time | relevance | path

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

/openbsd/src/libexec/ftpd/
Dpathnames.h39 #define _PATH_FTPWELCOME "/etc/ftpwelcome" macro
Dftpd.c575 if ((fp = fopen(_PATH_FTPWELCOME, "r")) != NULL) { in main()