Searched refs:CURCLASS_FLAGS_ISSET (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y290 if (CURCLASS_FLAGS_ISSET(passive))
300 if (CURCLASS_FLAGS_ISSET(passive)) {
314 if (CURCLASS_FLAGS_ISSET(passive))
325 if (CURCLASS_FLAGS_ISSET(passive)) {
337 if (CURCLASS_FLAGS_ISSET(passive))
514 if (CURCLASS_FLAGS_ISSET(hidesymlinks))
524 if (CURCLASS_FLAGS_ISSET(hidesymlinks))
1324 if (! isupload && ! CURCLASS_FLAGS_ISSET(modify)) {
1329 if (isupload && ! CURCLASS_FLAGS_ISSET(upload)) {
1335 if (file[0] != '\0' && CURCLASS_FLAGS_ISSET(sanename
[all...]
H A Dcmds.c632 if (pdir == NULL && CURCLASS_FLAGS_ISSET(modify)) {
666 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode))
670 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
674 if (pdirwok && CURCLASS_FLAGS_ISSET(modify)) {
704 if (pdirwok && CURCLASS_FLAGS_ISSET(modify))
712 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
716 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
724 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode))
H A Dextern.h273 #define CURCLASS_FLAGS_ISSET(x) (curclass.flags & (FLAG_ ## x)) macro
H A Dftpd.c969 if (CURCLASS_FLAGS_ISSET(denyquick) && !permitted) {
2667 if (logged_in && !CURCLASS_FLAGS_ISSET(private)) {
2674 CURCLASS_FLAGS_ISSET(checkportcmd) ? "en" : "dis");
2693 CURCLASS_FLAGS_ISSET(denyquick) ? "en" : "dis");
2705 CURCLASS_FLAGS_ISSET(modify) ? "en" : "dis");
2707 CURCLASS_FLAGS_ISSET(upload) ? "en" : "dis");
2709 CURCLASS_FLAGS_ISSET(sanenames) ? "en" : "dis");
2711 CURCLASS_FLAGS_ISSET(passive) ? "en" : "dis");
H A Dconf.c497 if (! CURCLASS_FLAGS_ISSET(upload))

Completed in 114 milliseconds