shell_super       378 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       380 src/vfs/shell/shell.c     if ((shell_super->sockw != -1) || (shell_super->sockr != -1))
shell_super       383 src/vfs/shell/shell.c     if (shell_super->sockw != -1)
shell_super       386 src/vfs/shell/shell.c         close (shell_super->sockw);
shell_super       387 src/vfs/shell/shell.c         shell_super->sockw = -1;
shell_super       390 src/vfs/shell/shell.c     if (shell_super->sockr != -1)
shell_super       392 src/vfs/shell/shell.c         close (shell_super->sockr);
shell_super       393 src/vfs/shell/shell.c         shell_super->sockr = -1;
shell_super       396 src/vfs/shell/shell.c     g_free (shell_super->scr_ls);
shell_super       397 src/vfs/shell/shell.c     g_free (shell_super->scr_exists);
shell_super       398 src/vfs/shell/shell.c     g_free (shell_super->scr_mkdir);
shell_super       399 src/vfs/shell/shell.c     g_free (shell_super->scr_unlink);
shell_super       400 src/vfs/shell/shell.c     g_free (shell_super->scr_chown);
shell_super       401 src/vfs/shell/shell.c     g_free (shell_super->scr_chmod);
shell_super       402 src/vfs/shell/shell.c     g_free (shell_super->scr_utime);
shell_super       403 src/vfs/shell/shell.c     g_free (shell_super->scr_rmdir);
shell_super       404 src/vfs/shell/shell.c     g_free (shell_super->scr_ln);
shell_super       405 src/vfs/shell/shell.c     g_free (shell_super->scr_mv);
shell_super       406 src/vfs/shell/shell.c     g_free (shell_super->scr_hardlink);
shell_super       407 src/vfs/shell/shell.c     g_free (shell_super->scr_get);
shell_super       408 src/vfs/shell/shell.c     g_free (shell_super->scr_send);
shell_super       409 src/vfs/shell/shell.c     g_free (shell_super->scr_append);
shell_super       410 src/vfs/shell/shell.c     g_free (shell_super->scr_info);
shell_super       411 src/vfs/shell/shell.c     if (shell_super->scr_env != NULL)
shell_super       412 src/vfs/shell/shell.c         g_string_free (shell_super->scr_env, TRUE);
shell_super       492 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       494 src/vfs/shell/shell.c     if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE)
shell_super       501 src/vfs/shell/shell.c             res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr);
shell_super       506 src/vfs/shell/shell.c             shell_super->host_flags = atol (buffer);
shell_super       564 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       569 src/vfs/shell/shell.c     if (vfs_s_get_line (me, shell_super->sockr, answer, sizeof (answer), ':') == 0)
shell_super       600 src/vfs/shell/shell.c             if ((write (shell_super.sockw, super->path_element->password, str_len) !=
shell_super       601 src/vfs/shell/shell.c                  (ssize_t) str_len) || (write (shell_super->sockw, "\n", 1) != 1))
shell_super       664 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super       673 src/vfs/shell/shell.c     shell_super->scr_ls = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LS_FILE,
shell_super       675 src/vfs/shell/shell.c     shell_super->scr_exists = shell_load_script_from_file (
shell_super       677 src/vfs/shell/shell.c     shell_super->scr_mkdir = shell_load_script_from_file (
shell_super       679 src/vfs/shell/shell.c     shell_super->scr_unlink = shell_load_script_from_file (
shell_super       681 src/vfs/shell/shell.c     shell_super->scr_chown = shell_load_script_from_file (
shell_super       683 src/vfs/shell/shell.c     shell_super->scr_chmod = shell_load_script_from_file (
shell_super       685 src/vfs/shell/shell.c     shell_super->scr_utime = shell_load_script_from_file (
shell_super       687 src/vfs/shell/shell.c     shell_super->scr_rmdir = shell_load_script_from_file (
shell_super       689 src/vfs/shell/shell.c     shell_super->scr_ln = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LN_FILE,
shell_super       691 src/vfs/shell/shell.c     shell_super->scr_mv = shell_load_script_from_file (super->path_element->host, VFS_SHELL_MV_FILE,
shell_super       693 src/vfs/shell/shell.c     shell_super->scr_hardlink = shell_load_script_from_file (
shell_super       695 src/vfs/shell/shell.c     shell_super->scr_get = shell_load_script_from_file (
shell_super       697 src/vfs/shell/shell.c     shell_super->scr_send = shell_load_script_from_file (
shell_super       699 src/vfs/shell/shell.c     shell_super->scr_append = shell_load_script_from_file (
shell_super       701 src/vfs/shell/shell.c     shell_super->scr_info = shell_load_script_from_file (
shell_super       971 src/vfs/shell/shell.c     shell_super_t *shell_super = SHELL_SUPER (super);
shell_super      1022 src/vfs/shell/shell.c         me, super, WAIT_REPLY, shell->append ? shell_super->scr_append : shell_super->scr_send,
shell_super      1048 src/vfs/shell/shell.c         t = write (shell_super->sockw, buffer, n);
shell_super      1064 src/vfs/shell/shell.c     if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE)
shell_super      1070 src/vfs/shell/shell.c     shell_get_reply (me, shell_super->sockr, NULL, 0);