COMPLETE 461 src/vfs/ftpfs/ftpfs.c return (sock == COMPLETE); COMPLETE 554 src/vfs/ftpfs/ftpfs.c return COMPLETE; COMPLETE 598 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE) COMPLETE 661 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, reply_string, sizeof (reply_string) - 1) == COMPLETE) COMPLETE 701 src/vfs/ftpfs/ftpfs.c if (code != COMPLETE) COMPLETE 706 src/vfs/ftpfs/ftpfs.c case COMPLETE: COMPLETE 1062 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, NONE, "%s", "PWD") == COMPLETE COMPLETE 1063 src/vfs/ftpfs/ftpfs.c && ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE) COMPLETE 1114 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "PASV") != COMPLETE) COMPLETE 1150 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "EPSV") != COMPLETE) COMPLETE 1265 src/vfs/ftpfs/ftpfs.c == COMPLETE) COMPLETE 1281 src/vfs/ftpfs/ftpfs.c res = (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) == COMPLETE) COMPLETE 1536 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, NONE, "%cABOR", DM) != COMPLETE) COMPLETE 1680 src/vfs/ftpfs/ftpfs.c if (ftpfs_chdir_internal (bucket, dir->remote_path) != COMPLETE) COMPLETE 1806 src/vfs/ftpfs/ftpfs.c if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE) COMPLETE 1876 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE)) COMPLETE 2009 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE) COMPLETE 2067 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE)) COMPLETE 2134 src/vfs/ftpfs/ftpfs.c r = COMPLETE; COMPLETE 2135 src/vfs/ftpfs/ftpfs.c if (r != COMPLETE) COMPLETE 2246 src/vfs/ftpfs/ftpfs.c return COMPLETE; COMPLETE 2252 src/vfs/ftpfs/ftpfs.c if (r != COMPLETE) COMPLETE 2394 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp->sock, NULL, 0) != COMPLETE) COMPLETE 237 src/vfs/shell/shell.c return was_garbage ? ERROR : (code == 0 ? COMPLETE : PRELIM); COMPLETE 300 src/vfs/shell/shell.c return COMPLETE; COMPLETE 351 src/vfs/shell/shell.c if (r != COMPLETE) COMPLETE 493 src/vfs/shell/shell.c if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE) COMPLETE 637 src/vfs/shell/shell.c != COMPLETE) COMPLETE 948 src/vfs/shell/shell.c if (reply_code == COMPLETE) COMPLETE 1061 src/vfs/shell/shell.c if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE) COMPLETE 1140 src/vfs/shell/shell.c if (shell_get_reply (me, SHELL_SUPER (super)->sockr, NULL, 0) != COMPLETE) COMPLETE 1169 src/vfs/shell/shell.c else if (shell_get_reply (me, SHELL_SUPER (super)->sockr, NULL, 0) != COMPLETE)