COMPLETE 463 src/vfs/ftpfs/ftpfs.c return (sock == COMPLETE); COMPLETE 558 src/vfs/ftpfs/ftpfs.c return COMPLETE; COMPLETE 602 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE) COMPLETE 666 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, reply_string, sizeof (reply_string) - 1) == COMPLETE) COMPLETE 705 src/vfs/ftpfs/ftpfs.c if (code != COMPLETE) COMPLETE 710 src/vfs/ftpfs/ftpfs.c case COMPLETE: COMPLETE 1064 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, NONE, "%s", "PWD") == COMPLETE && COMPLETE 1065 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE) COMPLETE 1116 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "PASV") != COMPLETE) COMPLETE 1153 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "EPSV") != COMPLETE) COMPLETE 1269 src/vfs/ftpfs/ftpfs.c p[0], p[1]) == COMPLETE) COMPLETE 1287 src/vfs/ftpfs/ftpfs.c COMPLETE) ? 1 : 0; COMPLETE 1539 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, NONE, "%cABOR", DM) != COMPLETE) COMPLETE 1682 src/vfs/ftpfs/ftpfs.c if (ftpfs_chdir_internal (bucket, dir->remote_path) != COMPLETE) COMPLETE 1809 src/vfs/ftpfs/ftpfs.c if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE) COMPLETE 1879 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE)) COMPLETE 2012 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE) COMPLETE 2071 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE)) COMPLETE 2138 src/vfs/ftpfs/ftpfs.c r = COMPLETE; COMPLETE 2139 src/vfs/ftpfs/ftpfs.c if (r != COMPLETE) COMPLETE 2250 src/vfs/ftpfs/ftpfs.c return COMPLETE; COMPLETE 2256 src/vfs/ftpfs/ftpfs.c if (r != COMPLETE) COMPLETE 2399 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp->sock, NULL, 0) != COMPLETE) COMPLETE 239 src/vfs/shell/shell.c return was_garbage ? ERROR : (code == 0 ? COMPLETE : PRELIM); COMPLETE 302 src/vfs/shell/shell.c return COMPLETE; COMPLETE 356 src/vfs/shell/shell.c if (r != COMPLETE) COMPLETE 497 src/vfs/shell/shell.c if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE) COMPLETE 640 src/vfs/shell/shell.c -1) != COMPLETE) COMPLETE 966 src/vfs/shell/shell.c if (reply_code == COMPLETE) COMPLETE 1081 src/vfs/shell/shell.c if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE) COMPLETE 1161 src/vfs/shell/shell.c if (shell_get_reply (me, SHELL_SUPER (super)->sockr, NULL, 0) != COMPLETE) COMPLETE 1190 src/vfs/shell/shell.c else if (shell_get_reply (me, SHELL_SUPER (super)->sockr, NULL, 0) != COMPLETE)