Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c408 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR"); in put()
494 sendrequest((sunique) ? "STOU" : "STOR", in mput()
521 sendrequest((sunique) ? "STOU" : "STOR", in mput()
548 sendrequest((sunique) ? "STOU" : "STOR", in mput()
874 printf("Store unique: %s; Receive unique: %s\n", onoff(sunique), in status()
1962 sunique = !sunique; in setsunique()
1963 printf("Store unique %s.\n", onoff(sunique)); in setsunique()
1964 code = sunique; in setsunique()
H A Dglobals.c22 int sunique; /* store files on server with unique name */ variable
H A Dftp_var.h63 extern int sunique; /* store files on server with unique name */
H A Dftp.c1545 ip->sunqe = sunique; in pswitch()
1546 sunique = op->sunqe; in pswitch()
/freebsd/contrib/tnftp/src/
H A Dcmds.c438 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR"); in put()
491 sendrequest((sunique) ? "STOU" : "STOR", in mput()
515 sendrequest((sunique) ? "STOU" : "STOR", in mput()
543 sendrequest((sunique) ? "STOU" : "STOR", in mput()
834 onoff(sunique), onoff(runique)); in status()
2255 code = togglevar(argc, argv, &sunique, "Store unique"); in setsunique()
H A Dftp_var.h221 GLOBAL int sunique; /* store files on server with unique name */ variable
H A Dftp.c1798 ip->sunqe = sunique; in pswitch()
1799 sunique = op->sunqe; in pswitch()