Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h320 extern void sendrequest(char *cmd, char *local, char *remote, int allowpipe);
H A Dcmds.c393 sendrequest(cmd, argv[1], argv[2], 1); in put()
491 sendrequest((sunique) ? "STOU" : "STOR", in mput()
514 sendrequest((sunique) ? "STOU" : "STOR", in mput()
538 sendrequest((sunique) ? "STOU" : "STOR", in mput()
H A Dftp.c740 sendrequest(char *cmd, char *local, char *remote, int allowpipe) in sendrequest() function