shell_super       377 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       379 src/vfs/shell/shell.c     if ((shell_super->sockw != -1) || (shell_super->sockr != -1))
shell_super       382 src/vfs/shell/shell.c     if (shell_super->sockw != -1)
shell_super       385 src/vfs/shell/shell.c         close (shell_super->sockw);
shell_super       386 src/vfs/shell/shell.c         shell_super->sockw = -1;
shell_super       389 src/vfs/shell/shell.c     if (shell_super->sockr != -1)
shell_super       391 src/vfs/shell/shell.c         close (shell_super->sockr);
shell_super       392 src/vfs/shell/shell.c         shell_super->sockr = -1;
shell_super       395 src/vfs/shell/shell.c     g_free (shell_super->scr_ls);
shell_super       396 src/vfs/shell/shell.c     g_free (shell_super->scr_exists);
shell_super       397 src/vfs/shell/shell.c     g_free (shell_super->scr_mkdir);
shell_super       398 src/vfs/shell/shell.c     g_free (shell_super->scr_unlink);
shell_super       399 src/vfs/shell/shell.c     g_free (shell_super->scr_chown);
shell_super       400 src/vfs/shell/shell.c     g_free (shell_super->scr_chmod);
shell_super       401 src/vfs/shell/shell.c     g_free (shell_super->scr_utime);
shell_super       402 src/vfs/shell/shell.c     g_free (shell_super->scr_rmdir);
shell_super       403 src/vfs/shell/shell.c     g_free (shell_super->scr_ln);
shell_super       404 src/vfs/shell/shell.c     g_free (shell_super->scr_mv);
shell_super       405 src/vfs/shell/shell.c     g_free (shell_super->scr_hardlink);
shell_super       406 src/vfs/shell/shell.c     g_free (shell_super->scr_get);
shell_super       407 src/vfs/shell/shell.c     g_free (shell_super->scr_send);
shell_super       408 src/vfs/shell/shell.c     g_free (shell_super->scr_append);
shell_super       409 src/vfs/shell/shell.c     g_free (shell_super->scr_info);
shell_super       410 src/vfs/shell/shell.c     if (shell_super->scr_env != NULL)
shell_super       411 src/vfs/shell/shell.c         g_string_free (shell_super->scr_env, TRUE);
shell_super       491 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       493 src/vfs/shell/shell.c     if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE)
shell_super       500 src/vfs/shell/shell.c             res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr);
shell_super       505 src/vfs/shell/shell.c             shell_super->host_flags = atol (buffer);
shell_super       563 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       568 src/vfs/shell/shell.c     if (vfs_s_get_line (me, shell_super->sockr, answer, sizeof (answer), ':') == 0)
shell_super       599 src/vfs/shell/shell.c             if ((write (shell_super.sockw, super->path_element->password, str_len) !=
shell_super       600 src/vfs/shell/shell.c                  (ssize_t) str_len) || (write (shell_super->sockw, "\n", 1) != 1))
shell_super       663 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       672 src/vfs/shell/shell.c     shell_super->scr_ls = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LS_FILE,
shell_super       674 src/vfs/shell/shell.c     shell_super->scr_exists = shell_load_script_from_file (
shell_super       676 src/vfs/shell/shell.c     shell_super->scr_mkdir = shell_load_script_from_file (
shell_super       678 src/vfs/shell/shell.c     shell_super->scr_unlink = shell_load_script_from_file (
shell_super       680 src/vfs/shell/shell.c     shell_super->scr_chown = shell_load_script_from_file (
shell_super       682 src/vfs/shell/shell.c     shell_super->scr_chmod = shell_load_script_from_file (
shell_super       684 src/vfs/shell/shell.c     shell_super->scr_utime = shell_load_script_from_file (
shell_super       686 src/vfs/shell/shell.c     shell_super->scr_rmdir = shell_load_script_from_file (
shell_super       688 src/vfs/shell/shell.c     shell_super->scr_ln = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LN_FILE,
shell_super       690 src/vfs/shell/shell.c     shell_super->scr_mv = shell_load_script_from_file (super->path_element->host, VFS_SHELL_MV_FILE,
shell_super       692 src/vfs/shell/shell.c     shell_super->scr_hardlink = shell_load_script_from_file (
shell_super       694 src/vfs/shell/shell.c     shell_super->scr_get = shell_load_script_from_file (
shell_super       696 src/vfs/shell/shell.c     shell_super->scr_send = shell_load_script_from_file (
shell_super       698 src/vfs/shell/shell.c     shell_super->scr_append = shell_load_script_from_file (
shell_super       700 src/vfs/shell/shell.c     shell_super->scr_info = shell_load_script_from_file (
shell_super       968 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super      1019 src/vfs/shell/shell.c         me, super, WAIT_REPLY, shell->append ? shell_super->scr_append : shell_super->scr_send,
shell_super      1045 src/vfs/shell/shell.c         t = write (shell_super->sockw, buffer, n);
shell_super      1061 src/vfs/shell/shell.c     if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE)
shell_super      1067 src/vfs/shell/shell.c     shell_get_reply (me, shell_super->sockr, NULL, 0);