mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
69 lines
10 KiB
HTML
69 lines
10 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>shell_super</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L377'>shell_super</a> 377 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L379'>shell_super</a> 379 src/vfs/shell/shell.c if ((shell_super->sockw != -1) || (shell_super->sockr != -1))</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L382'>shell_super</a> 382 src/vfs/shell/shell.c if (shell_super->sockw != -1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L385'>shell_super</a> 385 src/vfs/shell/shell.c close (shell_super->sockw);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L386'>shell_super</a> 386 src/vfs/shell/shell.c shell_super->sockw = -1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L389'>shell_super</a> 389 src/vfs/shell/shell.c if (shell_super->sockr != -1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L391'>shell_super</a> 391 src/vfs/shell/shell.c close (shell_super->sockr);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L392'>shell_super</a> 392 src/vfs/shell/shell.c shell_super->sockr = -1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L395'>shell_super</a> 395 src/vfs/shell/shell.c g_free (shell_super->scr_ls);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L396'>shell_super</a> 396 src/vfs/shell/shell.c g_free (shell_super->scr_exists);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L397'>shell_super</a> 397 src/vfs/shell/shell.c g_free (shell_super->scr_mkdir);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L398'>shell_super</a> 398 src/vfs/shell/shell.c g_free (shell_super->scr_unlink);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L399'>shell_super</a> 399 src/vfs/shell/shell.c g_free (shell_super->scr_chown);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L400'>shell_super</a> 400 src/vfs/shell/shell.c g_free (shell_super->scr_chmod);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L401'>shell_super</a> 401 src/vfs/shell/shell.c g_free (shell_super->scr_utime);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L402'>shell_super</a> 402 src/vfs/shell/shell.c g_free (shell_super->scr_rmdir);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L403'>shell_super</a> 403 src/vfs/shell/shell.c g_free (shell_super->scr_ln);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L404'>shell_super</a> 404 src/vfs/shell/shell.c g_free (shell_super->scr_mv);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L405'>shell_super</a> 405 src/vfs/shell/shell.c g_free (shell_super->scr_hardlink);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L406'>shell_super</a> 406 src/vfs/shell/shell.c g_free (shell_super->scr_get);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L407'>shell_super</a> 407 src/vfs/shell/shell.c g_free (shell_super->scr_send);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L408'>shell_super</a> 408 src/vfs/shell/shell.c g_free (shell_super->scr_append);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L409'>shell_super</a> 409 src/vfs/shell/shell.c g_free (shell_super->scr_info);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L410'>shell_super</a> 410 src/vfs/shell/shell.c if (shell_super->scr_env != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L411'>shell_super</a> 411 src/vfs/shell/shell.c g_string_free (shell_super->scr_env, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L491'>shell_super</a> 491 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L493'>shell_super</a> 493 src/vfs/shell/shell.c if (shell_command (me, super, NONE, shell_super->scr_info, -1) == COMPLETE)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L500'>shell_super</a> 500 src/vfs/shell/shell.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L505'>shell_super</a> 505 src/vfs/shell/shell.c shell_super->host_flags = atol (buffer);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L563'>shell_super</a> 563 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L568'>shell_super</a> 568 src/vfs/shell/shell.c if (vfs_s_get_line (me, shell_super->sockr, answer, sizeof (answer), ':') == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L599'>shell_super</a> 599 src/vfs/shell/shell.c if ((write (shell_super.sockw, super->path_element->password, str_len) !=</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L600'>shell_super</a> 600 src/vfs/shell/shell.c (ssize_t) str_len) || (write (shell_super->sockw, "\n", 1) != 1))</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L663'>shell_super</a> 663 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L672'>shell_super</a> 672 src/vfs/shell/shell.c shell_super->scr_ls = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LS_FILE,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L674'>shell_super</a> 674 src/vfs/shell/shell.c shell_super->scr_exists = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L676'>shell_super</a> 676 src/vfs/shell/shell.c shell_super->scr_mkdir = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L678'>shell_super</a> 678 src/vfs/shell/shell.c shell_super->scr_unlink = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L680'>shell_super</a> 680 src/vfs/shell/shell.c shell_super->scr_chown = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L682'>shell_super</a> 682 src/vfs/shell/shell.c shell_super->scr_chmod = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L684'>shell_super</a> 684 src/vfs/shell/shell.c shell_super->scr_utime = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L686'>shell_super</a> 686 src/vfs/shell/shell.c shell_super->scr_rmdir = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L688'>shell_super</a> 688 src/vfs/shell/shell.c shell_super->scr_ln = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LN_FILE,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L690'>shell_super</a> 690 src/vfs/shell/shell.c shell_super->scr_mv = shell_load_script_from_file (super->path_element->host, VFS_SHELL_MV_FILE,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L692'>shell_super</a> 692 src/vfs/shell/shell.c shell_super->scr_hardlink = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L694'>shell_super</a> 694 src/vfs/shell/shell.c shell_super->scr_get = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L696'>shell_super</a> 696 src/vfs/shell/shell.c shell_super->scr_send = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L698'>shell_super</a> 698 src/vfs/shell/shell.c shell_super->scr_append = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L700'>shell_super</a> 700 src/vfs/shell/shell.c shell_super->scr_info = shell_load_script_from_file (</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L968'>shell_super</a> 968 src/vfs/shell/shell.c shell_super_t *shell_super = SHELL_SUPER (super);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1019'>shell_super</a> 1019 src/vfs/shell/shell.c me, super, WAIT_REPLY, shell->append ? shell_super->scr_append : shell_super->scr_send,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1045'>shell_super</a> 1045 src/vfs/shell/shell.c t = write (shell_super->sockw, buffer, n);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1061'>shell_super</a> 1061 src/vfs/shell/shell.c if (shell_get_reply (me, shell_super->sockr, NULL, 0) != COMPLETE)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1067'>shell_super</a> 1067 src/vfs/shell/shell.c shell_get_reply (me, shell_super->sockr, NULL, 0);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|