WANT_STRING 541 src/vfs/ftpfs/ftpfs.c (wait_reply & WANT_STRING) != 0 ? reply_str : NULL, WANT_STRING 543 src/vfs/ftpfs/ftpfs.c if ((wait_reply & WANT_STRING) != 0 && !retry && level == 0 && code == 421) WANT_STRING 1116 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "PASV") != COMPLETE) WANT_STRING 1153 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY | WANT_STRING, "%s", "EPSV") != COMPLETE) WANT_STRING 300 src/vfs/shell/shell.c (wait_reply & WANT_STRING) != 0 ? reply_str : NULL, WANT_STRING 1116 src/vfs/shell/shell.c shell_command_v (me, super, WANT_STRING, SHELL_SUPER (super)->scr_get,