usr.bin/ftp/cmds.c
1679
if (command("%s", buf) == PRELIM) {
usr.bin/ftp/cmds.c
1680
while (getreply(0) == PRELIM)
usr.bin/ftp/ftp.c
1055
if (command("%s %s", cmd, remote) != PRELIM)
usr.bin/ftp/ftp.c
1058
if (command("%s", cmd) != PRELIM)
usr.bin/ftp/ftp.c
1966
|| (command("%s %s", cmd, remote) != PRELIM)) {
usr.bin/ftp/ftp.c
1976
|| (command("%s %s", cmd2, local) != PRELIM))
usr.bin/ftp/ftp.c
1999
if (command("%s %s", cmd2, local) != PRELIM) {
usr.bin/ftp/ftp.c
2014
if (command("%s %s", cmd2, local) != PRELIM) {
usr.bin/ftp/ftp.c
810
if (command("%s %s", cmd, remote) != PRELIM)
usr.bin/ftp/ftp.c
813
if (command("%s", cmd) != PRELIM)