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

  /src/usr.bin/ftp/
ftp_var.h 226 GLOBAL int sunique; /* store files on server with unique name */ variable in typeref:typename:GLOBAL int
cmds.c 432 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR");
485 sendrequest((sunique) ? "STOU" : "STOR",
509 sendrequest((sunique) ? "STOU" : "STOR",
537 sendrequest((sunique) ? "STOU" : "STOR",
830 onoff(sunique), onoff(runique));
2272 code = togglevar(argc, argv, &sunique, "Store unique");
ftp.c 1854 ip->sunqe = sunique;
1855 sunique = op->sunqe;

Completed in 14 milliseconds