shell_super 382 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 384 src/vfs/shell/shell.c if ((shell_super->sockw != -1) || (shell_super->sockr != -1)) shell_super 387 src/vfs/shell/shell.c if (shell_super->sockw != -1) shell_super 390 src/vfs/shell/shell.c close (shell_super->sockw); shell_super 391 src/vfs/shell/shell.c shell_super->sockw = -1; shell_super 394 src/vfs/shell/shell.c if (shell_super->sockr != -1) shell_super 396 src/vfs/shell/shell.c close (shell_super->sockr); shell_super 397 src/vfs/shell/shell.c shell_super->sockr = -1; shell_super 400 src/vfs/shell/shell.c g_free (shell_super->scr_ls); shell_super 401 src/vfs/shell/shell.c g_free (shell_super->scr_exists); shell_super 402 src/vfs/shell/shell.c g_free (shell_super->scr_mkdir); shell_super 403 src/vfs/shell/shell.c g_free (shell_super->scr_unlink); shell_super 404 src/vfs/shell/shell.c g_free (shell_super->scr_chown); shell_super 405 src/vfs/shell/shell.c g_free (shell_super->scr_chmod); shell_super 406 src/vfs/shell/shell.c g_free (shell_super->scr_utime); shell_super 407 src/vfs/shell/shell.c g_free (shell_super->scr_rmdir); shell_super 408 src/vfs/shell/shell.c g_free (shell_super->scr_ln); shell_super 409 src/vfs/shell/shell.c g_free (shell_super->scr_mv); shell_super 410 src/vfs/shell/shell.c g_free (shell_super->scr_hardlink); shell_super 411 src/vfs/shell/shell.c g_free (shell_super->scr_get); shell_super 412 src/vfs/shell/shell.c g_free (shell_super->scr_send); shell_super 413 src/vfs/shell/shell.c g_free (shell_super->scr_append); shell_super 414 src/vfs/shell/shell.c g_free (shell_super->scr_info); shell_super 415 src/vfs/shell/shell.c if (shell_super->scr_env != NULL) shell_super 416 src/vfs/shell/shell.c g_string_free (shell_super->scr_env, TRUE); shell_super 496 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 498 src/vfs/shell/shell.c if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE) shell_super 505 src/vfs/shell/shell.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr); shell_super 510 src/vfs/shell/shell.c shell_super->host_flags = atol (buffer); shell_super 568 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 573 src/vfs/shell/shell.c if (vfs_s_get_line (me, shell_super->sockr, answer, sizeof (answer), ':') == 0) shell_super 604 src/vfs/shell/shell.c if ((write (shell_super.sockw, super->path_element->password, str_len) != shell_super 605 src/vfs/shell/shell.c (ssize_t) str_len) || (write (shell_super->sockw, "\n", 1) != 1)) shell_super 667 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 676 src/vfs/shell/shell.c shell_super->scr_ls = shell_super 679 src/vfs/shell/shell.c shell_super->scr_exists = shell_super 682 src/vfs/shell/shell.c shell_super->scr_mkdir = shell_super 685 src/vfs/shell/shell.c shell_super->scr_unlink = shell_super 688 src/vfs/shell/shell.c shell_super->scr_chown = shell_super 691 src/vfs/shell/shell.c shell_super->scr_chmod = shell_super 694 src/vfs/shell/shell.c shell_super->scr_utime = shell_super 697 src/vfs/shell/shell.c shell_super->scr_rmdir = shell_super 700 src/vfs/shell/shell.c shell_super->scr_ln = shell_super 703 src/vfs/shell/shell.c shell_super->scr_mv = shell_super 706 src/vfs/shell/shell.c shell_super->scr_hardlink = shell_super 709 src/vfs/shell/shell.c shell_super->scr_get = shell_super 712 src/vfs/shell/shell.c shell_super->scr_send = shell_super 715 src/vfs/shell/shell.c shell_super->scr_append = shell_super 718 src/vfs/shell/shell.c shell_super->scr_info = shell_super 987 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 1039 src/vfs/shell/shell.c shell->append ? shell_super->scr_append : shell_super->scr_send, shell_super 1066 src/vfs/shell/shell.c t = write (shell_super->sockw, buffer, n); shell_super 1082 src/vfs/shell/shell.c if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE) shell_super 1088 src/vfs/shell/shell.c shell_get_reply (me, shell_super->sockr, NULL, 0);