Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c383 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR"); in put()
488 sendrequest((sunique) ? "STOU" : "STOR", in mput()
511 sendrequest((sunique) ? "STOU" : "STOR", in mput()
535 sendrequest((sunique) ? "STOU" : "STOR", in mput()
884 (void) printf("Store unique: %s; Receive unique: %s\n", onoff(sunique), in status()
2095 sunique = !sunique; in setsunique()
2096 (void) printf("Store unique %s.\n", onoff(sunique)); in setsunique()
2097 code = sunique; in setsunique()
H A Dftp_var.h112 extern int sunique; /* store files on server with unique name */
H A Dmain.c58 int sunique; variable
H A Dftp.c1814 ip->sunqe = sunique; in pswitch()
1815 sunique = op->sunqe; in pswitch()