Searched refs:sunique (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 408 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 D | globals.c | 22 int sunique; /* store files on server with unique name */ variable
|
H A D | ftp_var.h | 63 extern int sunique; /* store files on server with unique name */
|
H A D | ftp.c | 1545 ip->sunqe = sunique; in pswitch() 1546 sunique = op->sunqe; in pswitch()
|
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 438 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 D | ftp_var.h | 221 GLOBAL int sunique; /* store files on server with unique name */ variable
|
H A D | ftp.c | 1798 ip->sunqe = sunique; in pswitch() 1799 sunique = op->sunqe; in pswitch()
|