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

  /src/usr.bin/ftp/
main.c 147 int dumbterm, isupload; local in function:main
201 isupload = 0;
413 isupload = 1;
545 if (isupload) {
604 if (isupload) {
  /src/libexec/ftpd/
ftpcmd.y 1311 * Check if a filename is allowed to be modified (isupload == 0) or
1312 * uploaded (isupload == 1), and if necessary, check the filename is `sane'.
1317 check_write(const char *file, int isupload)
1326 if (! isupload && ! CURCLASS_FLAGS_ISSET(modify)) {
1331 if (isupload && ! CURCLASS_FLAGS_ISSET(upload)) {

Completed in 71 milliseconds