WAIT_REPLY 349 src/vfs/fish/fish.c r = fish_command_va (me, super, WAIT_REPLY, scr, vars, ap); WAIT_REPLY 629 src/vfs/fish/fish.c (me, super, WAIT_REPLY, "#FISH\necho; start_fish_server 2>&1; echo '### 200'\n", WAIT_REPLY 634 src/vfs/fish/fish.c if (fish_command (me, super, WAIT_REPLY, "#VER 0.0.3\necho '### 000'\n", -1) != COMPLETE) WAIT_REPLY 639 src/vfs/fish/fish.c (me, super, WAIT_REPLY, WAIT_REPLY 1021 src/vfs/fish/fish.c fish_command_v (me, super, WAIT_REPLY, WAIT_REPLY 603 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE) WAIT_REPLY 686 src/vfs/ftpfs/ftpfs.c switch (ftpfs_command (me, super, WAIT_REPLY, "USER %s", name)) WAIT_REPLY 690 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "PASS %s", pass); WAIT_REPLY 703 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "ACCT %s", op); WAIT_REPLY 1117 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "PASV") != COMPLETE) WAIT_REPLY 1154 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "EPSV") != COMPLETE) WAIT_REPLY 1271 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY, WAIT_REPLY 1290 src/vfs/ftpfs/ftpfs.c (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) == WAIT_REPLY 1471 src/vfs/ftpfs/ftpfs.c j = ftpfs_command (me, super, WAIT_REPLY, "REST %d", reget); WAIT_REPLY 1480 src/vfs/ftpfs/ftpfs.c j = ftpfs_command (me, super, WAIT_REPLY, "%s", cmd); WAIT_REPLY 1486 src/vfs/ftpfs/ftpfs.c j = ftpfs_command (me, super, WAIT_REPLY, "%s /%s", cmd, WAIT_REPLY 2138 src/vfs/ftpfs/ftpfs.c r = ftpfs_command (path_element->class, super, WAIT_REPLY, cmd, p); WAIT_REPLY 2257 src/vfs/ftpfs/ftpfs.c r = ftpfs_command (me, super, WAIT_REPLY, "CWD /%s", p);