Home
last modified time | relevance | path

Searched refs:allowpipe (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);
322 int allowpipe);
H A Dftp.c740 sendrequest(char *cmd, char *local, char *remote, int allowpipe) in sendrequest() argument
784 else if (allowpipe && *local == '|') { in sendrequest()
1049 recvrequest(char *cmd, char *local, char *remote, char *mode, int allowpipe) in recvrequest() argument
1090 (*local != '|' || !allowpipe)) { in recvrequest()
1204 } else if (allowpipe && *local == '|') { in recvrequest()
H A Dcmds.c613 int allowpipe = 1; in getit() local
619 allowpipe = 0; in getit()
695 recvrequest("RETR", argv[2], argv[1], mode, allowpipe); in getit()