COMPLETE 462 src/vfs/ftpfs/ftpfs.c return (sock == COMPLETE); COMPLETE 555 src/vfs/ftpfs/ftpfs.c return COMPLETE; COMPLETE 599 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE) COMPLETE 662 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, reply_string, sizeof (reply_string) - 1) == COMPLETE) COMPLETE 702 src/vfs/ftpfs/ftpfs.c if (code != COMPLETE) COMPLETE 707 src/vfs/ftpfs/ftpfs.c case COMPLETE: COMPLETE 1063 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, NONE, "%s", "PWD") == COMPLETE COMPLETE 1064 src/vfs/ftpfs/ftpfs.c && ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE) COMPLETE 1115 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "PASV") != COMPLETE) COMPLETE 1151 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "EPSV") != COMPLETE) COMPLETE 1266 src/vfs/ftpfs/ftpfs.c == COMPLETE) COMPLETE 1282 src/vfs/ftpfs/ftpfs.c res = (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) == COMPLETE) COMPLETE 1537 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, NONE, "%cABOR", DM) != COMPLETE) COMPLETE 1681 src/vfs/ftpfs/ftpfs.c if (ftpfs_chdir_internal (bucket, dir->remote_path) != COMPLETE) COMPLETE 1807 src/vfs/ftpfs/ftpfs.c if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE) COMPLETE 1877 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE)) COMPLETE 2010 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE) COMPLETE 2068 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE)) COMPLETE 2135 src/vfs/ftpfs/ftpfs.c r = COMPLETE; COMPLETE 2136 src/vfs/ftpfs/ftpfs.c if (r != COMPLETE) COMPLETE 2247 src/vfs/ftpfs/ftpfs.c return COMPLETE; COMPLETE 2253 src/vfs/ftpfs/ftpfs.c if (r != COMPLETE) COMPLETE 2395 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)