Home
last modified time | relevance | path

Searched refs:sunique (Results 1 – 12 of 12) sorted by relevance

/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dcmds.c696 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR");
761 sendrequest((sunique) ? "STOU" : "STOR",
784 sendrequest((sunique) ? "STOU" : "STOR",
810 sendrequest((sunique) ? "STOU" : "STOR",
1146 printf("Store unique: %s; Receive unique: %s\n", onoff(sunique), in cstatus()
2349 sunique = !sunique; in setsunique()
2350 printf("Store unique %s.\n", onoff(sunique)); in setsunique()
2351 code = sunique; in setsunique()
H A Dftp_var.h98 extern int sunique; /* store files on server with unique name */
H A Dftp.c1660 ip->sunqe = sunique; in pswitch()
1661 sunique = op->sunqe; in pswitch()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp_var.h104 int sunique; /* store files on server with unique name */ variable
H A Dcmds.c304 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR");
371 sendrequest((sunique) ? "STOU" : "STOR",
396 sendrequest((sunique) ? "STOU" : "STOR",
426 sendrequest((sunique) ? "STOU" : "STOR",
698 printf("Store unique: %s; Receive unique: %s.\n", onoff(sunique),
2038 code = togglevar(argc, argv, &sunique, "Store unique");
H A Dftp.c2109 ip->sunqe = sunique;
2110 sunique = op->sunqe;
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dftp_var.h222 GLOBAL int sunique; /* store files on server with unique name */ variable
H A Dcmds.c439 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR"); in put()
492 sendrequest((sunique) ? "STOU" : "STOR", in mput()
516 sendrequest((sunique) ? "STOU" : "STOR", in mput()
544 sendrequest((sunique) ? "STOU" : "STOR", in mput()
839 onoff(sunique), onoff(runique)); in status()
2274 code = togglevar(argc, argv, &sunique, "Store unique"); in setsunique()
H A Dftp.c1859 ip->sunqe = sunique; in pswitch()
1860 sunique = op->sunqe; in pswitch()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/dist/
H A Ds_string.ok1230 sunique
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c17398 sendrequest((sunique) ? "STOU" : "STOR", cp, tp, 0, -1, -1, 0);
17443 sendrequest((sunique) ? "STOU":"STOR", *cpp, tp, 0, -1, -1, 0);
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.cpp2287 std::string sunique = request::findValue(&req, "unique"); in Cmd_GetUnusedPlanDevices() local
2288 if (sunique.empty()) in Cmd_GetUnusedPlanDevices()
2290 int iUnique = (sunique == "true") ? 1 : 0; in Cmd_GetUnusedPlanDevices()