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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dcmds.c607 int rok, wok, xok, pdirwok; local
655 pdirwok = 0;
658 pdirwok = ((pdir->st_mode & S_IWUSR) != 0);
660 pdirwok = ((pdir->st_mode & S_IWGRP) != 0);
662 pdirwok = ((pdir->st_mode & S_IWOTH) != 0);
674 if (pdirwok && CURCLASS_FLAGS_ISSET(modify)) {
704 if (pdirwok && CURCLASS_FLAGS_ISSET(modify))

Completed in 53 milliseconds