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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dpathnames.h64 ** _PATH_FTPSERVERS
89 #undef _PATH_FTPSERVERS macro
90 #define _PATH_FTPSERVERS "/etc/ftpd/ftpservers" macro
H A Dckconfig.c93 /* _PATH_FTPSERVERS */
94 fprintf(stdout, "\nChecking _PATH_FTPSERVERS :: %s\n", _PATH_FTPSERVERS);
95 if ((stat(_PATH_FTPSERVERS, &sbuf)) < 0)
100 if ((svrfp = fopen(_PATH_FTPSERVERS, "r")) == NULL)
H A Dpaths.c105 ** _PATH_FTPSERVERS
156 if ((svrfp = fopen(_PATH_FTPSERVERS, "r")) != NULL) {
H A Dftprestart.c250 if ((svrfp = fopen(_PATH_FTPSERVERS, "r")) != NULL) {
H A Dftpshut.c419 if ((svrfp = fopen(_PATH_FTPSERVERS, "r")) != NULL) {
H A Dftpcount.c523 if (virtual && ((svrfp = fopen(_PATH_FTPSERVERS, "r")) != NULL)) {

Completed in 150 milliseconds