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 g_string_free (shell_super->scr_env, TRUE); shell_super 495 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 497 src/vfs/shell/shell.c if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE) shell_super 504 src/vfs/shell/shell.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr); shell_super 509 src/vfs/shell/shell.c shell_super->host_flags = atol (buffer); shell_super 567 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 572 src/vfs/shell/shell.c if (vfs_s_get_line (me, shell_super->sockr, answer, sizeof (answer), ':') == 0) shell_super 603 src/vfs/shell/shell.c if ((write (shell_super.sockw, super->path_element->password, str_len) != shell_super 604 src/vfs/shell/shell.c (ssize_t) str_len) || (write (shell_super->sockw, "\n", 1) != 1)) shell_super 666 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 675 src/vfs/shell/shell.c shell_super->scr_ls = shell_super 678 src/vfs/shell/shell.c shell_super->scr_exists = shell_super 681 src/vfs/shell/shell.c shell_super->scr_mkdir = shell_super 684 src/vfs/shell/shell.c shell_super->scr_unlink = shell_super 687 src/vfs/shell/shell.c shell_super->scr_chown = shell_super 690 src/vfs/shell/shell.c shell_super->scr_chmod = shell_super 693 src/vfs/shell/shell.c shell_super->scr_utime = shell_super 696 src/vfs/shell/shell.c shell_super->scr_rmdir = shell_super 699 src/vfs/shell/shell.c shell_super->scr_ln = shell_super 702 src/vfs/shell/shell.c shell_super->scr_mv = shell_super 705 src/vfs/shell/shell.c shell_super->scr_hardlink = shell_super 708 src/vfs/shell/shell.c shell_super->scr_get = shell_super 711 src/vfs/shell/shell.c shell_super->scr_send = shell_super 714 src/vfs/shell/shell.c shell_super->scr_append = shell_super 717 src/vfs/shell/shell.c shell_super->scr_info = shell_super 986 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super); shell_super 1038 src/vfs/shell/shell.c shell->append ? shell_super->scr_append : shell_super->scr_send, shell_super 1065 src/vfs/shell/shell.c t = write (shell_super->sockw, buffer, n); shell_super 1081 src/vfs/shell/shell.c if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE) shell_super 1087 src/vfs/shell/shell.c shell_get_reply (me, shell_super->sockr, NULL, 0);