HomeSort by: relevance | last modified time | path
    Searched refs:CURCLASS_FLAGS_ISSET (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/ftpd/
ftpcmd.y 284 if (CURCLASS_FLAGS_ISSET(passive))
294 if (CURCLASS_FLAGS_ISSET(passive)) {
308 if (CURCLASS_FLAGS_ISSET(passive))
319 if (CURCLASS_FLAGS_ISSET(passive)) {
331 if (CURCLASS_FLAGS_ISSET(passive))
508 if (CURCLASS_FLAGS_ISSET(hidesymlinks))
518 if (CURCLASS_FLAGS_ISSET(hidesymlinks))
1326 if (! isupload && ! CURCLASS_FLAGS_ISSET(modify)) {
1331 if (isupload && ! CURCLASS_FLAGS_ISSET(upload)) {
1337 if (file[0] != '\0' && CURCLASS_FLAGS_ISSET(sanenames))
    [all...]
cmds.c 627 if (pdir == NULL && CURCLASS_FLAGS_ISSET(modify)) {
660 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode))
664 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
668 if (pdirwok && CURCLASS_FLAGS_ISSET(modify)) {
698 if (pdirwok && CURCLASS_FLAGS_ISSET(modify))
706 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
710 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
718 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode))
extern.h 265 #define CURCLASS_FLAGS_ISSET(x) (curclass.flags & (FLAG_ ## x))
ftpd.c 993 if (CURCLASS_FLAGS_ISSET(denyquick) && !permitted) {
2729 if (logged_in && !CURCLASS_FLAGS_ISSET(private)) {
2736 CURCLASS_FLAGS_ISSET(checkportcmd) ? "en" : "dis");
2755 CURCLASS_FLAGS_ISSET(denyquick) ? "en" : "dis");
2767 CURCLASS_FLAGS_ISSET(modify) ? "en" : "dis");
2769 CURCLASS_FLAGS_ISSET(upload) ? "en" : "dis");
2771 CURCLASS_FLAGS_ISSET(sanenames) ? "en" : "dis");
2773 CURCLASS_FLAGS_ISSET(passive) ? "en" : "dis");
conf.c 491 if (! CURCLASS_FLAGS_ISSET(upload))

Completed in 17 milliseconds