Lines Matching refs:remote
76 static void proxtrans(char *cmd, char *local, char *remote);
83 hrtime_t t1, char *local, char *remote);
744 sendrequest(char *cmd, char *local, char *remote, int allowpipe) in sendrequest() argument
762 proxtrans(cmd, local, remote); in sendrequest()
852 if (remote) { in sendrequest()
853 if (command("%s %s", cmd, remote) != PRELIM) { in sendrequest()
1005 ptransfer("sent", bytes, start, stop, local, remote); in sendrequest()
1035 ptransfer("sent", bytes, start, stop, local, remote); in sendrequest()
1053 recvrequest(char *cmd, char *local, char *remote, char *mode, int allowpipe) in recvrequest() argument
1071 proxtrans(cmd, local, remote); in recvrequest()
1157 if (remote) { in recvrequest()
1158 if (command("%s %s", cmd, remote) != PRELIM) { in recvrequest()
1355 ptransfer("received", bytes, start, stop, local, remote); in recvrequest()
1457 ptransfer("received", bytes, start, stop, local, remote); in recvrequest()
1727 hrtime_t t1, char *local, char *remote) in ptransfer() argument
1737 if (remote) in ptransfer()
1738 (void) printf("remote: %s\n", remote); in ptransfer()
1864 proxtrans(char *cmd, char *local, char *remote) in proxtrans() argument
1930 if (command("%s %s", cmd, remote) != PRELIM) { in proxtrans()
1979 (void) printf("local: %s remote: %s\n", local, remote); in proxtrans()