Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c386 cmd = (argv[0][0] == 'a') ? "APPE" : ((sunique) ? "STOU" : "STOR"); in put()
491 sendrequest((sunique) ? "STOU" : "STOR", in mput()
514 sendrequest((sunique) ? "STOU" : "STOR", in mput()
538 sendrequest((sunique) ? "STOU" : "STOR", in mput()
887 (void) printf("Store unique: %s; Receive unique: %s\n", onoff(sunique), in status()
2098 sunique = !sunique; in setsunique()
2099 (void) printf("Store unique %s.\n", onoff(sunique)); in setsunique()
2100 code = sunique; in setsunique()
H A Dftp_var.h117 EXTERN int sunique; /* store files on server with unique name */ variable
H A Dftp.c1809 ip->sunqe = sunique; in pswitch()
1810 sunique = op->sunqe; in pswitch()