Searched refs:dochroot (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h132 extern int dochroot;
H A Dftpd.c72 int dochroot; variable
501 } else if (dochroot) {
716 dochroot = checkuser(_PATH_FTPCHROOT, pw->pw_name);
727 } else if (dochroot) {
826 dochroot = 0;
H A Dftpcmd.y368 if (dochroot || guest)
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c129 int dochroot; variable
1021 } else if (dochroot) {
1226 dochroot = 0;
1503 dochroot =
1522 if (dochroot || guest)
1549 if (dochroot && residue &&
1558 if (guest || dochroot) {
1599 if (guest || dochroot) {
1611 if (guest || dochroot) {
1666 if (dochroot)
[all...]

Completed in 45 milliseconds