mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
1866 lines
357 KiB
HTML
1866 lines
357 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>src/vfs/shell/shell.c</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>
|
|
<!-- beginning of fixed guide -->
|
|
<div id='guide'><ul>
|
|
<li><a href='#L172'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
|
|
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
|
|
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
|
|
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
|
|
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
|
|
<li class='standout'><span><a href='../files/src.html'>src</a>/<a href='../files/src--vfs.html'>vfs</a>/<a href='../files/src--vfs--shell.html'>shell</a>/shell.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <a href=man/mcview.html>mcview</a>
|
|
</div>
|
|
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/<a href='../files/src--vfs.html'>vfs</a>/<a href='../files/src--vfs--shell.html'>shell</a>/shell.c</h2>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1 src/vfs/shell/shell.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L172' title='Defined at 172.'>shell_set_blksize</a></li>
|
|
<li><a href='#L183' title='Defined at 183.'>shell_default_stat</a></li>
|
|
<li><a href='#L197' title='Defined at 197.'>shell_load_script_from_file</a></li>
|
|
<li><a href='#L227' title='Defined at 227.'>shell_decode_reply</a></li>
|
|
<li><a href='#L245' title='Defined at 245.'>shell_get_reply</a></li>
|
|
<li><a href='#L271' title='Defined at 271.'>shell_command</a></li>
|
|
<li><a href='#L305' title='Defined at 305.'>G_GNUC_PRINTF</a></li>
|
|
<li><a href='#L323' title='Defined at 323.'>G_GNUC_PRINTF</a></li>
|
|
<li><a href='#L339' title='Defined at 339.'>G_GNUC_PRINTF</a></li>
|
|
<li><a href='#L362' title='Defined at 362.'>shell_new_archive</a></li>
|
|
<li><a href='#L375' title='Defined at 375.'>shell_free_archive</a></li>
|
|
<li><a href='#L417' title='Defined at 417.'>shell_pipeopen</a></li>
|
|
<li><a href='#L456' title='Defined at 456.'>shell_set_env</a></li>
|
|
<li><a href='#L489' title='Defined at 489.'>shell_info</a></li>
|
|
<li><a href='#L515' title='Defined at 515.'>shell_open_archive_pipeopen</a></li>
|
|
<li><a href='#L561' title='Defined at 561.'>shell_open_archive_talk</a></li>
|
|
<li><a href='#L611' title='Defined at 611.'>shell_open_archive_int</a></li>
|
|
<li><a href='#L660' title='Defined at 660.'>shell_open_archive</a></li>
|
|
<li><a href='#L709' title='Defined at 709.'>shell_archive_same</a></li>
|
|
<li><a href='#L737' title='Defined at 737.'>shell_parse_ls</a></li>
|
|
<li><a href='#L888' title='Defined at 888.'>shell_dir_load</a></li>
|
|
<li><a href='#L964' title='Defined at 964.'>shell_file_store</a></li>
|
|
<li><a href='#L1074' title='Defined at 1074.'>shell_linear_start</a></li>
|
|
<li><a href='#L1118' title='Defined at 1118.'>shell_linear_abort</a></li>
|
|
<li><a href='#L1149' title='Defined at 1149.'>shell_linear_read</a></li>
|
|
<li><a href='#L1177' title='Defined at 1177.'>shell_linear_close</a></li>
|
|
<li><a href='#L1188' title='Defined at 1188.'>shell_ctl</a></li>
|
|
<li><a href='#L1222' title='Defined at 1222.'>shell_rename</a></li>
|
|
<li><a href='#L1255' title='Defined at 1255.'>shell_link</a></li>
|
|
<li><a href='#L1288' title='Defined at 1288.'>shell_symlink</a></li>
|
|
<li><a href='#L1318' title='Defined at 1318.'>shell_stat</a></li>
|
|
<li><a href='#L1330' title='Defined at 1330.'>shell_lstat</a></li>
|
|
<li><a href='#L1342' title='Defined at 1342.'>shell_fstat</a></li>
|
|
<li><a href='#L1354' title='Defined at 1354.'>shell_chmod</a></li>
|
|
<li><a href='#L1383' title='Defined at 1383.'>shell_chown</a></li>
|
|
<li><a href='#L1426' title='Defined at 1426.'>shell_utime</a></li>
|
|
<li><a href='#L1478' title='Defined at 1478.'>shell_unlink</a></li>
|
|
<li><a href='#L1505' title='Defined at 1505.'>shell_exists</a></li>
|
|
<li><a href='#L1532' title='Defined at 1532.'>shell_mkdir</a></li>
|
|
<li><a href='#L1568' title='Defined at 1568.'>shell_rmdir</a></li>
|
|
<li><a href='#L1595' title='Defined at 1595.'>shell_fh_new</a></li>
|
|
<li><a href='#L1608' title='Defined at 1608.'>shell_fh_open</a></li>
|
|
<li><a href='#L1647' title='Defined at 1647.'>shell_fill_names</a></li>
|
|
<li><a href='#L1687' title='Defined at 1687.'>shell_open</a></li>
|
|
<li><a href='#L1702' title='Defined at 1702.'>vfs_init_shell</a></li>
|
|
</ol>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
|
|
<a id='L2' name='L2'></a> 2 <em class='comment'> Virtual File System: SHELL implementation for transferring files over</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'> shell connections.</em>
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'></em>
|
|
<a id='L5' name='L5'></a> 5 <em class='comment'> Copyright (C) 1998-2025</em>
|
|
<a id='L6' name='L6'></a> 6 <em class='comment'> Free Software Foundation, Inc.</em>
|
|
<a id='L7' name='L7'></a> 7 <em class='comment'></em>
|
|
<a id='L8' name='L8'></a> 8 <em class='comment'> Written by:</em>
|
|
<a id='L9' name='L9'></a> 9 <em class='comment'> Pavel Machek, 1998</em>
|
|
<a id='L10' name='L10'></a> 10 <em class='comment'> Michal Svec, 2000</em>
|
|
<a id='L11' name='L11'></a> 11 <em class='comment'> Andrew Borodin <aborodin@vmail.ru>, 2010-2022</em>
|
|
<a id='L12' name='L12'></a> 12 <em class='comment'> Slava Zanko <slavazanko@gmail.com>, 2010, 2013</em>
|
|
<a id='L13' name='L13'></a> 13 <em class='comment'> Ilia Maslakov <il.smind@gmail.com>, 2010</em>
|
|
<a id='L14' name='L14'></a> 14 <em class='comment'></em>
|
|
<a id='L15' name='L15'></a> 15 <em class='comment'> Derived from ftpfs.c.</em>
|
|
<a id='L16' name='L16'></a> 16 <em class='comment'></em>
|
|
<a id='L17' name='L17'></a> 17 <em class='comment'> This file is part of the Midnight Commander.</em>
|
|
<a id='L18' name='L18'></a> 18 <em class='comment'></em>
|
|
<a id='L19' name='L19'></a> 19 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
|
|
<a id='L20' name='L20'></a> 20 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
|
|
<a id='L21' name='L21'></a> 21 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
|
|
<a id='L22' name='L22'></a> 22 <em class='comment'> or (at your option) any later version.</em>
|
|
<a id='L23' name='L23'></a> 23 <em class='comment'></em>
|
|
<a id='L24' name='L24'></a> 24 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
|
|
<a id='L25' name='L25'></a> 25 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
|
|
<a id='L26' name='L26'></a> 26 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
|
|
<a id='L27' name='L27'></a> 27 <em class='comment'> GNU General Public License for more details.</em>
|
|
<a id='L28' name='L28'></a> 28 <em class='comment'></em>
|
|
<a id='L29' name='L29'></a> 29 <em class='comment'> You should have received a copy of the GNU General Public License</em>
|
|
<a id='L30' name='L30'></a> 30 <em class='comment'> along with this program. If not, see <https://www.gnu.org/licenses/>.</em>
|
|
<a id='L31' name='L31'></a> 31 <em class='comment'> */</em>
|
|
<a id='L32' name='L32'></a> 32
|
|
<a id='L33' name='L33'></a> 33 <em class='comment'>/**</em>
|
|
<a id='L34' name='L34'></a> 34 <em class='comment'> * \file</em>
|
|
<a id='L35' name='L35'></a> 35 <em class='comment'> * \brief Source: Virtual File System: SHELL implementation for transferring files over</em>
|
|
<a id='L36' name='L36'></a> 36 <em class='comment'> * shell connections</em>
|
|
<a id='L37' name='L37'></a> 37 <em class='comment'> * \author Pavel Machek</em>
|
|
<a id='L38' name='L38'></a> 38 <em class='comment'> * \author Michal Svec</em>
|
|
<a id='L39' name='L39'></a> 39 <em class='comment'> * \date 1998, 2000</em>
|
|
<a id='L40' name='L40'></a> 40 <em class='comment'> *</em>
|
|
<a id='L41' name='L41'></a> 41 <em class='comment'> * Derived from ftpfs.c</em>
|
|
<a id='L42' name='L42'></a> 42 <em class='comment'> * Read README.shell for protocol specification.</em>
|
|
<a id='L43' name='L43'></a> 43 <em class='comment'> *</em>
|
|
<a id='L44' name='L44'></a> 44 <em class='comment'> * Syntax of path is: \verbatim sh://user@host[:Cr]/path \endverbatim</em>
|
|
<a id='L45' name='L45'></a> 45 <em class='comment'> * where C means you want compressed connection,</em>
|
|
<a id='L46' name='L46'></a> 46 <em class='comment'> * and r means you want to use rsh</em>
|
|
<a id='L47' name='L47'></a> 47 <em class='comment'> *</em>
|
|
<a id='L48' name='L48'></a> 48 <em class='comment'> * Namespace: shell_vfs_ops exported.</em>
|
|
<a id='L49' name='L49'></a> 49 <em class='comment'> */</em>
|
|
<a id='L50' name='L50'></a> 50
|
|
<a id='L51' name='L51'></a> 51 <em class='comment'>/* Define this if your ssh can take -I option */</em>
|
|
<a id='L52' name='L52'></a> 52
|
|
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> <config.h>
|
|
<a id='L54' name='L54'></a> 54 <em class='sharp'>#include</em> <errno.h>
|
|
<a id='L55' name='L55'></a> 55 <em class='sharp'>#include</em> <pwd.h>
|
|
<a id='L56' name='L56'></a> 56 <em class='sharp'>#include</em> <grp.h>
|
|
<a id='L57' name='L57'></a> 57 <em class='sharp'>#include</em> <stdlib.h>
|
|
<a id='L58' name='L58'></a> 58 <em class='sharp'>#include</em> <string.h>
|
|
<a id='L59' name='L59'></a> 59 <em class='sharp'>#include</em> <inttypes.h> <em class='comment'>// uintmax_t</em>
|
|
<a id='L60' name='L60'></a> 60
|
|
<a id='L61' name='L61'></a> 61 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
|
|
<a id='L62' name='L62'></a> 62 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>" <em class='comment'>// enable/disable interrupt key</em>
|
|
<a id='L63' name='L63'></a> 63 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
|
|
<a id='L64' name='L64'></a> 64 <em class='sharp'>#include</em> "<a href='lib--unixcompat.h.html'>lib/unixcompat.h</a>"
|
|
<a id='L65' name='L65'></a> 65 <em class='sharp'>#include</em> "<a href='lib--fileloc.h.html'>lib/fileloc.h</a>"
|
|
<a id='L66' name='L66'></a> 66 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>" <em class='comment'>// my_exit()</em>
|
|
<a id='L67' name='L67'></a> 67 <em class='sharp'>#include</em> "<a href='lib--mcconfig.h.html'>lib/mcconfig.h</a>"
|
|
<a id='L68' name='L68'></a> 68
|
|
<a id='L69' name='L69'></a> 69 <em class='sharp'>#include</em> "<a href='src--execute.h.html'>src/execute.h</a>" <em class='comment'>// pre_exec, post_exec</em>
|
|
<a id='L70' name='L70'></a> 70
|
|
<a id='L71' name='L71'></a> 71 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
|
|
<a id='L72' name='L72'></a> 72 <em class='sharp'>#include</em> "<a href='lib--vfs--utilvfs.h.html'>lib/vfs/utilvfs.h</a>"
|
|
<a id='L73' name='L73'></a> 73 <em class='sharp'>#include</em> "<a href='lib--vfs--netutil.h.html'>lib/vfs/netutil.h</a>"
|
|
<a id='L74' name='L74'></a> 74 <em class='sharp'>#include</em> "<a href='lib--vfs--xdirentry.h.html'>lib/vfs/xdirentry.h</a>"
|
|
<a id='L75' name='L75'></a> 75 <em class='sharp'>#include</em> "<a href='lib--vfs--gc.h.html'>lib/vfs/gc.h</a>" <em class='comment'>// vfs_stamp_create</em>
|
|
<a id='L76' name='L76'></a> 76
|
|
<a id='L77' name='L77'></a> 77 <em class='sharp'>#include</em> "<a href='../I/shell.h.html'>shell.h</a>"
|
|
<a id='L78' name='L78'></a> 78 <em class='sharp'>#include</em> "<a href='src--vfs--shell--shelldef.h.html'>shelldef.h</a>"
|
|
<a id='L79' name='L79'></a> 79
|
|
<a id='L80' name='L80'></a> 80 <em class='comment'>/*** global variables ****************************************************************************/</em>
|
|
<a id='L81' name='L81'></a> 81
|
|
<a id='L82' name='L82'></a> 82 <strong class='reserved'>int</strong> <a href='../Y/shell_directory_timeout.html' title='Multiple used in 4 places.'>shell_directory_timeout</a> = 900;
|
|
<a id='L83' name='L83'></a> 83
|
|
<a id='L84' name='L84'></a> 84 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
|
|
<a id='L85' name='L85'></a> 85
|
|
<a id='L86' name='L86'></a> 86 <em class='sharp'>#define</em> DO_RESOLVE_SYMLINK 1
|
|
<a id='L87' name='L87'></a> 87 <em class='sharp'>#define</em> DO_OPEN 2
|
|
<a id='L88' name='L88'></a> 88 <em class='sharp'>#define</em> DO_FREE_RESOURCE 4
|
|
<a id='L89' name='L89'></a> 89
|
|
<a id='L90' name='L90'></a> 90 <em class='sharp'>#define</em> <a href='../R/SHELL_FLAG_COMPRESSED.html' title='Multiple referred from 2 places.'>SHELL_FLAG_COMPRESSED</a> 1
|
|
<a id='L91' name='L91'></a> 91 <em class='sharp'>#define</em> <a href='../R/SHELL_FLAG_RSH.html' title='Multiple referred from 5 places.'>SHELL_FLAG_RSH</a> 2
|
|
<a id='L92' name='L92'></a> 92
|
|
<a id='L93' name='L93'></a> 93 <em class='sharp'>#define</em> <a href='../R/OPT_FLUSH.html' title='Multiple referred from 18 places.'>OPT_FLUSH</a> 1
|
|
<a id='L94' name='L94'></a> 94 <em class='sharp'>#define</em> <a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2134' title='Referred from 2134 in src/vfs/ftpfs/ftpfs.c.'>OPT_IGNORE_ERROR</a> 2
|
|
<a id='L95' name='L95'></a> 95
|
|
<a id='L96' name='L96'></a> 96 <em class='comment'>/*</em>
|
|
<a id='L97' name='L97'></a> 97 <em class='comment'> * Reply codes.</em>
|
|
<a id='L98' name='L98'></a> 98 <em class='comment'> */</em>
|
|
<a id='L99' name='L99'></a> 99 <em class='sharp'>#define</em> <a href='../R/PRELIM.html' title='Multiple referred from 4 places.'>PRELIM</a> 1 <em class='comment'>// positive preliminary</em>
|
|
<a id='L100' name='L100'></a> 100 <em class='sharp'>#define</em> <a href='../R/COMPLETE.html' title='Multiple referred from 32 places.'>COMPLETE</a> 2 <em class='comment'>// positive completion</em>
|
|
<a id='L101' name='L101'></a> 101 <em class='sharp'>#define</em> <a href='../R/CONTINUE.html' title='Multiple referred from 3 places.'>CONTINUE</a> 3 <em class='comment'>// positive intermediate</em>
|
|
<a id='L102' name='L102'></a> 102 <em class='sharp'>#define</em> <a href='../R/TRANSIENT.html' title='Multiple referred from 3 places.'>TRANSIENT</a> 4 <em class='comment'>// transient negative completion</em>
|
|
<a id='L103' name='L103'></a> 103 <em class='sharp'>#define</em> <a href='../R/ERROR.html' title='Multiple referred from 2 places.'>ERROR</a> 5 <em class='comment'>// permanent negative completion</em>
|
|
<a id='L104' name='L104'></a> 104
|
|
<a id='L105' name='L105'></a> 105 <em class='comment'>/* command wait_flag: */</em>
|
|
<a id='L106' name='L106'></a> 106 <em class='sharp'>#define</em> <a href='../R/NONE.html' title='Multiple referred from 9 places.'>NONE</a> 0x00
|
|
<a id='L107' name='L107'></a> 107 <em class='sharp'>#define</em> <a href='../R/WAIT_REPLY.html' title='Multiple referred from 16 places.'>WAIT_REPLY</a> 0x01
|
|
<a id='L108' name='L108'></a> 108 <em class='sharp'>#define</em> <a href='../R/WANT_STRING.html' title='Multiple referred from 6 places.'>WANT_STRING</a> 0x02
|
|
<a id='L109' name='L109'></a> 109
|
|
<a id='L110' name='L110'></a> 110 <em class='comment'>/* environment flags */</em>
|
|
<a id='L111' name='L111'></a> 111 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L462' title='Referred from 462 in src/vfs/shell/shell.c.'>SHELL_HAVE_HEAD</a> 1
|
|
<a id='L112' name='L112'></a> 112 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L465' title='Referred from 465 in src/vfs/shell/shell.c.'>SHELL_HAVE_SED</a> 2
|
|
<a id='L113' name='L113'></a> 113 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L468' title='Referred from 468 in src/vfs/shell/shell.c.'>SHELL_HAVE_AWK</a> 4
|
|
<a id='L114' name='L114'></a> 114 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L471' title='Referred from 471 in src/vfs/shell/shell.c.'>SHELL_HAVE_PERL</a> 8
|
|
<a id='L115' name='L115'></a> 115 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L474' title='Referred from 474 in src/vfs/shell/shell.c.'>SHELL_HAVE_LSQ</a> 16
|
|
<a id='L116' name='L116'></a> 116 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L477' title='Referred from 477 in src/vfs/shell/shell.c.'>SHELL_HAVE_DATE_MDYT</a> 32
|
|
<a id='L117' name='L117'></a> 117 <em class='sharp'>#define</em> <a href='../S/src--vfs--shell--shell.c.html#L480' title='Referred from 480 in src/vfs/shell/shell.c.'>SHELL_HAVE_TAIL</a> 64
|
|
<a id='L118' name='L118'></a> 118
|
|
<a id='L119' name='L119'></a> 119 <em class='sharp'>#define</em> <a href='../R/SHELL_SUPER.html' title='Multiple referred from 28 places.'>SHELL_SUPER</a>(<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>) ((<a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *) (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>))
|
|
<a id='L120' name='L120'></a> 120 <em class='sharp'>#define</em> <a href='../R/SHELL_FILE_HANDLER.html' title='Multiple referred from 6 places.'>SHELL_FILE_HANDLER</a>(<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>) ((<a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *) <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>)
|
|
<a id='L121' name='L121'></a> 121
|
|
<a id='L122' name='L122'></a> 122 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
|
|
<a id='L123' name='L123'></a> 123
|
|
<a id='L124' name='L124'></a> 124 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L125' name='L125'></a> 125 <em class='brace'>{</em>
|
|
<a id='L126' name='L126'></a> 126 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> <a href='../Y/base.html' title='Multiple used in 92 places.'>base</a>; <em class='comment'>// base class</em>
|
|
<a id='L127' name='L127'></a> 127
|
|
<a id='L128' name='L128'></a> 128 <strong class='reserved'>int</strong> <a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>;
|
|
<a id='L129' name='L129'></a> 129 <strong class='reserved'>int</strong> <a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a>;
|
|
<a id='L130' name='L130'></a> 130 <strong class='reserved'>char</strong> *<a href='../Y/scr_ls.html' title='Multiple used in 4 places.'>scr_ls</a>;
|
|
<a id='L131' name='L131'></a> 131 <strong class='reserved'>char</strong> *<a href='../Y/scr_chmod.html' title='Multiple used in 4 places.'>scr_chmod</a>;
|
|
<a id='L132' name='L132'></a> 132 <strong class='reserved'>char</strong> *<a href='../Y/scr_utime.html' title='Multiple used in 4 places.'>scr_utime</a>;
|
|
<a id='L133' name='L133'></a> 133 <strong class='reserved'>char</strong> *<a href='../Y/scr_exists.html' title='Multiple used in 4 places.'>scr_exists</a>;
|
|
<a id='L134' name='L134'></a> 134 <strong class='reserved'>char</strong> *<a href='../Y/scr_mkdir.html' title='Multiple used in 4 places.'>scr_mkdir</a>;
|
|
<a id='L135' name='L135'></a> 135 <strong class='reserved'>char</strong> *<a href='../Y/scr_unlink.html' title='Multiple used in 4 places.'>scr_unlink</a>;
|
|
<a id='L136' name='L136'></a> 136 <strong class='reserved'>char</strong> *<a href='../Y/scr_chown.html' title='Multiple used in 4 places.'>scr_chown</a>;
|
|
<a id='L137' name='L137'></a> 137 <strong class='reserved'>char</strong> *<a href='../Y/scr_rmdir.html' title='Multiple used in 4 places.'>scr_rmdir</a>;
|
|
<a id='L138' name='L138'></a> 138 <strong class='reserved'>char</strong> *<a href='../Y/scr_ln.html' title='Multiple used in 4 places.'>scr_ln</a>;
|
|
<a id='L139' name='L139'></a> 139 <strong class='reserved'>char</strong> *<a href='../Y/scr_mv.html' title='Multiple used in 4 places.'>scr_mv</a>;
|
|
<a id='L140' name='L140'></a> 140 <strong class='reserved'>char</strong> *<a href='../Y/scr_hardlink.html' title='Multiple used in 4 places.'>scr_hardlink</a>;
|
|
<a id='L141' name='L141'></a> 141 <strong class='reserved'>char</strong> *<a href='../Y/scr_get.html' title='Multiple used in 4 places.'>scr_get</a>;
|
|
<a id='L142' name='L142'></a> 142 <strong class='reserved'>char</strong> *<a href='../Y/scr_send.html' title='Multiple used in 4 places.'>scr_send</a>;
|
|
<a id='L143' name='L143'></a> 143 <strong class='reserved'>char</strong> *<a href='../Y/scr_append.html' title='Multiple used in 4 places.'>scr_append</a>;
|
|
<a id='L144' name='L144'></a> 144 <strong class='reserved'>char</strong> *<a href='../Y/scr_info.html' title='Multiple used in 4 places.'>scr_info</a>;
|
|
<a id='L145' name='L145'></a> 145 <strong class='reserved'>int</strong> <a href='../Y/host_flags.html' title='Multiple used in 3 places.'>host_flags</a>;
|
|
<a id='L146' name='L146'></a> 146 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/scr_env.html' title='Multiple used in 5 places.'>scr_env</a>;
|
|
<a id='L147' name='L147'></a> 147 <em class='brace'>}</em> <a href='../R/shell_super_t.html' title='Multiple referred from 8 places.'>shell_super_t</a>;
|
|
<a id='L148' name='L148'></a> 148
|
|
<a id='L149' name='L149'></a> 149 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L150' name='L150'></a> 150 <em class='brace'>{</em>
|
|
<a id='L151' name='L151'></a> 151 <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> <a href='../Y/base.html' title='Multiple used in 92 places.'>base</a>; <em class='comment'>// base class</em>
|
|
<a id='L152' name='L152'></a> 152
|
|
<a id='L153' name='L153'></a> 153 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/got.html' title='Multiple used in 7 places.'>got</a>;
|
|
<a id='L154' name='L154'></a> 154 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/total.html' title='Multiple used in 55 places.'>total</a>;
|
|
<a id='L155' name='L155'></a> 155 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/append.html' title='Multiple used in 8 places.'>append</a>;
|
|
<a id='L156' name='L156'></a> 156 <em class='brace'>}</em> <a href='../R/shell_file_handler_t.html' title='Multiple referred from 9 places.'>shell_file_handler_t</a>;
|
|
<a id='L157' name='L157'></a> 157
|
|
<a id='L158' name='L158'></a> 158 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
|
|
<a id='L159' name='L159'></a> 159
|
|
<a id='L160' name='L160'></a> 160 <em class='comment'>/*** file scope variables ************************************************************************/</em>
|
|
<a id='L161' name='L161'></a> 161
|
|
<a id='L162' name='L162'></a> 162 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> <a href='../Y/reply_str.html' title='Multiple used in 10 places.'>reply_str</a>[80];
|
|
<a id='L163' name='L163'></a> 163
|
|
<a id='L164' name='L164'></a> 164 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L120' title='Defined at 120 in lib/vfs/xdirentry.h.'>vfs_s_subclass</a> <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>;
|
|
<a id='L165' name='L165'></a> 165 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (&<a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>);
|
|
<a id='L166' name='L166'></a> 166
|
|
<a id='L167' name='L167'></a> 167 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L168' name='L168'></a> 168 <em class='comment'>/*** file scope functions ************************************************************************/</em>
|
|
<a id='L169' name='L169'></a> 169 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L170' name='L170'></a> 170
|
|
<a id='L171' name='L171'></a> 171 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L172' name='L172'></a> 172 <a href='../R/shell_set_blksize.html' title='Multiple referred from 4 places.'>shell_set_blksize</a> (<strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>)
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L183'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+172 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L173' name='L173'></a> 173 <em class='brace'>{</em>
|
|
<a id='L174' name='L174'></a> 174 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_STRUCT_STAT_ST_BLKSIZE.html' title='Multiple used in 17 places.'>HAVE_STRUCT_STAT_ST_BLKSIZE</a>
|
|
<a id='L175' name='L175'></a> 175 <em class='comment'>// redefine block size</em>
|
|
<a id='L176' name='L176'></a> 176 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>-><a href='../Y/st_blksize.html' title='Multiple used in 23 places.'>st_blksize</a> = 64 * 1024; <em class='comment'>// FIXME</em>
|
|
<a id='L177' name='L177'></a> 177 <em class='sharp'>#endif</em>
|
|
<a id='L178' name='L178'></a> 178 <em class='brace'>}</em>
|
|
<a id='L179' name='L179'></a> 179
|
|
<a id='L180' name='L180'></a> 180 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L181' name='L181'></a> 181
|
|
<a id='L182' name='L182'></a> 182 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *
|
|
<a id='L183' name='L183'></a> 183 <a href='../S/src--vfs--shell--shell.c.html#L652' title='Referred from 652 in src/vfs/shell/shell.c.'>shell_default_stat</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>)
|
|
<em class='comment'>/* <a href='#L172'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L197'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+183 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L184' name='L184'></a> 184 <em class='brace'>{</em>
|
|
<a id='L185' name='L185'></a> 185 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>;
|
|
<a id='L186' name='L186'></a> 186
|
|
<a id='L187' name='L187'></a> 187 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../S/lib--vfs--direntry.c.html#L1001' title='Defined at 1001 in lib/vfs/direntry.c.'>vfs_s_default_stat</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/S_IFDIR.html' title='Multiple used in 20 places.'>S_IFDIR</a> | 0755);
|
|
<a id='L188' name='L188'></a> 188 <a href='../S/src--vfs--shell--shell.c.html#L172' title='Defined at 172 in src/vfs/shell/shell.c.'>shell_set_blksize</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>);
|
|
<a id='L189' name='L189'></a> 189 <a href='../S/lib--vfs--direntry.c.html#L1041' title='Defined at 1041 in lib/vfs/direntry.c.'>vfs_adjust_stat</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>);
|
|
<a id='L190' name='L190'></a> 190
|
|
<a id='L191' name='L191'></a> 191 <strong class='reserved'>return</strong> <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>;
|
|
<a id='L192' name='L192'></a> 192 <em class='brace'>}</em>
|
|
<a id='L193' name='L193'></a> 193
|
|
<a id='L194' name='L194'></a> 194 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L195' name='L195'></a> 195
|
|
<a id='L196' name='L196'></a> 196 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *
|
|
<a id='L197' name='L197'></a> 197 <a href='../R/shell_load_script_from_file.html' title='Multiple referred from 15 places.'>shell_load_script_from_file</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/hostname.html' title='Multiple used in 6 places.'>hostname</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/script_name.html' title='Multiple used in 3 places.'>script_name</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/def_content.html' title='Multiple used in 2 places.'>def_content</a>)
|
|
<em class='comment'>/* <a href='#L183'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L227'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+197 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L198' name='L198'></a> 198 <em class='brace'>{</em>
|
|
<a id='L199' name='L199'></a> 199 <strong class='reserved'>char</strong> *<a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L200' name='L200'></a> 200 <strong class='reserved'>char</strong> *<a href='../Y/scr_content.html' title='Multiple used in 6 places.'>scr_content</a>;
|
|
<a id='L201' name='L201'></a> 201 <a href='../Y/gsize.html' title='Multiple used in 146 places.'>gsize</a> <a href='../Y/scr_len.html' title='Multiple used in 3 places.'>scr_len</a> = 0;
|
|
<a id='L202' name='L202'></a> 202
|
|
<a id='L203' name='L203'></a> 203 <em class='comment'>// 1st: scan user directory</em>
|
|
<a id='L204' name='L204'></a> 204 <a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a> = <a href='../Y/g_build_path.html' title='Multiple used in 3 places.'>g_build_path</a> (<a href='../S/lib--unixcompat.h.html#L114' title='Defined at 114 in lib/unixcompat.h.'>PATH_SEP_STR</a>, <a href='../S/lib--mcconfig--paths.c.html#L217' title='Defined at 217 in lib/mcconfig/paths.c.'>mc_config_get_data_path</a> (), <a href='../S/lib--fileloc.h.html#L33' title='Defined at 33 in lib/fileloc.h.'>VFS_SHELL_PREFIX</a>,
|
|
<a id='L205' name='L205'></a> 205 <a href='../Y/hostname.html' title='Multiple used in 6 places.'>hostname</a>, <a href='../Y/script_name.html' title='Multiple used in 3 places.'>script_name</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L206' name='L206'></a> 206 <em class='comment'>// silent about user dir</em>
|
|
<a id='L207' name='L207'></a> 207 <a href='../Y/g_file_get_contents.html' title='Multiple used in 10 places.'>g_file_get_contents</a> (<a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a>, &<a href='../Y/scr_content.html' title='Multiple used in 6 places.'>scr_content</a>, &<a href='../Y/scr_len.html' title='Multiple used in 3 places.'>scr_len</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L208' name='L208'></a> 208 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a>);
|
|
<a id='L209' name='L209'></a> 209 <em class='comment'>// 2nd: scan system dir</em>
|
|
<a id='L210' name='L210'></a> 210 <strong class='reserved'>if</strong> (<a href='../Y/scr_content.html' title='Multiple used in 6 places.'>scr_content</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L211' name='L211'></a> 211 <em class='brace'>{</em>
|
|
<a id='L212' name='L212'></a> 212 <a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a> =
|
|
<a id='L213' name='L213'></a> 213 <a href='../Y/g_build_path.html' title='Multiple used in 3 places.'>g_build_path</a> (<a href='../S/lib--unixcompat.h.html#L114' title='Defined at 114 in lib/unixcompat.h.'>PATH_SEP_STR</a>, <a href='../Y/LIBEXECDIR.html' title='Multiple used in 5 places.'>LIBEXECDIR</a>, <a href='../S/lib--fileloc.h.html#L33' title='Defined at 33 in lib/fileloc.h.'>VFS_SHELL_PREFIX</a>, <a href='../Y/script_name.html' title='Multiple used in 3 places.'>script_name</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L214' name='L214'></a> 214 <a href='../Y/g_file_get_contents.html' title='Multiple used in 10 places.'>g_file_get_contents</a> (<a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a>, &<a href='../Y/scr_content.html' title='Multiple used in 6 places.'>scr_content</a>, &<a href='../Y/scr_len.html' title='Multiple used in 3 places.'>scr_len</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L215' name='L215'></a> 215 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/scr_filename.html' title='Multiple used in 7 places.'>scr_filename</a>);
|
|
<a id='L216' name='L216'></a> 216 <em class='brace'>}</em>
|
|
<a id='L217' name='L217'></a> 217
|
|
<a id='L218' name='L218'></a> 218 <strong class='reserved'>if</strong> (<a href='../Y/scr_content.html' title='Multiple used in 6 places.'>scr_content</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L219' name='L219'></a> 219 <strong class='reserved'>return</strong> <a href='../Y/scr_content.html' title='Multiple used in 6 places.'>scr_content</a>;
|
|
<a id='L220' name='L220'></a> 220
|
|
<a id='L221' name='L221'></a> 221 <strong class='reserved'>return</strong> <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/def_content.html' title='Multiple used in 2 places.'>def_content</a>);
|
|
<a id='L222' name='L222'></a> 222 <em class='brace'>}</em>
|
|
<a id='L223' name='L223'></a> 223
|
|
<a id='L224' name='L224'></a> 224 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L225' name='L225'></a> 225
|
|
<a id='L226' name='L226'></a> 226 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L227' name='L227'></a> 227 <a href='../R/shell_decode_reply.html' title='Multiple referred from 2 places.'>shell_decode_reply</a> (<strong class='reserved'>char</strong> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/was_garbage.html' title='Multiple used in 5 places.'>was_garbage</a>)
|
|
<em class='comment'>/* <a href='#L197'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L245'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+227 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L228' name='L228'></a> 228 <em class='brace'>{</em>
|
|
<a id='L229' name='L229'></a> 229 <strong class='reserved'>int</strong> <a href='../Y/code.html' title='Multiple used in 84 places.'>code</a>;
|
|
<a id='L230' name='L230'></a> 230
|
|
<a id='L231' name='L231'></a> 231 <strong class='reserved'>if</strong> (<a href='../Y/sscanf.html' title='Multiple used in 49 places.'>sscanf</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, "%d", &<a href='../Y/code.html' title='Multiple used in 84 places.'>code</a>) == 0)
|
|
<a id='L232' name='L232'></a> 232 <em class='brace'>{</em>
|
|
<a id='L233' name='L233'></a> 233 <a href='../Y/code.html' title='Multiple used in 84 places.'>code</a> = 500;
|
|
<a id='L234' name='L234'></a> 234 <strong class='reserved'>return</strong> 5;
|
|
<a id='L235' name='L235'></a> 235 <em class='brace'>}</em>
|
|
<a id='L236' name='L236'></a> 236 <strong class='reserved'>if</strong> (<a href='../Y/code.html' title='Multiple used in 84 places.'>code</a> < 100)
|
|
<a id='L237' name='L237'></a> 237 <strong class='reserved'>return</strong> <a href='../Y/was_garbage.html' title='Multiple used in 5 places.'>was_garbage</a> ? <a href='../S/src--vfs--shell--shell.c.html#L103' title='Defined at 103 in src/vfs/shell/shell.c.'>ERROR</a> : (<a href='../Y/code.html' title='Multiple used in 84 places.'>code</a> == 0 ? <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a> : <a href='../S/src--vfs--shell--shell.c.html#L99' title='Defined at 99 in src/vfs/shell/shell.c.'>PRELIM</a>);
|
|
<a id='L238' name='L238'></a> 238 <strong class='reserved'>return</strong> <a href='../Y/code.html' title='Multiple used in 84 places.'>code</a> / 100;
|
|
<a id='L239' name='L239'></a> 239 <em class='brace'>}</em>
|
|
<a id='L240' name='L240'></a> 240
|
|
<a id='L241' name='L241'></a> 241 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L242' name='L242'></a> 242 <em class='comment'>/* Returns a reply code, check /usr/include/arpa/ftp.h for possible values */</em>
|
|
<a id='L243' name='L243'></a> 243
|
|
<a id='L244' name='L244'></a> 244 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L245' name='L245'></a> 245 <a href='../R/shell_get_reply.html' title='Multiple referred from 5 places.'>shell_get_reply</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>int</strong> <a href='../Y/sock.html' title='Multiple used in 66 places.'>sock</a>, <strong class='reserved'>char</strong> *<a href='../Y/string_buf.html' title='Multiple used in 14 places.'>string_buf</a>, <strong class='reserved'>int</strong> <a href='../Y/string_len.html' title='Multiple used in 15 places.'>string_len</a>)
|
|
<em class='comment'>/* <a href='#L227'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L271'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+245 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L246' name='L246'></a> 246 <em class='brace'>{</em>
|
|
<a id='L247' name='L247'></a> 247 <strong class='reserved'>char</strong> <a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>[<a href='../S/lib--global.h.html#L86' title='Defined at 86 in lib/global.h.'>BUF_1K</a>];
|
|
<a id='L248' name='L248'></a> 248 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/was_garbage.html' title='Multiple used in 5 places.'>was_garbage</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L249' name='L249'></a> 249
|
|
<a id='L250' name='L250'></a> 250 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
|
|
<a id='L251' name='L251'></a> 251 <em class='brace'>{</em>
|
|
<a id='L252' name='L252'></a> 252 <strong class='reserved'>if</strong> (!<a href='../S/lib--vfs--direntry.c.html#L1608' title='Defined at 1608 in lib/vfs/direntry.c.'>vfs_s_get_line</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/sock.html' title='Multiple used in 66 places.'>sock</a>, <a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>), '\n'))
|
|
<a id='L253' name='L253'></a> 253 <em class='brace'>{</em>
|
|
<a id='L254' name='L254'></a> 254 <strong class='reserved'>if</strong> (<a href='../Y/string_buf.html' title='Multiple used in 14 places.'>string_buf</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L255' name='L255'></a> 255 *<a href='../Y/string_buf.html' title='Multiple used in 14 places.'>string_buf</a> = '\0';
|
|
<a id='L256' name='L256'></a> 256 <strong class='reserved'>return</strong> 4;
|
|
<a id='L257' name='L257'></a> 257 <em class='brace'>}</em>
|
|
<a id='L258' name='L258'></a> 258
|
|
<a id='L259' name='L259'></a> 259 <strong class='reserved'>if</strong> (<a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>, "### ", 4) == 0)
|
|
<a id='L260' name='L260'></a> 260 <strong class='reserved'>return</strong> <a href='../S/src--vfs--shell--shell.c.html#L227' title='Defined at 227 in src/vfs/shell/shell.c.'>shell_decode_reply</a> (<a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a> + 4, <a href='../Y/was_garbage.html' title='Multiple used in 5 places.'>was_garbage</a> ? 1 : 0);
|
|
<a id='L261' name='L261'></a> 261
|
|
<a id='L262' name='L262'></a> 262 <a href='../Y/was_garbage.html' title='Multiple used in 5 places.'>was_garbage</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L263' name='L263'></a> 263 <strong class='reserved'>if</strong> (<a href='../Y/string_buf.html' title='Multiple used in 14 places.'>string_buf</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L264' name='L264'></a> 264 <a href='../Y/g_strlcpy.html' title='Multiple used in 30 places.'>g_strlcpy</a> (<a href='../Y/string_buf.html' title='Multiple used in 14 places.'>string_buf</a>, <a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>, <a href='../Y/string_len.html' title='Multiple used in 15 places.'>string_len</a>);
|
|
<a id='L265' name='L265'></a> 265 <em class='brace'>}</em>
|
|
<a id='L266' name='L266'></a> 266 <em class='brace'>}</em>
|
|
<a id='L267' name='L267'></a> 267
|
|
<a id='L268' name='L268'></a> 268 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L269' name='L269'></a> 269
|
|
<a id='L270' name='L270'></a> 270 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L271' name='L271'></a> 271 <a href='../R/shell_command.html' title='Multiple referred from 4 places.'>shell_command</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <strong class='reserved'>int</strong> <a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>,
|
|
<em class='comment'>/* <a href='#L245'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L305'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+271 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L272' name='L272'></a> 272 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/cmd_len.html' title='Multiple used in 5 places.'>cmd_len</a>)
|
|
<a id='L273' name='L273'></a> 273 <em class='brace'>{</em>
|
|
<a id='L274' name='L274'></a> 274 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a>;
|
|
<a id='L275' name='L275'></a> 275 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a> = <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a>;
|
|
<a id='L276' name='L276'></a> 276
|
|
<a id='L277' name='L277'></a> 277 <strong class='reserved'>if</strong> (<a href='../Y/cmd_len.html' title='Multiple used in 5 places.'>cmd_len</a> == (<a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a>) (-1))
|
|
<a id='L278' name='L278'></a> 278 <a href='../Y/cmd_len.html' title='Multiple used in 5 places.'>cmd_len</a> = <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>);
|
|
<a id='L279' name='L279'></a> 279
|
|
<a id='L280' name='L280'></a> 280 <strong class='reserved'>if</strong> (<a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L281' name='L281'></a> 281 <em class='brace'>{</em>
|
|
<a id='L282' name='L282'></a> 282 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L283' name='L283'></a> 283
|
|
<a id='L284' name='L284'></a> 284 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/fwrite.html' title='Multiple used in 6 places.'>fwrite</a> (<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <a href='../Y/cmd_len.html' title='Multiple used in 5 places.'>cmd_len</a>, 1, <a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a>);
|
|
<a id='L285' name='L285'></a> 285 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/fflush.html' title='Multiple used in 32 places.'>fflush</a> (<a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a>);
|
|
<a id='L286' name='L286'></a> 286 (<strong class='reserved'>void</strong>) <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L287' name='L287'></a> 287 <em class='brace'>}</em>
|
|
<a id='L288' name='L288'></a> 288
|
|
<a id='L289' name='L289'></a> 289 <a href='../S/lib--tty--tty.c.html#L162' title='Defined at 162 in lib/tty/tty.c.'>tty_enable_interrupt_key</a> ();
|
|
<a id='L290' name='L290'></a> 290 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a>, <a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <a href='../Y/cmd_len.html' title='Multiple used in 5 places.'>cmd_len</a>);
|
|
<a id='L291' name='L291'></a> 291 <a href='../S/lib--tty--tty.c.html#L176' title='Defined at 176 in lib/tty/tty.c.'>tty_disable_interrupt_key</a> ();
|
|
<a id='L292' name='L292'></a> 292
|
|
<a id='L293' name='L293'></a> 293 <strong class='reserved'>if</strong> (<a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> < 0)
|
|
<a id='L294' name='L294'></a> 294 <strong class='reserved'>return</strong> <a href='../S/src--vfs--shell--shell.c.html#L102' title='Defined at 102 in src/vfs/shell/shell.c.'>TRANSIENT</a>;
|
|
<a id='L295' name='L295'></a> 295
|
|
<a id='L296' name='L296'></a> 296 <strong class='reserved'>if</strong> (<a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a>)
|
|
<a id='L297' name='L297'></a> 297 <strong class='reserved'>return</strong> <a href='../S/src--vfs--shell--shell.c.html#L245' title='Defined at 245 in src/vfs/shell/shell.c.'>shell_get_reply</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>,
|
|
<a id='L298' name='L298'></a> 298 (<a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a> & <a href='../D/WANT_STRING.html' title='Multiple defined in 2 places.'>WANT_STRING</a>) != 0 ? <a href='../Y/reply_str.html' title='Multiple used in 10 places.'>reply_str</a> : <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L299' name='L299'></a> 299 <strong class='reserved'>sizeof</strong> (<a href='../Y/reply_str.html' title='Multiple used in 10 places.'>reply_str</a>) - 1);
|
|
<a id='L300' name='L300'></a> 300 <strong class='reserved'>return</strong> <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>;
|
|
<a id='L301' name='L301'></a> 301 <em class='brace'>}</em>
|
|
<a id='L302' name='L302'></a> 302
|
|
<a id='L303' name='L303'></a> 303 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L304' name='L304'></a> 304
|
|
<a id='L305' name='L305'></a> 305 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../R/G_GNUC_PRINTF.html' title='Multiple referred from 13 places.'>G_GNUC_PRINTF</a> (5, 0)
|
|
<em class='comment'>/* <a href='#L271'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L323'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+305 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L306' name='L306'></a> 306 <a href='../Y/shell_command_va.html' title='Multiple used in 3 places.'>shell_command_va</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <strong class='reserved'>int</strong> <a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/scr.html' title='Multiple used in 6 places.'>scr</a>,
|
|
<a id='L307' name='L307'></a> 307 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>, <a href='../Y/va_list.html' title='Multiple used in 36 places.'>va_list</a> <a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>)
|
|
<a id='L308' name='L308'></a> 308 <em class='brace'>{</em>
|
|
<a id='L309' name='L309'></a> 309 <strong class='reserved'>int</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L310' name='L310'></a> 310 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>;
|
|
<a id='L311' name='L311'></a> 311
|
|
<a id='L312' name='L312'></a> 312 <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> = <a href='../S/lib--glibcompat.c.html#L265' title='Defined at 265 in lib/glibcompat.c.'>mc_g_string_dup</a> (<a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_env.html' title='Multiple used in 5 places.'>scr_env</a>);
|
|
<a id='L313' name='L313'></a> 313 <a href='../Y/g_string_append_vprintf.html' title='Multiple used in 2 places.'>g_string_append_vprintf</a> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>, <a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>);
|
|
<a id='L314' name='L314'></a> 314 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <a href='../Y/scr.html' title='Multiple used in 6 places.'>scr</a>);
|
|
<a id='L315' name='L315'></a> 315 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../S/src--vfs--shell--shell.c.html#L271' title='Defined at 271 in src/vfs/shell/shell.c.'>shell_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a>, <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>-><a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>);
|
|
<a id='L316' name='L316'></a> 316 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L317' name='L317'></a> 317
|
|
<a id='L318' name='L318'></a> 318 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L319' name='L319'></a> 319 <em class='brace'>}</em>
|
|
<a id='L320' name='L320'></a> 320
|
|
<a id='L321' name='L321'></a> 321 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L322' name='L322'></a> 322
|
|
<a id='L323' name='L323'></a> 323 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../R/G_GNUC_PRINTF.html' title='Multiple referred from 13 places.'>G_GNUC_PRINTF</a> (5, 6)
|
|
<em class='comment'>/* <a href='#L305'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L339'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+323 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L324' name='L324'></a> 324 <a href='../Y/shell_command_v.html' title='Multiple used in 4 places.'>shell_command_v</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <strong class='reserved'>int</strong> <a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/scr.html' title='Multiple used in 6 places.'>scr</a>,
|
|
<a id='L325' name='L325'></a> 325 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>, ...)
|
|
<a id='L326' name='L326'></a> 326 <em class='brace'>{</em>
|
|
<a id='L327' name='L327'></a> 327 <strong class='reserved'>int</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L328' name='L328'></a> 328 <a href='../Y/va_list.html' title='Multiple used in 36 places.'>va_list</a> <a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>;
|
|
<a id='L329' name='L329'></a> 329
|
|
<a id='L330' name='L330'></a> 330 <a href='../Y/va_start.html' title='Multiple used in 31 places.'>va_start</a> (<a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>, <a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>);
|
|
<a id='L331' name='L331'></a> 331 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/shell_command_va.html' title='Multiple used in 3 places.'>shell_command_va</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../Y/wait_reply.html' title='Multiple used in 11 places.'>wait_reply</a>, <a href='../Y/scr.html' title='Multiple used in 6 places.'>scr</a>, <a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>, <a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>);
|
|
<a id='L332' name='L332'></a> 332 <a href='../Y/va_end.html' title='Multiple used in 31 places.'>va_end</a> (<a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>);
|
|
<a id='L333' name='L333'></a> 333
|
|
<a id='L334' name='L334'></a> 334 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L335' name='L335'></a> 335 <em class='brace'>}</em>
|
|
<a id='L336' name='L336'></a> 336
|
|
<a id='L337' name='L337'></a> 337 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L338' name='L338'></a> 338
|
|
<a id='L339' name='L339'></a> 339 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../R/G_GNUC_PRINTF.html' title='Multiple referred from 13 places.'>G_GNUC_PRINTF</a> (5, 6)
|
|
<em class='comment'>/* <a href='#L323'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L362'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+339 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L340' name='L340'></a> 340 <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/scr.html' title='Multiple used in 6 places.'>scr</a>,
|
|
<a id='L341' name='L341'></a> 341 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>, ...)
|
|
<a id='L342' name='L342'></a> 342 <em class='brace'>{</em>
|
|
<a id='L343' name='L343'></a> 343 <strong class='reserved'>int</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L344' name='L344'></a> 344 <a href='../Y/va_list.html' title='Multiple used in 36 places.'>va_list</a> <a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>;
|
|
<a id='L345' name='L345'></a> 345
|
|
<a id='L346' name='L346'></a> 346 <a href='../Y/va_start.html' title='Multiple used in 31 places.'>va_start</a> (<a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>, <a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>);
|
|
<a id='L347' name='L347'></a> 347 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/shell_command_va.html' title='Multiple used in 3 places.'>shell_command_va</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/WAIT_REPLY.html' title='Multiple defined in 2 places.'>WAIT_REPLY</a>, <a href='../Y/scr.html' title='Multiple used in 6 places.'>scr</a>, <a href='../Y/vars.html' title='Multiple used in 8 places.'>vars</a>, <a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>);
|
|
<a id='L348' name='L348'></a> 348 <a href='../Y/va_end.html' title='Multiple used in 31 places.'>va_end</a> (<a href='../Y/ap.html' title='Multiple used in 71 places.'>ap</a>);
|
|
<a id='L349' name='L349'></a> 349 <a href='../S/lib--vfs--gc.c.html#L201' title='Defined at 201 in lib/vfs/gc.c.'>vfs_stamp_create</a> (<a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L350' name='L350'></a> 350
|
|
<a id='L351' name='L351'></a> 351 <strong class='reserved'>if</strong> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> != <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L352' name='L352'></a> 352 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>, -1);
|
|
<a id='L353' name='L353'></a> 353 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>) != 0)
|
|
<a id='L354' name='L354'></a> 354 <a href='../S/lib--vfs--direntry.c.html#L1224' title='Defined at 1224 in lib/vfs/direntry.c.'>vfs_s_invalidate</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L355' name='L355'></a> 355
|
|
<a id='L356' name='L356'></a> 356 <strong class='reserved'>return</strong> 0;
|
|
<a id='L357' name='L357'></a> 357 <em class='brace'>}</em>
|
|
<a id='L358' name='L358'></a> 358
|
|
<a id='L359' name='L359'></a> 359 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L360' name='L360'></a> 360
|
|
<a id='L361' name='L361'></a> 361 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *
|
|
<a id='L362' name='L362'></a> 362 <a href='../S/src--vfs--shell--shell.c.html#L1723' title='Referred from 1723 in src/vfs/shell/shell.c.'>shell_new_archive</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>)
|
|
<em class='comment'>/* <a href='#L339'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L375'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+362 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L363' name='L363'></a> 363 <em class='brace'>{</em>
|
|
<a id='L364' name='L364'></a> 364 <a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *<a href='../Y/arch.html' title='Multiple used in 111 places.'>arch</a>;
|
|
<a id='L365' name='L365'></a> 365
|
|
<a id='L366' name='L366'></a> 366 <a href='../Y/arch.html' title='Multiple used in 111 places.'>arch</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a>, 1);
|
|
<a id='L367' name='L367'></a> 367 <a href='../Y/arch.html' title='Multiple used in 111 places.'>arch</a>-><a href='../Y/base.html' title='Multiple used in 92 places.'>base</a>.<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L368' name='L368'></a> 368
|
|
<a id='L369' name='L369'></a> 369 <strong class='reserved'>return</strong> <a href='../S/lib--vfs--xdirentry.h.html#L44' title='Defined at 44 in lib/vfs/xdirentry.h.'>VFS_SUPER</a> (<a href='../Y/arch.html' title='Multiple used in 111 places.'>arch</a>);
|
|
<a id='L370' name='L370'></a> 370 <em class='brace'>}</em>
|
|
<a id='L371' name='L371'></a> 371
|
|
<a id='L372' name='L372'></a> 372 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L373' name='L373'></a> 373
|
|
<a id='L374' name='L374'></a> 374 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L375' name='L375'></a> 375 <a href='../S/src--vfs--shell--shell.c.html#L1725' title='Referred from 1725 in src/vfs/shell/shell.c.'>shell_free_archive</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)
|
|
<em class='comment'>/* <a href='#L362'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L417'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+375 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L376' name='L376'></a> 376 <em class='brace'>{</em>
|
|
<a id='L377' name='L377'></a> 377 <a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a> = <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L378' name='L378'></a> 378
|
|
<a id='L379' name='L379'></a> 379 <strong class='reserved'>if</strong> ((<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a> != -1) || (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a> != -1))
|
|
<a id='L380' name='L380'></a> 380 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: Disconnecting from %s"), <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> ? <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> : "???");
|
|
<a id='L381' name='L381'></a> 381
|
|
<a id='L382' name='L382'></a> 382 <strong class='reserved'>if</strong> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a> != -1)
|
|
<a id='L383' name='L383'></a> 383 <em class='brace'>{</em>
|
|
<a id='L384' name='L384'></a> 384 <a href='../S/src--vfs--shell--shell.c.html#L271' title='Defined at 271 in src/vfs/shell/shell.c.'>shell_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/NONE.html' title='Multiple defined in 3 places.'>NONE</a>, "exit\n", -1);
|
|
<a id='L385' name='L385'></a> 385 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a>);
|
|
<a id='L386' name='L386'></a> 386 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a> = -1;
|
|
<a id='L387' name='L387'></a> 387 <em class='brace'>}</em>
|
|
<a id='L388' name='L388'></a> 388
|
|
<a id='L389' name='L389'></a> 389 <strong class='reserved'>if</strong> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a> != -1)
|
|
<a id='L390' name='L390'></a> 390 <em class='brace'>{</em>
|
|
<a id='L391' name='L391'></a> 391 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>);
|
|
<a id='L392' name='L392'></a> 392 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a> = -1;
|
|
<a id='L393' name='L393'></a> 393 <em class='brace'>}</em>
|
|
<a id='L394' name='L394'></a> 394
|
|
<a id='L395' name='L395'></a> 395 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_ls.html' title='Multiple used in 4 places.'>scr_ls</a>);
|
|
<a id='L396' name='L396'></a> 396 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_exists.html' title='Multiple used in 4 places.'>scr_exists</a>);
|
|
<a id='L397' name='L397'></a> 397 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_mkdir.html' title='Multiple used in 4 places.'>scr_mkdir</a>);
|
|
<a id='L398' name='L398'></a> 398 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_unlink.html' title='Multiple used in 4 places.'>scr_unlink</a>);
|
|
<a id='L399' name='L399'></a> 399 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_chown.html' title='Multiple used in 4 places.'>scr_chown</a>);
|
|
<a id='L400' name='L400'></a> 400 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_chmod.html' title='Multiple used in 4 places.'>scr_chmod</a>);
|
|
<a id='L401' name='L401'></a> 401 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_utime.html' title='Multiple used in 4 places.'>scr_utime</a>);
|
|
<a id='L402' name='L402'></a> 402 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_rmdir.html' title='Multiple used in 4 places.'>scr_rmdir</a>);
|
|
<a id='L403' name='L403'></a> 403 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_ln.html' title='Multiple used in 4 places.'>scr_ln</a>);
|
|
<a id='L404' name='L404'></a> 404 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_mv.html' title='Multiple used in 4 places.'>scr_mv</a>);
|
|
<a id='L405' name='L405'></a> 405 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_hardlink.html' title='Multiple used in 4 places.'>scr_hardlink</a>);
|
|
<a id='L406' name='L406'></a> 406 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_get.html' title='Multiple used in 4 places.'>scr_get</a>);
|
|
<a id='L407' name='L407'></a> 407 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_send.html' title='Multiple used in 4 places.'>scr_send</a>);
|
|
<a id='L408' name='L408'></a> 408 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_append.html' title='Multiple used in 4 places.'>scr_append</a>);
|
|
<a id='L409' name='L409'></a> 409 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_info.html' title='Multiple used in 4 places.'>scr_info</a>);
|
|
<a id='L410' name='L410'></a> 410 <strong class='reserved'>if</strong> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_env.html' title='Multiple used in 5 places.'>scr_env</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L411' name='L411'></a> 411 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_env.html' title='Multiple used in 5 places.'>scr_env</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L412' name='L412'></a> 412 <em class='brace'>}</em>
|
|
<a id='L413' name='L413'></a> 413
|
|
<a id='L414' name='L414'></a> 414 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L415' name='L415'></a> 415
|
|
<a id='L416' name='L416'></a> 416 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L417' name='L417'></a> 417 <a href='../S/src--vfs--shell--shell.c.html#L555' title='Referred from 555 in src/vfs/shell/shell.c.'>shell_pipeopen</a> (<strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[])
|
|
<em class='comment'>/* <a href='#L375'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L456'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+417 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L418' name='L418'></a> 418 <em class='brace'>{</em>
|
|
<a id='L419' name='L419'></a> 419 <strong class='reserved'>int</strong> <a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>[2], <a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>[2];
|
|
<a id='L420' name='L420'></a> 420 <strong class='reserved'>int</strong> <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>;
|
|
<a id='L421' name='L421'></a> 421
|
|
<a id='L422' name='L422'></a> 422 <strong class='reserved'>if</strong> ((<a href='../Y/pipe.html' title='Multiple used in 6 places.'>pipe</a> (<a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>) < 0) || (<a href='../Y/pipe.html' title='Multiple used in 6 places.'>pipe</a> (<a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>) < 0))
|
|
<a id='L423' name='L423'></a> 423 <a href='../D/vfs_die.html' title='Multiple defined in 2 places.'>vfs_die</a> ("Cannot pipe(): %m.");
|
|
<a id='L424' name='L424'></a> 424
|
|
<a id='L425' name='L425'></a> 425 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../D/my_fork.html' title='Multiple defined in 2 places.'>my_fork</a> ();
|
|
<a id='L426' name='L426'></a> 426
|
|
<a id='L427' name='L427'></a> 427 <strong class='reserved'>if</strong> (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> != 0)
|
|
<a id='L428' name='L428'></a> 428 <em class='brace'>{</em>
|
|
<a id='L429' name='L429'></a> 429 <strong class='reserved'>if</strong> (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> < 0)
|
|
<a id='L430' name='L430'></a> 430 <a href='../D/vfs_die.html' title='Multiple defined in 2 places.'>vfs_die</a> ("Cannot fork(): %m.");
|
|
<a id='L431' name='L431'></a> 431 <em class='comment'>// We are the parent</em>
|
|
<a id='L432' name='L432'></a> 432 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>[0]);
|
|
<a id='L433' name='L433'></a> 433 <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a> = <a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>[1];
|
|
<a id='L434' name='L434'></a> 434 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>[1]);
|
|
<a id='L435' name='L435'></a> 435 <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a> = <a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>[0];
|
|
<a id='L436' name='L436'></a> 436 <em class='brace'>}</em>
|
|
<a id='L437' name='L437'></a> 437 <strong class='reserved'>else</strong>
|
|
<a id='L438' name='L438'></a> 438 <em class='brace'>{</em>
|
|
<a id='L439' name='L439'></a> 439 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../Y/dup2.html' title='Multiple used in 11 places.'>dup2</a> (<a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>[0], <a href='../S/lib--unixcompat.h.html#L59' title='Defined at 59 in lib/unixcompat.h.'>STDIN_FILENO</a>);
|
|
<a id='L440' name='L440'></a> 440 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>[0]);
|
|
<a id='L441' name='L441'></a> 441 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fileset1.html' title='Multiple used in 7 places.'>fileset1</a>[1]);
|
|
<a id='L442' name='L442'></a> 442 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../Y/dup2.html' title='Multiple used in 11 places.'>dup2</a> (<a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>[1], <a href='../S/lib--unixcompat.h.html#L63' title='Defined at 63 in lib/unixcompat.h.'>STDOUT_FILENO</a>);
|
|
<a id='L443' name='L443'></a> 443 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../S/lib--unixcompat.h.html#L67' title='Defined at 67 in lib/unixcompat.h.'>STDERR_FILENO</a>);
|
|
<a id='L444' name='L444'></a> 444 <em class='comment'>// stderr to /dev/null</em>
|
|
<a id='L445' name='L445'></a> 445 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../Y/open.html' title='Multiple used in 38 places.'>open</a> ("/dev/null", <a href='../Y/O_WRONLY.html' title='Multiple used in 16 places.'>O_WRONLY</a>);
|
|
<a id='L446' name='L446'></a> 446 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>[0]);
|
|
<a id='L447' name='L447'></a> 447 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fileset2.html' title='Multiple used in 7 places.'>fileset2</a>[1]);
|
|
<a id='L448' name='L448'></a> 448 <a href='../D/my_execvp.html' title='Multiple defined in 2 places.'>my_execvp</a> (<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>, (<strong class='reserved'>char</strong> **) <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>);
|
|
<a id='L449' name='L449'></a> 449 <a href='../D/my_exit.html' title='Multiple defined in 3 places.'>my_exit</a> (3);
|
|
<a id='L450' name='L450'></a> 450 <em class='brace'>}</em>
|
|
<a id='L451' name='L451'></a> 451 <em class='brace'>}</em>
|
|
<a id='L452' name='L452'></a> 452
|
|
<a id='L453' name='L453'></a> 453 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L454' name='L454'></a> 454
|
|
<a id='L455' name='L455'></a> 455 <strong class='reserved'>static</strong> <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *
|
|
<a id='L456' name='L456'></a> 456 <a href='../S/src--vfs--shell--shell.c.html#L642' title='Referred from 642 in src/vfs/shell/shell.c.'>shell_set_env</a> (<strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>)
|
|
<em class='comment'>/* <a href='#L417'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L489'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+456 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L457' name='L457'></a> 457 <em class='brace'>{</em>
|
|
<a id='L458' name='L458'></a> 458 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L459' name='L459'></a> 459
|
|
<a id='L460' name='L460'></a> 460 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/g_string_sized_new.html' title='Multiple used in 62 places.'>g_string_sized_new</a> (256);
|
|
<a id='L461' name='L461'></a> 461
|
|
<a id='L462' name='L462'></a> 462 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L111' title='Defined at 111 in src/vfs/shell/shell.c.'>SHELL_HAVE_HEAD</a>) != 0)
|
|
<a id='L463' name='L463'></a> 463 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_HEAD=1 export SHELL_HAVE_HEAD; ");
|
|
<a id='L464' name='L464'></a> 464
|
|
<a id='L465' name='L465'></a> 465 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L112' title='Defined at 112 in src/vfs/shell/shell.c.'>SHELL_HAVE_SED</a>) != 0)
|
|
<a id='L466' name='L466'></a> 466 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_SED=1 export SHELL_HAVE_SED; ");
|
|
<a id='L467' name='L467'></a> 467
|
|
<a id='L468' name='L468'></a> 468 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L113' title='Defined at 113 in src/vfs/shell/shell.c.'>SHELL_HAVE_AWK</a>) != 0)
|
|
<a id='L469' name='L469'></a> 469 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_AWK=1 export SHELL_HAVE_AWK; ");
|
|
<a id='L470' name='L470'></a> 470
|
|
<a id='L471' name='L471'></a> 471 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L114' title='Defined at 114 in src/vfs/shell/shell.c.'>SHELL_HAVE_PERL</a>) != 0)
|
|
<a id='L472' name='L472'></a> 472 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_PERL=1 export SHELL_HAVE_PERL; ");
|
|
<a id='L473' name='L473'></a> 473
|
|
<a id='L474' name='L474'></a> 474 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L115' title='Defined at 115 in src/vfs/shell/shell.c.'>SHELL_HAVE_LSQ</a>) != 0)
|
|
<a id='L475' name='L475'></a> 475 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_LSQ=1 export SHELL_HAVE_LSQ; ");
|
|
<a id='L476' name='L476'></a> 476
|
|
<a id='L477' name='L477'></a> 477 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L116' title='Defined at 116 in src/vfs/shell/shell.c.'>SHELL_HAVE_DATE_MDYT</a>) != 0)
|
|
<a id='L478' name='L478'></a> 478 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_DATE_MDYT=1 export SHELL_HAVE_DATE_MDYT; ");
|
|
<a id='L479' name='L479'></a> 479
|
|
<a id='L480' name='L480'></a> 480 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../S/src--vfs--shell--shell.c.html#L117' title='Defined at 117 in src/vfs/shell/shell.c.'>SHELL_HAVE_TAIL</a>) != 0)
|
|
<a id='L481' name='L481'></a> 481 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>, "SHELL_HAVE_TAIL=1 export SHELL_HAVE_TAIL; ");
|
|
<a id='L482' name='L482'></a> 482
|
|
<a id='L483' name='L483'></a> 483 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L484' name='L484'></a> 484 <em class='brace'>}</em>
|
|
<a id='L485' name='L485'></a> 485
|
|
<a id='L486' name='L486'></a> 486 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L487' name='L487'></a> 487
|
|
<a id='L488' name='L488'></a> 488 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L489' name='L489'></a> 489 <a href='../S/src--vfs--shell--shell.c.html#L641' title='Referred from 641 in src/vfs/shell/shell.c.'>shell_info</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)
|
|
<em class='comment'>/* <a href='#L456'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L515'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+489 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L490' name='L490'></a> 490 <em class='brace'>{</em>
|
|
<a id='L491' name='L491'></a> 491 <a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a> = <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L492' name='L492'></a> 492
|
|
<a id='L493' name='L493'></a> 493 <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L271' title='Defined at 271 in src/vfs/shell/shell.c.'>shell_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/NONE.html' title='Multiple defined in 3 places.'>NONE</a>, <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_info.html' title='Multiple used in 4 places.'>scr_info</a>, -1) == <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L494' name='L494'></a> 494 <em class='brace'>{</em>
|
|
<a id='L495' name='L495'></a> 495 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
|
|
<a id='L496' name='L496'></a> 496 <em class='brace'>{</em>
|
|
<a id='L497' name='L497'></a> 497 <strong class='reserved'>int</strong> <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>;
|
|
<a id='L498' name='L498'></a> 498 <strong class='reserved'>char</strong> <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[<a href='../S/lib--global.h.html#L83' title='Defined at 83 in lib/global.h.'>BUF_8K</a>] = "";
|
|
<a id='L499' name='L499'></a> 499
|
|
<a id='L500' name='L500'></a> 500 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../S/lib--vfs--direntry.c.html#L1660' title='Defined at 1660 in lib/vfs/direntry.c.'>vfs_s_get_line_interruptible</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>), <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>);
|
|
<a id='L501' name='L501'></a> 501 <strong class='reserved'>if</strong> ((<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> == 0) || (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> == <a href='../Y/EINTR.html' title='Multiple used in 41 places.'>EINTR</a>))
|
|
<a id='L502' name='L502'></a> 502 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../Y/ECONNRESET.html' title='Multiple used in 3 places.'>ECONNRESET</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L503' name='L503'></a> 503 <strong class='reserved'>if</strong> (<a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, "### ", 4) == 0)
|
|
<a id='L504' name='L504'></a> 504 <strong class='reserved'>break</strong>;
|
|
<a id='L505' name='L505'></a> 505 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/host_flags.html' title='Multiple used in 3 places.'>host_flags</a> = <a href='../Y/atol.html' title='Multiple used in 11 places.'>atol</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L506' name='L506'></a> 506 <em class='brace'>}</em>
|
|
<a id='L507' name='L507'></a> 507 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L508' name='L508'></a> 508 <em class='brace'>}</em>
|
|
<a id='L509' name='L509'></a> 509 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_PROTO.html' title='Multiple defined in 2 places.'>E_PROTO</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L510' name='L510'></a> 510 <em class='brace'>}</em>
|
|
<a id='L511' name='L511'></a> 511
|
|
<a id='L512' name='L512'></a> 512 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L513' name='L513'></a> 513
|
|
<a id='L514' name='L514'></a> 514 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L515' name='L515'></a> 515 <a href='../S/src--vfs--shell--shell.c.html#L619' title='Referred from 619 in src/vfs/shell/shell.c.'>shell_open_archive_pipeopen</a> (<strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)
|
|
<em class='comment'>/* <a href='#L489'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L561'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+515 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L516' name='L516'></a> 516 <em class='brace'>{</em>
|
|
<a id='L517' name='L517'></a> 517 <strong class='reserved'>char</strong> <a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>[10];
|
|
<a id='L518' name='L518'></a> 518 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[10]; <em class='comment'>// All of 10 is used now</em>
|
|
<a id='L519' name='L519'></a> 519 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/xsh.html' title='Multiple used in 3 places.'>xsh</a> = (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a> == <a href='../S/src--vfs--shell--shell.c.html#L91' title='Defined at 91 in src/vfs/shell/shell.c.'>SHELL_FLAG_RSH</a> ? "rsh" : "ssh");
|
|
<a id='L520' name='L520'></a> 520 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0;
|
|
<a id='L521' name='L521'></a> 521
|
|
<a id='L522' name='L522'></a> 522 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = <a href='../Y/xsh.html' title='Multiple used in 3 places.'>xsh</a>;
|
|
<a id='L523' name='L523'></a> 523 <strong class='reserved'>if</strong> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a> == <a href='../S/src--vfs--shell--shell.c.html#L90' title='Defined at 90 in src/vfs/shell/shell.c.'>SHELL_FLAG_COMPRESSED</a>)
|
|
<a id='L524' name='L524'></a> 524 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = "-C";
|
|
<a id='L525' name='L525'></a> 525
|
|
<a id='L526' name='L526'></a> 526 <strong class='reserved'>if</strong> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a> > <a href='../S/src--vfs--shell--shell.c.html#L91' title='Defined at 91 in src/vfs/shell/shell.c.'>SHELL_FLAG_RSH</a>)
|
|
<a id='L527' name='L527'></a> 527 <em class='brace'>{</em>
|
|
<a id='L528' name='L528'></a> 528 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = "-p";
|
|
<a id='L529' name='L529'></a> 529 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>), "%d", <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a>);
|
|
<a id='L530' name='L530'></a> 530 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = <a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>;
|
|
<a id='L531' name='L531'></a> 531 <em class='brace'>}</em>
|
|
<a id='L532' name='L532'></a> 532
|
|
<a id='L533' name='L533'></a> 533 <em class='comment'>/*</em>
|
|
<a id='L534' name='L534'></a> 534 <em class='comment'> * Add the user name to the ssh command line only if it was explicitly</em>
|
|
<a id='L535' name='L535'></a> 535 <em class='comment'> * set in vfs URL. rsh/ssh will get current user by default</em>
|
|
<a id='L536' name='L536'></a> 536 <em class='comment'> * plus we can set convenient overrides in ~/.ssh/config (explicit -l</em>
|
|
<a id='L537' name='L537'></a> 537 <em class='comment'> * option breaks it for some)</em>
|
|
<a id='L538' name='L538'></a> 538 <em class='comment'> */</em>
|
|
<a id='L539' name='L539'></a> 539
|
|
<a id='L540' name='L540'></a> 540 <strong class='reserved'>if</strong> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L541' name='L541'></a> 541 <em class='brace'>{</em>
|
|
<a id='L542' name='L542'></a> 542 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = "-l";
|
|
<a id='L543' name='L543'></a> 543 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a>;
|
|
<a id='L544' name='L544'></a> 544 <em class='brace'>}</em>
|
|
<a id='L545' name='L545'></a> 545 <strong class='reserved'>else</strong>
|
|
<a id='L546' name='L546'></a> 546 <em class='brace'>{</em>
|
|
<a id='L547' name='L547'></a> 547 <em class='comment'>// The rest of the code assumes it to be a valid username</em>
|
|
<a id='L548' name='L548'></a> 548 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a> = <a href='../S/lib--vfs--utilvfs.c.html#L91' title='Defined at 91 in lib/vfs/utilvfs.c.'>vfs_get_local_username</a> ();
|
|
<a id='L549' name='L549'></a> 549 <em class='brace'>}</em>
|
|
<a id='L550' name='L550'></a> 550
|
|
<a id='L551' name='L551'></a> 551 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>;
|
|
<a id='L552' name='L552'></a> 552 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = "echo SHELL:; /bin/sh";
|
|
<a id='L553' name='L553'></a> 553 <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++] = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L554' name='L554'></a> 554
|
|
<a id='L555' name='L555'></a> 555 <a href='../S/src--vfs--shell--shell.c.html#L417' title='Defined at 417 in src/vfs/shell/shell.c.'>shell_pipeopen</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../Y/xsh.html' title='Multiple used in 3 places.'>xsh</a>, <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>);
|
|
<a id='L556' name='L556'></a> 556 <em class='brace'>}</em>
|
|
<a id='L557' name='L557'></a> 557
|
|
<a id='L558' name='L558'></a> 558 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L559' name='L559'></a> 559
|
|
<a id='L560' name='L560'></a> 560 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L561' name='L561'></a> 561 <a href='../S/src--vfs--shell--shell.c.html#L622' title='Referred from 622 in src/vfs/shell/shell.c.'>shell_open_archive_talk</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)
|
|
<em class='comment'>/* <a href='#L515'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L611'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+561 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L562' name='L562'></a> 562 <em class='brace'>{</em>
|
|
<a id='L563' name='L563'></a> 563 <a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a> = <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L564' name='L564'></a> 564 <strong class='reserved'>char</strong> <a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>[<a href='../S/lib--global.h.html#L85' title='Defined at 85 in lib/global.h.'>BUF_2K</a>];
|
|
<a id='L565' name='L565'></a> 565
|
|
<a id='L566' name='L566'></a> 566 <a href='../Y/printf.html' title='Multiple used in 63 places.'>printf</a> ("\n%s\n", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: Waiting for initial line..."));
|
|
<a id='L567' name='L567'></a> 567
|
|
<a id='L568' name='L568'></a> 568 <strong class='reserved'>if</strong> (<a href='../S/lib--vfs--direntry.c.html#L1608' title='Defined at 1608 in lib/vfs/direntry.c.'>vfs_s_get_line</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>), ':') == 0)
|
|
<a id='L569' name='L569'></a> 569 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L570' name='L570'></a> 570
|
|
<a id='L571' name='L571'></a> 571 <strong class='reserved'>if</strong> (<a href='../Y/strstr.html' title='Multiple used in 49 places.'>strstr</a> (<a href='../Y/answer.html' title='Multiple used in 19 places.'>answer</a>, "assword") != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L572' name='L572'></a> 572 <em class='brace'>{</em>
|
|
<a id='L573' name='L573'></a> 573 <em class='comment'>/* Currently, this does not work. ssh reads passwords from</em>
|
|
<a id='L574' name='L574'></a> 574 <em class='comment'> /dev/tty, not from stdin :-(. */</em>
|
|
<a id='L575' name='L575'></a> 575
|
|
<a id='L576' name='L576'></a> 576 <a href='../Y/printf.html' title='Multiple used in 63 places.'>printf</a> ("\n%s\n", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Sorry, we cannot do password authenticated connections for now."));
|
|
<a id='L577' name='L577'></a> 577
|
|
<a id='L578' name='L578'></a> 578 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L579' name='L579'></a> 579 <em class='sharp'>#if</em> 0
|
|
<a id='L580' name='L580'></a> 580 <strong class='reserved'>if</strong> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/password.html' title='Multiple used in 29 places.'>password</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L581' name='L581'></a> 581 <em class='brace'>{</em>
|
|
<a id='L582' name='L582'></a> 582 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, *<a href='../Y/op.html' title='Multiple used in 96 places.'>op</a>;
|
|
<a id='L583' name='L583'></a> 583
|
|
<a id='L584' name='L584'></a> 584 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a>("shell: Password is required for %s"),
|
|
<a id='L585' name='L585'></a> 585 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a>);
|
|
<a id='L586' name='L586'></a> 586 <a href='../Y/op.html' title='Multiple used in 96 places.'>op</a> = <a href='../S/lib--vfs--utilvfs.c.html#L370' title='Defined at 370 in lib/vfs/utilvfs.c.'>vfs_get_password</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
|
|
<a id='L587' name='L587'></a> 587 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
|
|
<a id='L588' name='L588'></a> 588 <strong class='reserved'>if</strong> (<a href='../Y/op.html' title='Multiple used in 96 places.'>op</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L589' name='L589'></a> 589 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L590' name='L590'></a> 590 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/password.html' title='Multiple used in 29 places.'>password</a> = <a href='../Y/op.html' title='Multiple used in 96 places.'>op</a>;
|
|
<a id='L591' name='L591'></a> 591 <em class='brace'>}</em>
|
|
<a id='L592' name='L592'></a> 592
|
|
<a id='L593' name='L593'></a> 593 <a href='../Y/printf.html' title='Multiple used in 63 places.'>printf</a> ("\n%s\n", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a>("shell: Sending password..."));
|
|
<a id='L594' name='L594'></a> 594
|
|
<a id='L595' name='L595'></a> 595 <em class='brace'>{</em>
|
|
<a id='L596' name='L596'></a> 596 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/str_len.html' title='Multiple used in 28 places.'>str_len</a>;
|
|
<a id='L597' name='L597'></a> 597
|
|
<a id='L598' name='L598'></a> 598 <a href='../Y/str_len.html' title='Multiple used in 28 places.'>str_len</a> = <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/password.html' title='Multiple used in 29 places.'>password</a>);
|
|
<a id='L599' name='L599'></a> 599 <strong class='reserved'>if</strong> ((<a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>.<a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/password.html' title='Multiple used in 29 places.'>password</a>, <a href='../Y/str_len.html' title='Multiple used in 28 places.'>str_len</a>) !=
|
|
<a id='L600' name='L600'></a> 600 (<a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a>) <a href='../Y/str_len.html' title='Multiple used in 28 places.'>str_len</a>) || (<a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a>, "\n", 1) != 1))
|
|
<a id='L601' name='L601'></a> 601 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L602' name='L602'></a> 602 <em class='brace'>}</em>
|
|
<a id='L603' name='L603'></a> 603 <em class='sharp'>#endif</em>
|
|
<a id='L604' name='L604'></a> 604 <em class='brace'>}</em>
|
|
<a id='L605' name='L605'></a> 605 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L606' name='L606'></a> 606 <em class='brace'>}</em>
|
|
<a id='L607' name='L607'></a> 607
|
|
<a id='L608' name='L608'></a> 608 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L609' name='L609'></a> 609
|
|
<a id='L610' name='L610'></a> 610 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L611' name='L611'></a> 611 <a href='../S/src--vfs--shell--shell.c.html#L703' title='Referred from 703 in src/vfs/shell/shell.c.'>shell_open_archive_int</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)
|
|
<em class='comment'>/* <a href='#L561'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L660'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+611 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L612' name='L612'></a> 612 <em class='brace'>{</em>
|
|
<a id='L613' name='L613'></a> 613 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ftalk.html' title='Multiple used in 3 places.'>ftalk</a>;
|
|
<a id='L614' name='L614'></a> 614
|
|
<a id='L615' name='L615'></a> 615 <em class='comment'>// hide panels</em>
|
|
<a id='L616' name='L616'></a> 616 <a href='../S/src--execute.c.html#L405' title='Defined at 405 in src/execute.c.'>pre_exec</a> ();
|
|
<a id='L617' name='L617'></a> 617
|
|
<a id='L618' name='L618'></a> 618 <em class='comment'>// open pipe</em>
|
|
<a id='L619' name='L619'></a> 619 <a href='../S/src--vfs--shell--shell.c.html#L515' title='Defined at 515 in src/vfs/shell/shell.c.'>shell_open_archive_pipeopen</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L620' name='L620'></a> 620
|
|
<a id='L621' name='L621'></a> 621 <em class='comment'>// Start talk with ssh-server (password prompt, etc )</em>
|
|
<a id='L622' name='L622'></a> 622 <a href='../Y/ftalk.html' title='Multiple used in 3 places.'>ftalk</a> = <a href='../S/src--vfs--shell--shell.c.html#L561' title='Defined at 561 in src/vfs/shell/shell.c.'>shell_open_archive_talk</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L623' name='L623'></a> 623
|
|
<a id='L624' name='L624'></a> 624 <em class='comment'>// show panels</em>
|
|
<a id='L625' name='L625'></a> 625 <a href='../S/src--execute.c.html#L414' title='Defined at 414 in src/execute.c.'>post_exec</a> ();
|
|
<a id='L626' name='L626'></a> 626
|
|
<a id='L627' name='L627'></a> 627 <strong class='reserved'>if</strong> (!<a href='../Y/ftalk.html' title='Multiple used in 3 places.'>ftalk</a>)
|
|
<a id='L628' name='L628'></a> 628 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_PROTO.html' title='Multiple defined in 2 places.'>E_PROTO</a>, -1);
|
|
<a id='L629' name='L629'></a> 629
|
|
<a id='L630' name='L630'></a> 630 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: Sending initial line..."));
|
|
<a id='L631' name='L631'></a> 631
|
|
<a id='L632' name='L632'></a> 632 <em class='comment'>// Set up remote locale to C, otherwise dates cannot be recognized</em>
|
|
<a id='L633' name='L633'></a> 633 <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L271' title='Defined at 271 in src/vfs/shell/shell.c.'>shell_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/WAIT_REPLY.html' title='Multiple defined in 2 places.'>WAIT_REPLY</a>,
|
|
<a id='L634' name='L634'></a> 634 "LANG=C LC_ALL=C LC_TIME=C; export LANG LC_ALL LC_TIME;\n"
|
|
<a id='L635' name='L635'></a> 635 "echo '### 200'\n",
|
|
<a id='L636' name='L636'></a> 636 -1)
|
|
<a id='L637' name='L637'></a> 637 != <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L638' name='L638'></a> 638 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_PROTO.html' title='Multiple defined in 2 places.'>E_PROTO</a>, -1);
|
|
<a id='L639' name='L639'></a> 639
|
|
<a id='L640' name='L640'></a> 640 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: Getting host info..."));
|
|
<a id='L641' name='L641'></a> 641 <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L489' title='Defined at 489 in src/vfs/shell/shell.c.'>shell_info</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>))
|
|
<a id='L642' name='L642'></a> 642 <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_env.html' title='Multiple used in 5 places.'>scr_env</a> = <a href='../S/src--vfs--shell--shell.c.html#L456' title='Defined at 456 in src/vfs/shell/shell.c.'>shell_set_env</a> (<a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/host_flags.html' title='Multiple used in 3 places.'>host_flags</a>);
|
|
<a id='L643' name='L643'></a> 643
|
|
<a id='L644' name='L644'></a> 644 <em class='sharp'>#if</em> 0
|
|
<a id='L645' name='L645'></a> 645 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> =
|
|
<a id='L646' name='L646'></a> 646 <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> ("sh://", <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a>, "@", <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>,
|
|
<a id='L647' name='L647'></a> 647 <a href='../S/lib--unixcompat.h.html#L114' title='Defined at 114 in lib/unixcompat.h.'>PATH_SEP_STR</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L648' name='L648'></a> 648 <em class='sharp'>#else</em>
|
|
<a id='L649' name='L649'></a> 649 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../S/lib--unixcompat.h.html#L114' title='Defined at 114 in lib/unixcompat.h.'>PATH_SEP_STR</a>);
|
|
<a id='L650' name='L650'></a> 650 <em class='sharp'>#endif</em>
|
|
<a id='L651' name='L651'></a> 651
|
|
<a id='L652' name='L652'></a> 652 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/root.html' title='Multiple used in 80 places.'>root</a> = <a href='../S/lib--vfs--direntry.c.html#L878' title='Defined at 878 in lib/vfs/direntry.c.'>vfs_s_new_inode</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../S/src--vfs--shell--shell.c.html#L183' title='Defined at 183 in src/vfs/shell/shell.c.'>shell_default_stat</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>));
|
|
<a id='L653' name='L653'></a> 653
|
|
<a id='L654' name='L654'></a> 654 <strong class='reserved'>return</strong> 0;
|
|
<a id='L655' name='L655'></a> 655 <em class='brace'>}</em>
|
|
<a id='L656' name='L656'></a> 656
|
|
<a id='L657' name='L657'></a> 657 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L658' name='L658'></a> 658
|
|
<a id='L659' name='L659'></a> 659 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L660' name='L660'></a> 660 <a href='../S/src--vfs--shell--shell.c.html#L1724' title='Referred from 1724 in src/vfs/shell/shell.c.'>shell_open_archive</a> (<strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>,
|
|
<em class='comment'>/* <a href='#L611'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L709'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+660 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L661' name='L661'></a> 661 <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L50' title='Defined at 50 in lib/vfs/path.h.'>vfs_path_element_t</a> *<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>)
|
|
<a id='L662' name='L662'></a> 662 <em class='brace'>{</em>
|
|
<a id='L663' name='L663'></a> 663 <a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a> = <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L664' name='L664'></a> 664
|
|
<a id='L665' name='L665'></a> 665 (<strong class='reserved'>void</strong>) <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
|
|
<a id='L666' name='L666'></a> 666
|
|
<a id='L667' name='L667'></a> 667 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a> = <a href='../S/lib--vfs--path.c.html#L824' title='Defined at 824 in lib/vfs/path.c.'>vfs_path_element_clone</a> (<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>);
|
|
<a id='L668' name='L668'></a> 668
|
|
<a id='L669' name='L669'></a> 669 <strong class='reserved'>if</strong> (<a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>-><a href='../Y/vfs_prefix.html' title='Multiple used in 23 places.'>vfs_prefix</a>, "rsh", 3) == 0)
|
|
<a id='L670' name='L670'></a> 670 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a> = <a href='../S/src--vfs--shell--shell.c.html#L91' title='Defined at 91 in src/vfs/shell/shell.c.'>SHELL_FLAG_RSH</a>;
|
|
<a id='L671' name='L671'></a> 671
|
|
<a id='L672' name='L672'></a> 672 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_ls.html' title='Multiple used in 4 places.'>scr_ls</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L35' title='Defined at 35 in lib/fileloc.h.'>VFS_SHELL_LS_FILE</a>,
|
|
<a id='L673' name='L673'></a> 673 <a href='../S/src--vfs--shell--shelldef.h.html#L13' title='Defined at 13 in src/vfs/shell/shelldef.h.'>VFS_SHELL_LS_DEF_CONTENT</a>);
|
|
<a id='L674' name='L674'></a> 674 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_exists.html' title='Multiple used in 4 places.'>scr_exists</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L675' name='L675'></a> 675 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L36' title='Defined at 36 in lib/fileloc.h.'>VFS_SHELL_EXISTS_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L37' title='Defined at 37 in src/vfs/shell/shelldef.h.'>VFS_SHELL_EXISTS_DEF_CONTENT</a>);
|
|
<a id='L676' name='L676'></a> 676 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_mkdir.html' title='Multiple used in 4 places.'>scr_mkdir</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L677' name='L677'></a> 677 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L37' title='Defined at 37 in lib/fileloc.h.'>VFS_SHELL_MKDIR_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L43' title='Defined at 43 in src/vfs/shell/shelldef.h.'>VFS_SHELL_MKDIR_DEF_CONTENT</a>);
|
|
<a id='L678' name='L678'></a> 678 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_unlink.html' title='Multiple used in 4 places.'>scr_unlink</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L679' name='L679'></a> 679 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L38' title='Defined at 38 in lib/fileloc.h.'>VFS_SHELL_UNLINK_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L52' title='Defined at 52 in src/vfs/shell/shelldef.h.'>VFS_SHELL_UNLINK_DEF_CONTENT</a>);
|
|
<a id='L680' name='L680'></a> 680 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_chown.html' title='Multiple used in 4 places.'>scr_chown</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L681' name='L681'></a> 681 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L39' title='Defined at 39 in lib/fileloc.h.'>VFS_SHELL_CHOWN_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L61' title='Defined at 61 in src/vfs/shell/shelldef.h.'>VFS_SHELL_CHOWN_DEF_CONTENT</a>);
|
|
<a id='L682' name='L682'></a> 682 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_chmod.html' title='Multiple used in 4 places.'>scr_chmod</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L683' name='L683'></a> 683 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L40' title='Defined at 40 in lib/fileloc.h.'>VFS_SHELL_CHMOD_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L70' title='Defined at 70 in src/vfs/shell/shelldef.h.'>VFS_SHELL_CHMOD_DEF_CONTENT</a>);
|
|
<a id='L684' name='L684'></a> 684 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_utime.html' title='Multiple used in 4 places.'>scr_utime</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L685' name='L685'></a> 685 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L41' title='Defined at 41 in lib/fileloc.h.'>VFS_SHELL_UTIME_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L79' title='Defined at 79 in src/vfs/shell/shelldef.h.'>VFS_SHELL_UTIME_DEF_CONTENT</a>);
|
|
<a id='L686' name='L686'></a> 686 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_rmdir.html' title='Multiple used in 4 places.'>scr_rmdir</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L687' name='L687'></a> 687 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L42' title='Defined at 42 in lib/fileloc.h.'>VFS_SHELL_RMDIR_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L99' title='Defined at 99 in src/vfs/shell/shelldef.h.'>VFS_SHELL_RMDIR_DEF_CONTENT</a>);
|
|
<a id='L688' name='L688'></a> 688 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_ln.html' title='Multiple used in 4 places.'>scr_ln</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L43' title='Defined at 43 in lib/fileloc.h.'>VFS_SHELL_LN_FILE</a>,
|
|
<a id='L689' name='L689'></a> 689 <a href='../S/src--vfs--shell--shelldef.h.html#L108' title='Defined at 108 in src/vfs/shell/shelldef.h.'>VFS_SHELL_LN_DEF_CONTENT</a>);
|
|
<a id='L690' name='L690'></a> 690 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_mv.html' title='Multiple used in 4 places.'>scr_mv</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L44' title='Defined at 44 in lib/fileloc.h.'>VFS_SHELL_MV_FILE</a>,
|
|
<a id='L691' name='L691'></a> 691 <a href='../S/src--vfs--shell--shelldef.h.html#L117' title='Defined at 117 in src/vfs/shell/shelldef.h.'>VFS_SHELL_MV_DEF_CONTENT</a>);
|
|
<a id='L692' name='L692'></a> 692 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_hardlink.html' title='Multiple used in 4 places.'>scr_hardlink</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L693' name='L693'></a> 693 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L45' title='Defined at 45 in lib/fileloc.h.'>VFS_SHELL_HARDLINK_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L126' title='Defined at 126 in src/vfs/shell/shelldef.h.'>VFS_SHELL_HARDLINK_DEF_CONTENT</a>);
|
|
<a id='L694' name='L694'></a> 694 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_get.html' title='Multiple used in 4 places.'>scr_get</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L695' name='L695'></a> 695 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L46' title='Defined at 46 in lib/fileloc.h.'>VFS_SHELL_GET_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L135' title='Defined at 135 in src/vfs/shell/shelldef.h.'>VFS_SHELL_GET_DEF_CONTENT</a>);
|
|
<a id='L696' name='L696'></a> 696 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_send.html' title='Multiple used in 4 places.'>scr_send</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L697' name='L697'></a> 697 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L47' title='Defined at 47 in lib/fileloc.h.'>VFS_SHELL_SEND_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L151' title='Defined at 151 in src/vfs/shell/shelldef.h.'>VFS_SHELL_SEND_DEF_CONTENT</a>);
|
|
<a id='L698' name='L698'></a> 698 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_append.html' title='Multiple used in 4 places.'>scr_append</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L699' name='L699'></a> 699 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L48' title='Defined at 48 in lib/fileloc.h.'>VFS_SHELL_APPEND_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L165' title='Defined at 165 in src/vfs/shell/shelldef.h.'>VFS_SHELL_APPEND_DEF_CONTENT</a>);
|
|
<a id='L700' name='L700'></a> 700 <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_info.html' title='Multiple used in 4 places.'>scr_info</a> = <a href='../S/src--vfs--shell--shell.c.html#L197' title='Defined at 197 in src/vfs/shell/shell.c.'>shell_load_script_from_file</a> (
|
|
<a id='L701' name='L701'></a> 701 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../S/lib--fileloc.h.html#L49' title='Defined at 49 in lib/fileloc.h.'>VFS_SHELL_INFO_FILE</a>, <a href='../S/src--vfs--shell--shelldef.h.html#L187' title='Defined at 187 in src/vfs/shell/shelldef.h.'>VFS_SHELL_INFO_DEF_CONTENT</a>);
|
|
<a id='L702' name='L702'></a> 702
|
|
<a id='L703' name='L703'></a> 703 <strong class='reserved'>return</strong> <a href='../S/src--vfs--shell--shell.c.html#L611' title='Defined at 611 in src/vfs/shell/shell.c.'>shell_open_archive_int</a> (<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>-><a href='../Y/class.html' title='Multiple used in 52 places.'>class</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L704' name='L704'></a> 704 <em class='brace'>}</em>
|
|
<a id='L705' name='L705'></a> 705
|
|
<a id='L706' name='L706'></a> 706 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L707' name='L707'></a> 707
|
|
<a id='L708' name='L708'></a> 708 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L709' name='L709'></a> 709 <a href='../S/src--vfs--shell--shell.c.html#L1722' title='Referred from 1722 in src/vfs/shell/shell.c.'>shell_archive_same</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L50' title='Defined at 50 in lib/vfs/path.h.'>vfs_path_element_t</a> *<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>,
|
|
<em class='comment'>/* <a href='#L660'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L737'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+709 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L710' name='L710'></a> 710 <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>void</strong> *<a href='../Y/cookie.html' title='Multiple used in 17 places.'>cookie</a>)
|
|
<a id='L711' name='L711'></a> 711 <em class='brace'>{</em>
|
|
<a id='L712' name='L712'></a> 712 <a href='../S/lib--vfs--path.h.html#L50' title='Defined at 50 in lib/vfs/path.h.'>vfs_path_element_t</a> *<a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>;
|
|
<a id='L713' name='L713'></a> 713 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a>;
|
|
<a id='L714' name='L714'></a> 714
|
|
<a id='L715' name='L715'></a> 715 (<strong class='reserved'>void</strong>) <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
|
|
<a id='L716' name='L716'></a> 716 (<strong class='reserved'>void</strong>) <a href='../Y/cookie.html' title='Multiple used in 17 places.'>cookie</a>;
|
|
<a id='L717' name='L717'></a> 717
|
|
<a id='L718' name='L718'></a> 718 <a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a> = <a href='../S/lib--vfs--path.c.html#L824' title='Defined at 824 in lib/vfs/path.c.'>vfs_path_element_clone</a> (<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>);
|
|
<a id='L719' name='L719'></a> 719
|
|
<a id='L720' name='L720'></a> 720 <strong class='reserved'>if</strong> (<a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L721' name='L721'></a> 721 <a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a> = <a href='../S/lib--vfs--utilvfs.c.html#L91' title='Defined at 91 in lib/vfs/utilvfs.c.'>vfs_get_local_username</a> ();
|
|
<a id='L722' name='L722'></a> 722
|
|
<a id='L723' name='L723'></a> 723 <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = ((<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>) == 0)
|
|
<a id='L724' name='L724'></a> 724 && (<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a>) == 0)
|
|
<a id='L725' name='L725'></a> 725 && (<a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a> == <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a>))
|
|
<a id='L726' name='L726'></a> 726 ? 1
|
|
<a id='L727' name='L727'></a> 727 : 0;
|
|
<a id='L728' name='L728'></a> 728
|
|
<a id='L729' name='L729'></a> 729 <a href='../S/lib--vfs--path.c.html#L855' title='Defined at 855 in lib/vfs/path.c.'>vfs_path_element_free</a> (<a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>);
|
|
<a id='L730' name='L730'></a> 730
|
|
<a id='L731' name='L731'></a> 731 <strong class='reserved'>return</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a>;
|
|
<a id='L732' name='L732'></a> 732 <em class='brace'>}</em>
|
|
<a id='L733' name='L733'></a> 733
|
|
<a id='L734' name='L734'></a> 734 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L735' name='L735'></a> 735
|
|
<a id='L736' name='L736'></a> 736 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L737' name='L737'></a> 737 <a href='../S/src--vfs--shell--shell.c.html#L938' title='Referred from 938 in src/vfs/shell/shell.c.'>shell_parse_ls</a> (<strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L82' title='Defined at 82 in lib/vfs/xdirentry.h.'>vfs_s_entry</a> *<a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>)
|
|
<em class='comment'>/* <a href='#L709'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L888'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+737 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L738' name='L738'></a> 738 <em class='brace'>{</em>
|
|
<a id='L739' name='L739'></a> 739 <em class='sharp'>#define</em> <a href='../R/ST.html' title='Multiple referred from 10 places.'>ST</a> <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>
|
|
<a id='L740' name='L740'></a> 740
|
|
<a id='L741' name='L741'></a> 741 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>++;
|
|
<a id='L742' name='L742'></a> 742
|
|
<a id='L743' name='L743'></a> 743 <strong class='reserved'>switch</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[-1])
|
|
<a id='L744' name='L744'></a> 744 <em class='brace'>{</em>
|
|
<a id='L745' name='L745'></a> 745 <strong class='reserved'>case</strong> ':':
|
|
<a id='L746' name='L746'></a> 746 <em class='brace'>{</em>
|
|
<a id='L747' name='L747'></a> 747 <strong class='reserved'>char</strong> *<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>;
|
|
<a id='L748' name='L748'></a> 748 <strong class='reserved'>char</strong> *<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a>;
|
|
<a id='L749' name='L749'></a> 749 <strong class='reserved'>char</strong> *<a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a>;
|
|
<a id='L750' name='L750'></a> 750
|
|
<a id='L751' name='L751'></a> 751 <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> = <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
|
|
<a id='L752' name='L752'></a> 752
|
|
<a id='L753' name='L753'></a> 753 <strong class='reserved'>if</strong> (<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, "\".\"") == 0 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, "\"..\"") == 0)
|
|
<a id='L754' name='L754'></a> 754 <strong class='reserved'>break</strong>; <em class='comment'>// We'll do "." and ".." ourselves</em>
|
|
<a id='L755' name='L755'></a> 755
|
|
<a id='L756' name='L756'></a> 756 <a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> = <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> + <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
|
|
<a id='L757' name='L757'></a> 757
|
|
<a id='L758' name='L758'></a> 758 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L36' title='Defined at 36 in lib/fs.h.'>S_ISLNK</a> (<a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
|
|
<a id='L759' name='L759'></a> 759 <em class='brace'>{</em>
|
|
<a id='L760' name='L760'></a> 760 <strong class='reserved'>char</strong> *<a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a>;
|
|
<a id='L761' name='L761'></a> 761 <strong class='reserved'>char</strong> *<a href='../Y/linkname_bound.html' title='Multiple used in 5 places.'>linkname_bound</a>;
|
|
<a id='L762' name='L762'></a> 762 <em class='comment'>/* we expect: "escaped-name" -> "escaped-name"</em>
|
|
<a id='L763' name='L763'></a> 763 <em class='comment'> // -> cannot occur in filenames,</em>
|
|
<a id='L764' name='L764'></a> 764 <em class='comment'> // because it will be escaped to -\> */</em>
|
|
<a id='L765' name='L765'></a> 765
|
|
<a id='L766' name='L766'></a> 766 <a href='../Y/linkname_bound.html' title='Multiple used in 5 places.'>linkname_bound</a> = <a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a>;
|
|
<a id='L767' name='L767'></a> 767
|
|
<a id='L768' name='L768'></a> 768 <strong class='reserved'>if</strong> (*<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> == '"')
|
|
<a id='L769' name='L769'></a> 769 ++<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>;
|
|
<a id='L770' name='L770'></a> 770
|
|
<a id='L771' name='L771'></a> 771 <a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a> = <a href='../Y/strstr.html' title='Multiple used in 49 places.'>strstr</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, "\" -> \"");
|
|
<a id='L772' name='L772'></a> 772 <strong class='reserved'>if</strong> (<a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L773' name='L773'></a> 773 <em class='brace'>{</em>
|
|
<a id='L774' name='L774'></a> 774 <em class='comment'>// broken client, or smth goes wrong</em>
|
|
<a id='L775' name='L775'></a> 775 <a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a> = <a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a>;
|
|
<a id='L776' name='L776'></a> 776 <strong class='reserved'>if</strong> (<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> > <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> && *(<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> - 1) == '"')
|
|
<a id='L777' name='L777'></a> 777 --<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a>; <em class='comment'>// skip trailing "</em>
|
|
<a id='L778' name='L778'></a> 778 <em class='brace'>}</em>
|
|
<a id='L779' name='L779'></a> 779 <strong class='reserved'>else</strong>
|
|
<a id='L780' name='L780'></a> 780 <em class='brace'>{</em>
|
|
<a id='L781' name='L781'></a> 781 <a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> = <a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a>;
|
|
<a id='L782' name='L782'></a> 782 <a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a> += 6; <em class='comment'>// strlen ("\" -> \"")</em>
|
|
<a id='L783' name='L783'></a> 783 <strong class='reserved'>if</strong> (*(<a href='../Y/linkname_bound.html' title='Multiple used in 5 places.'>linkname_bound</a> - 1) == '"')
|
|
<a id='L784' name='L784'></a> 784 --<a href='../Y/linkname_bound.html' title='Multiple used in 5 places.'>linkname_bound</a>; <em class='comment'>// skip trailing "</em>
|
|
<a id='L785' name='L785'></a> 785 <em class='brace'>}</em>
|
|
<a id='L786' name='L786'></a> 786
|
|
<a id='L787' name='L787'></a> 787 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../Y/g_strndup.html' title='Multiple used in 61 places.'>g_strndup</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, <a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> - <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
|
|
<a id='L788' name='L788'></a> 788 <a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a> = <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>;
|
|
<a id='L789' name='L789'></a> 789 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../S/lib--strutil--strescape.c.html#L215' title='Defined at 215 in lib/strutil/strescape.c.'>str_shell_unescape</a> (<a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L790' name='L790'></a> 790 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a>);
|
|
<a id='L791' name='L791'></a> 791
|
|
<a id='L792' name='L792'></a> 792 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a> = <a href='../Y/g_strndup.html' title='Multiple used in 61 places.'>g_strndup</a> (<a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a>, <a href='../Y/linkname_bound.html' title='Multiple used in 5 places.'>linkname_bound</a> - <a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a>);
|
|
<a id='L793' name='L793'></a> 793 <a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a> = <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a>;
|
|
<a id='L794' name='L794'></a> 794 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a> = <a href='../S/lib--strutil--strescape.c.html#L215' title='Defined at 215 in lib/strutil/strescape.c.'>str_shell_unescape</a> (<a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/linkname.html' title='Multiple used in 97 places.'>linkname</a>);
|
|
<a id='L795' name='L795'></a> 795 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a>);
|
|
<a id='L796' name='L796'></a> 796 <em class='brace'>}</em>
|
|
<a id='L797' name='L797'></a> 797 <strong class='reserved'>else</strong>
|
|
<a id='L798' name='L798'></a> 798 <em class='brace'>{</em>
|
|
<a id='L799' name='L799'></a> 799 <em class='comment'>// we expect: "escaped-name"</em>
|
|
<a id='L800' name='L800'></a> 800 <strong class='reserved'>if</strong> (<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> - <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> > 2)
|
|
<a id='L801' name='L801'></a> 801 <em class='brace'>{</em>
|
|
<a id='L802' name='L802'></a> 802 <em class='comment'>/*</em>
|
|
<a id='L803' name='L803'></a> 803 <em class='comment'> there is at least 2 "</em>
|
|
<a id='L804' name='L804'></a> 804 <em class='comment'> and we skip them</em>
|
|
<a id='L805' name='L805'></a> 805 <em class='comment'> */</em>
|
|
<a id='L806' name='L806'></a> 806 <strong class='reserved'>if</strong> (*<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> == '"')
|
|
<a id='L807' name='L807'></a> 807 ++<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>;
|
|
<a id='L808' name='L808'></a> 808 <strong class='reserved'>if</strong> (*(<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> - 1) == '"')
|
|
<a id='L809' name='L809'></a> 809 --<a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a>;
|
|
<a id='L810' name='L810'></a> 810 <em class='brace'>}</em>
|
|
<a id='L811' name='L811'></a> 811
|
|
<a id='L812' name='L812'></a> 812 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../Y/g_strndup.html' title='Multiple used in 61 places.'>g_strndup</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, <a href='../Y/filename_bound.html' title='Multiple used in 12 places.'>filename_bound</a> - <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
|
|
<a id='L813' name='L813'></a> 813 <a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a> = <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>;
|
|
<a id='L814' name='L814'></a> 814 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../S/lib--strutil--strescape.c.html#L215' title='Defined at 215 in lib/strutil/strescape.c.'>str_shell_unescape</a> (<a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L815' name='L815'></a> 815 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/temp.html' title='Multiple used in 73 places.'>temp</a>);
|
|
<a id='L816' name='L816'></a> 816 <em class='brace'>}</em>
|
|
<a id='L817' name='L817'></a> 817 <strong class='reserved'>break</strong>;
|
|
<a id='L818' name='L818'></a> 818 <em class='brace'>}</em>
|
|
<a id='L819' name='L819'></a> 819
|
|
<a id='L820' name='L820'></a> 820 <strong class='reserved'>case</strong> 'S':
|
|
<a id='L821' name='L821'></a> 821 <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> = (<a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>) <a href='../Y/g_ascii_strtoll.html' title='Multiple used in 6 places.'>g_ascii_strtoll</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 10);
|
|
<a id='L822' name='L822'></a> 822 <strong class='reserved'>break</strong>;
|
|
<a id='L823' name='L823'></a> 823
|
|
<a id='L824' name='L824'></a> 824 <strong class='reserved'>case</strong> 'P':
|
|
<a id='L825' name='L825'></a> 825 <em class='brace'>{</em>
|
|
<a id='L826' name='L826'></a> 826 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/skipped.html' title='Multiple used in 18 places.'>skipped</a>;
|
|
<a id='L827' name='L827'></a> 827
|
|
<a id='L828' name='L828'></a> 828 <a href='../S/lib--vfs--parse_ls_vga.c.html#L414' title='Defined at 414 in lib/vfs/parse_ls_vga.c.'>vfs_parse_filemode</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, &<a href='../Y/skipped.html' title='Multiple used in 18 places.'>skipped</a>, &<a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>);
|
|
<a id='L829' name='L829'></a> 829 <strong class='reserved'>break</strong>;
|
|
<a id='L830' name='L830'></a> 830 <em class='brace'>}</em>
|
|
<a id='L831' name='L831'></a> 831
|
|
<a id='L832' name='L832'></a> 832 <strong class='reserved'>case</strong> 'R':
|
|
<a id='L833' name='L833'></a> 833 <em class='brace'>{</em>
|
|
<a id='L834' name='L834'></a> 834 <em class='comment'>/*</em>
|
|
<a id='L835' name='L835'></a> 835 <em class='comment'> raw filemode:</em>
|
|
<a id='L836' name='L836'></a> 836 <em class='comment'> we expect: Roctal-filemode octal-filetype uid.gid</em>
|
|
<a id='L837' name='L837'></a> 837 <em class='comment'> */</em>
|
|
<a id='L838' name='L838'></a> 838 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/skipped.html' title='Multiple used in 18 places.'>skipped</a>;
|
|
<a id='L839' name='L839'></a> 839
|
|
<a id='L840' name='L840'></a> 840 <a href='../S/lib--vfs--parse_ls_vga.c.html#L437' title='Defined at 437 in lib/vfs/parse_ls_vga.c.'>vfs_parse_raw_filemode</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, &<a href='../Y/skipped.html' title='Multiple used in 18 places.'>skipped</a>, &<a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>);
|
|
<a id='L841' name='L841'></a> 841 <strong class='reserved'>break</strong>;
|
|
<a id='L842' name='L842'></a> 842 <em class='brace'>}</em>
|
|
<a id='L843' name='L843'></a> 843
|
|
<a id='L844' name='L844'></a> 844 <strong class='reserved'>case</strong> 'd':
|
|
<a id='L845' name='L845'></a> 845 <a href='../S/lib--vfs--parse_ls_vga.c.html#L639' title='Defined at 639 in lib/vfs/parse_ls_vga.c.'>vfs_split_text</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L846' name='L846'></a> 846 <a href='../S/lib--vfs--utilvfs.c.html#L468' title='Defined at 468 in lib/vfs/utilvfs.c.'>vfs_zero_stat_times</a> (&<a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>);
|
|
<a id='L847' name='L847'></a> 847 <strong class='reserved'>if</strong> (<a href='../S/lib--vfs--parse_ls_vga.c.html#L520' title='Defined at 520 in lib/vfs/parse_ls_vga.c.'>vfs_parse_filedate</a> (0, &<a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_ctime.html' title='Multiple used in 30 places.'>st_ctime</a>) == 0)
|
|
<a id='L848' name='L848'></a> 848 <strong class='reserved'>break</strong>;
|
|
<a id='L849' name='L849'></a> 849 <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_atime.html' title='Multiple used in 30 places.'>st_atime</a> = <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a> = <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_ctime.html' title='Multiple used in 30 places.'>st_ctime</a>;
|
|
<a id='L850' name='L850'></a> 850 <strong class='reserved'>break</strong>;
|
|
<a id='L851' name='L851'></a> 851
|
|
<a id='L852' name='L852'></a> 852 <strong class='reserved'>case</strong> 'D':
|
|
<a id='L853' name='L853'></a> 853 <em class='brace'>{</em>
|
|
<a id='L854' name='L854'></a> 854 <strong class='reserved'>struct</strong> <a href='../Y/tm.html' title='Multiple used in 29 places.'>tm</a> <a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>;
|
|
<a id='L855' name='L855'></a> 855
|
|
<a id='L856' name='L856'></a> 856 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (&<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>, 0, <strong class='reserved'>sizeof</strong> (<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>));
|
|
<a id='L857' name='L857'></a> 857 <strong class='reserved'>if</strong> (<a href='../Y/sscanf.html' title='Multiple used in 49 places.'>sscanf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, "%d %d %d %d %d %d", &<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>.<a href='../Y/tm_year.html' title='Multiple used in 19 places.'>tm_year</a>, &<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>.<a href='../Y/tm_mon.html' title='Multiple used in 19 places.'>tm_mon</a>, &<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>.<a href='../Y/tm_mday.html' title='Multiple used in 18 places.'>tm_mday</a>,
|
|
<a id='L858' name='L858'></a> 858 &<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>.<a href='../Y/tm_hour.html' title='Multiple used in 20 places.'>tm_hour</a>, &<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>.<a href='../Y/tm_min.html' title='Multiple used in 19 places.'>tm_min</a>, &<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>.<a href='../Y/tm_sec.html' title='Multiple used in 15 places.'>tm_sec</a>)
|
|
<a id='L859' name='L859'></a> 859 != 6)
|
|
<a id='L860' name='L860'></a> 860 <strong class='reserved'>break</strong>;
|
|
<a id='L861' name='L861'></a> 861 <a href='../S/lib--vfs--utilvfs.c.html#L468' title='Defined at 468 in lib/vfs/utilvfs.c.'>vfs_zero_stat_times</a> (&<a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>);
|
|
<a id='L862' name='L862'></a> 862 <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_atime.html' title='Multiple used in 30 places.'>st_atime</a> = <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a> = <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_ctime.html' title='Multiple used in 30 places.'>st_ctime</a> = <a href='../Y/mktime.html' title='Multiple used in 9 places.'>mktime</a> (&<a href='../Y/tim.html' title='Multiple used in 42 places.'>tim</a>);
|
|
<a id='L863' name='L863'></a> 863 <em class='brace'>}</em>
|
|
<a id='L864' name='L864'></a> 864 <strong class='reserved'>break</strong>;
|
|
<a id='L865' name='L865'></a> 865
|
|
<a id='L866' name='L866'></a> 866 <strong class='reserved'>case</strong> 'E':
|
|
<a id='L867' name='L867'></a> 867 <em class='brace'>{</em>
|
|
<a id='L868' name='L868'></a> 868 <strong class='reserved'>int</strong> <a href='../Y/maj.html' title='Multiple used in 7 places.'>maj</a>, <a href='../Y/min.html' title='Multiple used in 43 places.'>min</a>;
|
|
<a id='L869' name='L869'></a> 869
|
|
<a id='L870' name='L870'></a> 870 <strong class='reserved'>if</strong> (<a href='../Y/sscanf.html' title='Multiple used in 49 places.'>sscanf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, "%d,%d", &<a href='../Y/maj.html' title='Multiple used in 7 places.'>maj</a>, &<a href='../Y/min.html' title='Multiple used in 43 places.'>min</a>) != 2)
|
|
<a id='L871' name='L871'></a> 871 <strong class='reserved'>break</strong>;
|
|
<a id='L872' name='L872'></a> 872 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_STRUCT_STAT_ST_RDEV.html' title='Multiple used in 21 places.'>HAVE_STRUCT_STAT_ST_RDEV</a>
|
|
<a id='L873' name='L873'></a> 873 <a href='../D/ST.html' title='Multiple defined in 2 places.'>ST</a>.<a href='../Y/st_rdev.html' title='Multiple used in 25 places.'>st_rdev</a> = <a href='../S/lib--unixcompat.h.html#L55' title='Defined at 55 in lib/unixcompat.h.'>makedev</a> (<a href='../Y/maj.html' title='Multiple used in 7 places.'>maj</a>, <a href='../Y/min.html' title='Multiple used in 43 places.'>min</a>);
|
|
<a id='L874' name='L874'></a> 874 <em class='sharp'>#endif</em>
|
|
<a id='L875' name='L875'></a> 875 <em class='brace'>}</em>
|
|
<a id='L876' name='L876'></a> 876 <strong class='reserved'>break</strong>;
|
|
<a id='L877' name='L877'></a> 877
|
|
<a id='L878' name='L878'></a> 878 <strong class='reserved'>default</strong>:
|
|
<a id='L879' name='L879'></a> 879 <strong class='reserved'>break</strong>;
|
|
<a id='L880' name='L880'></a> 880 <em class='brace'>}</em>
|
|
<a id='L881' name='L881'></a> 881
|
|
<a id='L882' name='L882'></a> 882 <em class='sharp'>#undef</em> <a href='../R/ST.html' title='Multiple referred from 10 places.'>ST</a>
|
|
<a id='L883' name='L883'></a> 883 <em class='brace'>}</em>
|
|
<a id='L884' name='L884'></a> 884
|
|
<a id='L885' name='L885'></a> 885 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L886' name='L886'></a> 886
|
|
<a id='L887' name='L887'></a> 887 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L888' name='L888'></a> 888 <a href='../S/src--vfs--shell--shell.c.html#L1728' title='Referred from 1728 in src/vfs/shell/shell.c.'>shell_dir_load</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L91' title='Defined at 91 in lib/vfs/xdirentry.h.'>vfs_s_inode</a> *<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/remote_path.html' title='Multiple used in 31 places.'>remote_path</a>)
|
|
<em class='comment'>/* <a href='#L737'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L964'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+888 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L889' name='L889'></a> 889 <em class='brace'>{</em>
|
|
<a id='L890' name='L890'></a> 890 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a> = <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>-><a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L891' name='L891'></a> 891 <strong class='reserved'>char</strong> <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[<a href='../S/lib--global.h.html#L83' title='Defined at 83 in lib/global.h.'>BUF_8K</a>] = "\0";
|
|
<a id='L892' name='L892'></a> 892 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L82' title='Defined at 82 in lib/vfs/xdirentry.h.'>vfs_s_entry</a> *<a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L893' name='L893'></a> 893 <strong class='reserved'>char</strong> *<a href='../Y/quoted_path.html' title='Multiple used in 4 places.'>quoted_path</a>;
|
|
<a id='L894' name='L894'></a> 894 <strong class='reserved'>int</strong> <a href='../Y/reply_code.html' title='Multiple used in 4 places.'>reply_code</a>;
|
|
<a id='L895' name='L895'></a> 895
|
|
<a id='L896' name='L896'></a> 896 <em class='comment'>/*</em>
|
|
<a id='L897' name='L897'></a> 897 <em class='comment'> * Simple SHELL debug interface :]</em>
|
|
<a id='L898' name='L898'></a> 898 <em class='comment'> */</em>
|
|
<a id='L899' name='L899'></a> 899 <em class='sharp'>#if</em> 0
|
|
<a id='L900' name='L900'></a> 900 <strong class='reserved'>if</strong> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L901' name='L901'></a> 901 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a> = <a href='../Y/fopen.html' title='Multiple used in 45 places.'>fopen</a> ("/tmp/mc-SHELL.sh", "w");
|
|
<a id='L902' name='L902'></a> 902 <em class='sharp'>#endif</em>
|
|
<a id='L903' name='L903'></a> 903
|
|
<a id='L904' name='L904'></a> 904 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: Reading directory %s..."), <a href='../Y/remote_path.html' title='Multiple used in 31 places.'>remote_path</a>);
|
|
<a id='L905' name='L905'></a> 905
|
|
<a id='L906' name='L906'></a> 906 <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>-><a href='../Y/timestamp.html' title='Multiple used in 14 places.'>timestamp</a> = <a href='../Y/g_get_monotonic_time.html' title='Multiple used in 31 places.'>g_get_monotonic_time</a> () + <a href='../Y/shell_directory_timeout.html' title='Multiple used in 4 places.'>shell_directory_timeout</a> * <a href='../Y/G_USEC_PER_SEC.html' title='Multiple used in 23 places.'>G_USEC_PER_SEC</a>;
|
|
<a id='L907' name='L907'></a> 907
|
|
<a id='L908' name='L908'></a> 908 <a href='../Y/quoted_path.html' title='Multiple used in 4 places.'>quoted_path</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/remote_path.html' title='Multiple used in 31 places.'>remote_path</a>);
|
|
<a id='L909' name='L909'></a> 909 (<strong class='reserved'>void</strong>) <a href='../Y/shell_command_v.html' title='Multiple used in 4 places.'>shell_command_v</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/NONE.html' title='Multiple defined in 3 places.'>NONE</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_ls.html' title='Multiple used in 4 places.'>scr_ls</a>, "SHELL_FILENAME=%s;\n",
|
|
<a id='L910' name='L910'></a> 910 <a href='../Y/quoted_path.html' title='Multiple used in 4 places.'>quoted_path</a>);
|
|
<a id='L911' name='L911'></a> 911 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/quoted_path.html' title='Multiple used in 4 places.'>quoted_path</a>);
|
|
<a id='L912' name='L912'></a> 912
|
|
<a id='L913' name='L913'></a> 913 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a> = <a href='../S/lib--vfs--direntry.c.html#L1069' title='Defined at 1069 in lib/vfs/direntry.c.'>vfs_s_generate_entry</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>, 0);
|
|
<a id='L914' name='L914'></a> 914
|
|
<a id='L915' name='L915'></a> 915 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
|
|
<a id='L916' name='L916'></a> 916 <em class='brace'>{</em>
|
|
<a id='L917' name='L917'></a> 917 <strong class='reserved'>int</strong> <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>;
|
|
<a id='L918' name='L918'></a> 918
|
|
<a id='L919' name='L919'></a> 919 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> =
|
|
<a id='L920' name='L920'></a> 920 <a href='../S/lib--vfs--direntry.c.html#L1660' title='Defined at 1660 in lib/vfs/direntry.c.'>vfs_s_get_line_interruptible</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>), <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>);
|
|
<a id='L921' name='L921'></a> 921
|
|
<a id='L922' name='L922'></a> 922 <strong class='reserved'>if</strong> ((<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> == 0) || (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> == <a href='../Y/EINTR.html' title='Multiple used in 41 places.'>EINTR</a>))
|
|
<a id='L923' name='L923'></a> 923 <em class='brace'>{</em>
|
|
<a id='L924' name='L924'></a> 924 <a href='../S/lib--vfs--direntry.c.html#L958' title='Defined at 958 in lib/vfs/direntry.c.'>vfs_s_free_entry</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>);
|
|
<a id='L925' name='L925'></a> 925 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/verrno.html' title='Multiple used in 60 places.'>verrno</a> = <a href='../Y/ECONNRESET.html' title='Multiple used in 3 places.'>ECONNRESET</a>;
|
|
<a id='L926' name='L926'></a> 926 <strong class='reserved'>goto</strong> <a href='../Y/error.html' title='Multiple used in 270 places.'>error</a>;
|
|
<a id='L927' name='L927'></a> 927 <em class='brace'>}</em>
|
|
<a id='L928' name='L928'></a> 928 <strong class='reserved'>if</strong> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L929' name='L929'></a> 929 <em class='brace'>{</em>
|
|
<a id='L930' name='L930'></a> 930 <a href='../Y/fputs.html' title='Multiple used in 33 places.'>fputs</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a>);
|
|
<a id='L931' name='L931'></a> 931 <a href='../Y/fputs.html' title='Multiple used in 33 places.'>fputs</a> ("\n", <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a>);
|
|
<a id='L932' name='L932'></a> 932 <a href='../Y/fflush.html' title='Multiple used in 32 places.'>fflush</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/logfile.html' title='Multiple used in 37 places.'>logfile</a>);
|
|
<a id='L933' name='L933'></a> 933 <em class='brace'>}</em>
|
|
<a id='L934' name='L934'></a> 934 <strong class='reserved'>if</strong> (<a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, "### ", 4) == 0)
|
|
<a id='L935' name='L935'></a> 935 <strong class='reserved'>break</strong>;
|
|
<a id='L936' name='L936'></a> 936
|
|
<a id='L937' name='L937'></a> 937 <strong class='reserved'>if</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[0] != '\0')
|
|
<a id='L938' name='L938'></a> 938 <a href='../S/src--vfs--shell--shell.c.html#L737' title='Defined at 737 in src/vfs/shell/shell.c.'>shell_parse_ls</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>);
|
|
<a id='L939' name='L939'></a> 939 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L940' name='L940'></a> 940 <em class='brace'>{</em>
|
|
<a id='L941' name='L941'></a> 941 <a href='../S/lib--vfs--direntry.c.html#L977' title='Defined at 977 in lib/vfs/direntry.c.'>vfs_s_insert_entry</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>, <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>);
|
|
<a id='L942' name='L942'></a> 942 <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a> = <a href='../S/lib--vfs--direntry.c.html#L1069' title='Defined at 1069 in lib/vfs/direntry.c.'>vfs_s_generate_entry</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>, 0);
|
|
<a id='L943' name='L943'></a> 943 <em class='brace'>}</em>
|
|
<a id='L944' name='L944'></a> 944 <em class='brace'>}</em>
|
|
<a id='L945' name='L945'></a> 945
|
|
<a id='L946' name='L946'></a> 946 <a href='../S/lib--vfs--direntry.c.html#L958' title='Defined at 958 in lib/vfs/direntry.c.'>vfs_s_free_entry</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>);
|
|
<a id='L947' name='L947'></a> 947 <a href='../Y/reply_code.html' title='Multiple used in 4 places.'>reply_code</a> = <a href='../S/src--vfs--shell--shell.c.html#L227' title='Defined at 227 in src/vfs/shell/shell.c.'>shell_decode_reply</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> + 4, 0);
|
|
<a id='L948' name='L948'></a> 948 <strong class='reserved'>if</strong> (<a href='../Y/reply_code.html' title='Multiple used in 4 places.'>reply_code</a> == <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L949' name='L949'></a> 949 <em class='brace'>{</em>
|
|
<a id='L950' name='L950'></a> 950 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%s: done."), <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L951' name='L951'></a> 951 <strong class='reserved'>return</strong> 0;
|
|
<a id='L952' name='L952'></a> 952 <em class='brace'>}</em>
|
|
<a id='L953' name='L953'></a> 953
|
|
<a id='L954' name='L954'></a> 954 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/verrno.html' title='Multiple used in 60 places.'>verrno</a> = <a href='../Y/reply_code.html' title='Multiple used in 4 places.'>reply_code</a> == <a href='../S/src--vfs--shell--shell.c.html#L103' title='Defined at 103 in src/vfs/shell/shell.c.'>ERROR</a> ? <a href='../Y/EACCES.html' title='Multiple used in 6 places.'>EACCES</a> : <a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>;
|
|
<a id='L955' name='L955'></a> 955
|
|
<a id='L956' name='L956'></a> 956 <a href='../Y/error.html' title='Multiple used in 270 places.'>error</a>:
|
|
<a id='L957' name='L957'></a> 957 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%s: failure"), <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L958' name='L958'></a> 958 <strong class='reserved'>return</strong> -1;
|
|
<a id='L959' name='L959'></a> 959 <em class='brace'>}</em>
|
|
<a id='L960' name='L960'></a> 960
|
|
<a id='L961' name='L961'></a> 961 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L962' name='L962'></a> 962
|
|
<a id='L963' name='L963'></a> 963 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L964' name='L964'></a> 964 <a href='../S/src--vfs--shell--shell.c.html#L1729' title='Referred from 1729 in src/vfs/shell/shell.c.'>shell_file_store</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>, <strong class='reserved'>char</strong> *<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>, <strong class='reserved'>char</strong> *<a href='../Y/localname.html' title='Multiple used in 44 places.'>localname</a>)
|
|
<em class='comment'>/* <a href='#L888'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1074'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+964 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L965' name='L965'></a> 965 <em class='brace'>{</em>
|
|
<a id='L966' name='L966'></a> 966 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a> = <a href='../S/src--vfs--shell--shell.c.html#L120' title='Defined at 120 in src/vfs/shell/shell.c.'>SHELL_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L967' name='L967'></a> 967 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a> = <a href='../S/lib--vfs--xdirentry.h.html#L50' title='Defined at 50 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER_SUPER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L968' name='L968'></a> 968 <a href='../S/src--vfs--shell--shell.c.html#L147' title='Defined at 147 in src/vfs/shell/shell.c.'>shell_super_t</a> *<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a> = <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>);
|
|
<a id='L969' name='L969'></a> 969 <strong class='reserved'>int</strong> <a href='../Y/code.html' title='Multiple used in 84 places.'>code</a>;
|
|
<a id='L970' name='L970'></a> 970 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> = 0;
|
|
<a id='L971' name='L971'></a> 971 <strong class='reserved'>char</strong> <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[<a href='../S/lib--global.h.html#L83' title='Defined at 83 in lib/global.h.'>BUF_8K</a>];
|
|
<a id='L972' name='L972'></a> 972 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>;
|
|
<a id='L973' name='L973'></a> 973 <strong class='reserved'>int</strong> <a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>;
|
|
<a id='L974' name='L974'></a> 974 <strong class='reserved'>char</strong> *<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>;
|
|
<a id='L975' name='L975'></a> 975
|
|
<a id='L976' name='L976'></a> 976 <a href='../Y/h.html' title='Multiple used in 496 places.'>h</a> = <a href='../Y/open.html' title='Multiple used in 38 places.'>open</a> (<a href='../Y/localname.html' title='Multiple used in 44 places.'>localname</a>, <a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a>);
|
|
<a id='L977' name='L977'></a> 977 <strong class='reserved'>if</strong> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a> == -1)
|
|
<a id='L978' name='L978'></a> 978 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../Y/EIO.html' title='Multiple used in 30 places.'>EIO</a>, -1);
|
|
<a id='L979' name='L979'></a> 979 <strong class='reserved'>if</strong> (<a href='../Y/fstat.html' title='Multiple used in 17 places.'>fstat</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>) < 0)
|
|
<a id='L980' name='L980'></a> 980 <em class='brace'>{</em>
|
|
<a id='L981' name='L981'></a> 981 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L982' name='L982'></a> 982 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../Y/EIO.html' title='Multiple used in 30 places.'>EIO</a>, -1);
|
|
<a id='L983' name='L983'></a> 983 <em class='brace'>}</em>
|
|
<a id='L984' name='L984'></a> 984
|
|
<a id='L985' name='L985'></a> 985 <em class='comment'>/* First, try this as stor:</em>
|
|
<a id='L986' name='L986'></a> 986 <em class='comment'> *</em>
|
|
<a id='L987' name='L987'></a> 987 <em class='comment'> * ( head -c number ) | ( cat > file; cat >/dev/null )</em>
|
|
<a id='L988' name='L988'></a> 988 <em class='comment'> *</em>
|
|
<a id='L989' name='L989'></a> 989 <em class='comment'> * If 'head' is not present on the remote system, 'dd' will be used.</em>
|
|
<a id='L990' name='L990'></a> 990 <em class='comment'> * Unfortunately, we cannot trust most non-GNU 'head' implementations</em>
|
|
<a id='L991' name='L991'></a> 991 <em class='comment'> * even if '-c' options is supported. Therefore, we separate GNU head</em>
|
|
<a id='L992' name='L992'></a> 992 <em class='comment'> * (and other modern heads?) using '-q' and '-' . This causes another</em>
|
|
<a id='L993' name='L993'></a> 993 <em class='comment'> * implementations to fail (because of "incorrect options").</em>
|
|
<a id='L994' name='L994'></a> 994 <em class='comment'> *</em>
|
|
<a id='L995' name='L995'></a> 995 <em class='comment'> * Fallback is:</em>
|
|
<a id='L996' name='L996'></a> 996 <em class='comment'> *</em>
|
|
<a id='L997' name='L997'></a> 997 <em class='comment'> * rest=<number></em>
|
|
<a id='L998' name='L998'></a> 998 <em class='comment'> * while [ $rest -gt 0 ]</em>
|
|
<a id='L999' name='L999'></a> 999 <em class='comment'> * do</em>
|
|
<a id='L1000' name='L1000'></a>1000 <em class='comment'> * cnt=`expr \( $rest + 255 \) / 256`</em>
|
|
<a id='L1001' name='L1001'></a>1001 <em class='comment'> * n=`dd bs=256 count=$cnt | tee -a <target_file> | wc -c`</em>
|
|
<a id='L1002' name='L1002'></a>1002 <em class='comment'> * rest=`expr $rest - $n`</em>
|
|
<a id='L1003' name='L1003'></a>1003 <em class='comment'> * done</em>
|
|
<a id='L1004' name='L1004'></a>1004 <em class='comment'> *</em>
|
|
<a id='L1005' name='L1005'></a>1005 <em class='comment'> * 'dd' was not designed for full filling of input buffers,</em>
|
|
<a id='L1006' name='L1006'></a>1006 <em class='comment'> * and does not report exact number of bytes (not blocks).</em>
|
|
<a id='L1007' name='L1007'></a>1007 <em class='comment'> * Therefore a more complex shell script is needed.</em>
|
|
<a id='L1008' name='L1008'></a>1008 <em class='comment'> *</em>
|
|
<a id='L1009' name='L1009'></a>1009 <em class='comment'> * On some systems non-GNU head writes "Usage:" error report to stdout</em>
|
|
<a id='L1010' name='L1010'></a>1010 <em class='comment'> * instead of stderr. It makes impossible the use of "head || dd"</em>
|
|
<a id='L1011' name='L1011'></a>1011 <em class='comment'> * algorithm for file appending case, therefore just "dd" is used for it.</em>
|
|
<a id='L1012' name='L1012'></a>1012 <em class='comment'> */</em>
|
|
<a id='L1013' name='L1013'></a>1013
|
|
<a id='L1014' name='L1014'></a>1014 <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L1015' name='L1015'></a>1015 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: store %s: sending command..."), <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>);
|
|
<a id='L1016' name='L1016'></a>1016
|
|
<a id='L1017' name='L1017'></a>1017 <em class='comment'>// FIXME: File size is limited to ULONG_MAX</em>
|
|
<a id='L1018' name='L1018'></a>1018 <a href='../Y/code.html' title='Multiple used in 84 places.'>code</a> = <a href='../Y/shell_command_v.html' title='Multiple used in 4 places.'>shell_command_v</a> (
|
|
<a id='L1019' name='L1019'></a>1019 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/WAIT_REPLY.html' title='Multiple defined in 2 places.'>WAIT_REPLY</a>, <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/append.html' title='Multiple used in 8 places.'>append</a> ? <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_append.html' title='Multiple used in 4 places.'>scr_append</a> : <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/scr_send.html' title='Multiple used in 4 places.'>scr_send</a>,
|
|
<a id='L1020' name='L1020'></a>1020 "SHELL_FILENAME=%s SHELL_FILESIZE=%" <a href='../Y/PRIuMAX.html' title='Multiple used in 19 places.'>PRIuMAX</a> ";\n", <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>, (<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>);
|
|
<a id='L1021' name='L1021'></a>1021 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>);
|
|
<a id='L1022' name='L1022'></a>1022
|
|
<a id='L1023' name='L1023'></a>1023 <strong class='reserved'>if</strong> (<a href='../Y/code.html' title='Multiple used in 84 places.'>code</a> != <a href='../S/src--vfs--shell--shell.c.html#L99' title='Defined at 99 in src/vfs/shell/shell.c.'>PRELIM</a>)
|
|
<a id='L1024' name='L1024'></a>1024 <em class='brace'>{</em>
|
|
<a id='L1025' name='L1025'></a>1025 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L1026' name='L1026'></a>1026 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>, -1);
|
|
<a id='L1027' name='L1027'></a>1027 <em class='brace'>}</em>
|
|
<a id='L1028' name='L1028'></a>1028
|
|
<a id='L1029' name='L1029'></a>1029 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
|
|
<a id='L1030' name='L1030'></a>1030 <em class='brace'>{</em>
|
|
<a id='L1031' name='L1031'></a>1031 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>, <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
|
|
<a id='L1032' name='L1032'></a>1032
|
|
<a id='L1033' name='L1033'></a>1033 <strong class='reserved'>while</strong> ((<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))) < 0)
|
|
<a id='L1034' name='L1034'></a>1034 <em class='brace'>{</em>
|
|
<a id='L1035' name='L1035'></a>1035 <strong class='reserved'>if</strong> ((<a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> == <a href='../Y/EINTR.html' title='Multiple used in 41 places.'>EINTR</a>) && <a href='../S/lib--tty--tty.c.html#L189' title='Defined at 189 in lib/tty/tty.c.'>tty_got_interrupt</a> ())
|
|
<a id='L1036' name='L1036'></a>1036 <strong class='reserved'>continue</strong>;
|
|
<a id='L1037' name='L1037'></a>1037 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: Local read failed, sending zeros"));
|
|
<a id='L1038' name='L1038'></a>1038 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L1039' name='L1039'></a>1039 <a href='../Y/h.html' title='Multiple used in 496 places.'>h</a> = <a href='../Y/open.html' title='Multiple used in 38 places.'>open</a> ("/dev/zero", <a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a>);
|
|
<a id='L1040' name='L1040'></a>1040 <em class='brace'>}</em>
|
|
<a id='L1041' name='L1041'></a>1041
|
|
<a id='L1042' name='L1042'></a>1042 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> == 0)
|
|
<a id='L1043' name='L1043'></a>1043 <strong class='reserved'>break</strong>;
|
|
<a id='L1044' name='L1044'></a>1044
|
|
<a id='L1045' name='L1045'></a>1045 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockw.html' title='Multiple used in 10 places.'>sockw</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>);
|
|
<a id='L1046' name='L1046'></a>1046 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> != <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>)
|
|
<a id='L1047' name='L1047'></a>1047 <em class='brace'>{</em>
|
|
<a id='L1048' name='L1048'></a>1048 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> == -1)
|
|
<a id='L1049' name='L1049'></a>1049 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/verrno.html' title='Multiple used in 60 places.'>verrno</a> = <a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a>;
|
|
<a id='L1050' name='L1050'></a>1050 <strong class='reserved'>else</strong>
|
|
<a id='L1051' name='L1051'></a>1051 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/verrno.html' title='Multiple used in 60 places.'>verrno</a> = <a href='../Y/EIO.html' title='Multiple used in 30 places.'>EIO</a>;
|
|
<a id='L1052' name='L1052'></a>1052 <strong class='reserved'>goto</strong> <a href='../Y/error_return.html' title='Multiple used in 6 places.'>error_return</a>;
|
|
<a id='L1053' name='L1053'></a>1053 <em class='brace'>}</em>
|
|
<a id='L1054' name='L1054'></a>1054 <a href='../S/lib--tty--tty.c.html#L176' title='Defined at 176 in lib/tty/tty.c.'>tty_disable_interrupt_key</a> ();
|
|
<a id='L1055' name='L1055'></a>1055 <a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> += <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
|
|
<a id='L1056' name='L1056'></a>1056 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s: %" <a href='../Y/PRIuMAX.html' title='Multiple used in 19 places.'>PRIuMAX</a> "/%" <a href='../Y/PRIuMAX.html' title='Multiple used in 19 places.'>PRIuMAX</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("shell: storing file"),
|
|
<a id='L1057' name='L1057'></a>1057 (<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/total.html' title='Multiple used in 55 places.'>total</a>, (<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>);
|
|
<a id='L1058' name='L1058'></a>1058 <em class='brace'>}</em>
|
|
<a id='L1059' name='L1059'></a>1059 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L1060' name='L1060'></a>1060
|
|
<a id='L1061' name='L1061'></a>1061 <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L245' title='Defined at 245 in src/vfs/shell/shell.c.'>shell_get_reply</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 0) != <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L1062' name='L1062'></a>1062 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>, -1);
|
|
<a id='L1063' name='L1063'></a>1063 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1064' name='L1064'></a>1064
|
|
<a id='L1065' name='L1065'></a>1065 <a href='../Y/error_return.html' title='Multiple used in 6 places.'>error_return</a>:
|
|
<a id='L1066' name='L1066'></a>1066 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L1067' name='L1067'></a>1067 <a href='../S/src--vfs--shell--shell.c.html#L245' title='Defined at 245 in src/vfs/shell/shell.c.'>shell_get_reply</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/shell_super.html' title='Multiple used in 54 places.'>shell_super</a>-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 0);
|
|
<a id='L1068' name='L1068'></a>1068 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1069' name='L1069'></a>1069 <em class='brace'>}</em>
|
|
<a id='L1070' name='L1070'></a>1070
|
|
<a id='L1071' name='L1071'></a>1071 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1072' name='L1072'></a>1072
|
|
<a id='L1073' name='L1073'></a>1073 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1074' name='L1074'></a>1074 <a href='../S/src--vfs--shell--shell.c.html#L1730' title='Referred from 1730 in src/vfs/shell/shell.c.'>shell_linear_start</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>)
|
|
<em class='comment'>/* <a href='#L964'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1118'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1074 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1075' name='L1075'></a>1075 <em class='brace'>{</em>
|
|
<a id='L1076' name='L1076'></a>1076 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a> = <a href='../S/src--vfs--shell--shell.c.html#L120' title='Defined at 120 in src/vfs/shell/shell.c.'>SHELL_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1077' name='L1077'></a>1077 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a> = <a href='../S/lib--vfs--xdirentry.h.html#L50' title='Defined at 50 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER_SUPER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1078' name='L1078'></a>1078 <strong class='reserved'>char</strong> *<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>;
|
|
<a id='L1079' name='L1079'></a>1079 <strong class='reserved'>char</strong> *<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>;
|
|
<a id='L1080' name='L1080'></a>1080
|
|
<a id='L1081' name='L1081'></a>1081 <a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../S/lib--vfs--direntry.c.html#L1236' title='Defined at 1236 in lib/vfs/direntry.c.'>vfs_s_fullpath</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>);
|
|
<a id='L1082' name='L1082'></a>1082 <strong class='reserved'>if</strong> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1083' name='L1083'></a>1083 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1084' name='L1084'></a>1084 <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L1085' name='L1085'></a>1085 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L1086' name='L1086'></a>1086 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/append.html' title='Multiple used in 8 places.'>append</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1087' name='L1087'></a>1087
|
|
<a id='L1088' name='L1088'></a>1088 <em class='comment'>/*</em>
|
|
<a id='L1089' name='L1089'></a>1089 <em class='comment'> * Check whether the remote file is readable by using 'dd' to copy</em>
|
|
<a id='L1090' name='L1090'></a>1090 <em class='comment'> * a single byte from the remote file to /dev/null. If 'dd' completes</em>
|
|
<a id='L1091' name='L1091'></a>1091 <em class='comment'> * with exit status of 0 use 'cat' to send the file contents to the</em>
|
|
<a id='L1092' name='L1092'></a>1092 <em class='comment'> * standard output (i.e. over the network).</em>
|
|
<a id='L1093' name='L1093'></a>1093 <em class='comment'> */</em>
|
|
<a id='L1094' name='L1094'></a>1094
|
|
<a id='L1095' name='L1095'></a>1095 <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a> = <a href='../Y/shell_command_v.html' title='Multiple used in 4 places.'>shell_command_v</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/WANT_STRING.html' title='Multiple defined in 2 places.'>WANT_STRING</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_get.html' title='Multiple used in 4 places.'>scr_get</a>,
|
|
<a id='L1096' name='L1096'></a>1096 "SHELL_FILENAME=%s SHELL_START_OFFSET=%" <a href='../Y/PRIuMAX.html' title='Multiple used in 19 places.'>PRIuMAX</a> ";\n", <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>,
|
|
<a id='L1097' name='L1097'></a>1097 (<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>);
|
|
<a id='L1098' name='L1098'></a>1098 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>);
|
|
<a id='L1099' name='L1099'></a>1099
|
|
<a id='L1100' name='L1100'></a>1100 <strong class='reserved'>if</strong> (<a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a> != <a href='../S/src--vfs--shell--shell.c.html#L99' title='Defined at 99 in src/vfs/shell/shell.c.'>PRELIM</a>)
|
|
<a id='L1101' name='L1101'></a>1101 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>, 0);
|
|
<a id='L1102' name='L1102'></a>1102 <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/linear.html' title='Multiple used in 15 places.'>linear</a> = <a href='../S/lib--vfs--xdirentry.h.html#L58' title='Defined at 58 in lib/vfs/xdirentry.h.'>LS_LINEAR_OPEN</a>;
|
|
<a id='L1103' name='L1103'></a>1103 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/got.html' title='Multiple used in 7 places.'>got</a> = 0;
|
|
<a id='L1104' name='L1104'></a>1104 <a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> = 0;
|
|
<a id='L1105' name='L1105'></a>1105 <em class='sharp'>#if</em> SIZEOF_OFF_T == SIZEOF_LONG
|
|
<a id='L1106' name='L1106'></a>1106 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> = (<a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>) <a href='../Y/strtol.html' title='Multiple used in 11 places.'>strtol</a> (<a href='../Y/reply_str.html' title='Multiple used in 10 places.'>reply_str</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 10);
|
|
<a id='L1107' name='L1107'></a>1107 <em class='sharp'>#else</em>
|
|
<a id='L1108' name='L1108'></a>1108 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> = (<a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>) <a href='../Y/g_ascii_strtoll.html' title='Multiple used in 6 places.'>g_ascii_strtoll</a> (<a href='../Y/reply_str.html' title='Multiple used in 10 places.'>reply_str</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 10);
|
|
<a id='L1109' name='L1109'></a>1109 <em class='sharp'>#endif</em>
|
|
<a id='L1110' name='L1110'></a>1110 <strong class='reserved'>if</strong> (<a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> != 0)
|
|
<a id='L1111' name='L1111'></a>1111 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>, 0);
|
|
<a id='L1112' name='L1112'></a>1112 <strong class='reserved'>return</strong> 1;
|
|
<a id='L1113' name='L1113'></a>1113 <em class='brace'>}</em>
|
|
<a id='L1114' name='L1114'></a>1114
|
|
<a id='L1115' name='L1115'></a>1115 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1116' name='L1116'></a>1116
|
|
<a id='L1117' name='L1117'></a>1117 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L1118' name='L1118'></a>1118 <a href='../R/shell_linear_abort.html' title='Multiple referred from 2 places.'>shell_linear_abort</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>)
|
|
<em class='comment'>/* <a href='#L1074'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1149'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1118 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1119' name='L1119'></a>1119 <em class='brace'>{</em>
|
|
<a id='L1120' name='L1120'></a>1120 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a> = <a href='../S/src--vfs--shell--shell.c.html#L120' title='Defined at 120 in src/vfs/shell/shell.c.'>SHELL_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1121' name='L1121'></a>1121 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a> = <a href='../S/lib--vfs--xdirentry.h.html#L50' title='Defined at 50 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER_SUPER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1122' name='L1122'></a>1122 <strong class='reserved'>char</strong> <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[<a href='../S/lib--global.h.html#L83' title='Defined at 83 in lib/global.h.'>BUF_8K</a>];
|
|
<a id='L1123' name='L1123'></a>1123 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
|
|
<a id='L1124' name='L1124'></a>1124
|
|
<a id='L1125' name='L1125'></a>1125 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Aborting transfer..."));
|
|
<a id='L1126' name='L1126'></a>1126
|
|
<a id='L1127' name='L1127'></a>1127 <strong class='reserved'>do</strong>
|
|
<a id='L1128' name='L1128'></a>1128 <em class='brace'>{</em>
|
|
<a id='L1129' name='L1129'></a>1129 <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> ((<a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>) <strong class='reserved'>sizeof</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>), (<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> - <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/got.html' title='Multiple used in 7 places.'>got</a>));
|
|
<a id='L1130' name='L1130'></a>1130 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> != 0)
|
|
<a id='L1131' name='L1131'></a>1131 <em class='brace'>{</em>
|
|
<a id='L1132' name='L1132'></a>1132 <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>);
|
|
<a id='L1133' name='L1133'></a>1133 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> < 0)
|
|
<a id='L1134' name='L1134'></a>1134 <strong class='reserved'>return</strong>;
|
|
<a id='L1135' name='L1135'></a>1135 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/got.html' title='Multiple used in 7 places.'>got</a> += <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
|
|
<a id='L1136' name='L1136'></a>1136 <em class='brace'>}</em>
|
|
<a id='L1137' name='L1137'></a>1137 <em class='brace'>}</em>
|
|
<a id='L1138' name='L1138'></a>1138 <strong class='reserved'>while</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> != 0);
|
|
<a id='L1139' name='L1139'></a>1139
|
|
<a id='L1140' name='L1140'></a>1140 <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L245' title='Defined at 245 in src/vfs/shell/shell.c.'>shell_get_reply</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 0) != <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L1141' name='L1141'></a>1141 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Error reported after abort."));
|
|
<a id='L1142' name='L1142'></a>1142 <strong class='reserved'>else</strong>
|
|
<a id='L1143' name='L1143'></a>1143 <a href='../S/lib--vfs--vfs.c.html#L604' title='Defined at 604 in lib/vfs/vfs.c.'>vfs_print_message</a> ("%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Aborted transfer would be successful."));
|
|
<a id='L1144' name='L1144'></a>1144 <em class='brace'>}</em>
|
|
<a id='L1145' name='L1145'></a>1145
|
|
<a id='L1146' name='L1146'></a>1146 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1147' name='L1147'></a>1147
|
|
<a id='L1148' name='L1148'></a>1148 <strong class='reserved'>static</strong> <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a>
|
|
<a id='L1149' name='L1149'></a>1149 <a href='../S/src--vfs--shell--shell.c.html#L1731' title='Referred from 1731 in src/vfs/shell/shell.c.'>shell_linear_read</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>, <strong class='reserved'>void</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>)
|
|
<em class='comment'>/* <a href='#L1118'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1177'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1149 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1150' name='L1150'></a>1150 <em class='brace'>{</em>
|
|
<a id='L1151' name='L1151'></a>1151 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a> = <a href='../S/src--vfs--shell--shell.c.html#L120' title='Defined at 120 in src/vfs/shell/shell.c.'>SHELL_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1152' name='L1152'></a>1152 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a> = <a href='../S/lib--vfs--xdirentry.h.html#L50' title='Defined at 50 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER_SUPER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1153' name='L1153'></a>1153 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = 0;
|
|
<a id='L1154' name='L1154'></a>1154
|
|
<a id='L1155' name='L1155'></a>1155 <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> ((<a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a>) (<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> - <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/got.html' title='Multiple used in 7 places.'>got</a>), <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>);
|
|
<a id='L1156' name='L1156'></a>1156 <a href='../S/lib--tty--tty.c.html#L176' title='Defined at 176 in lib/tty/tty.c.'>tty_disable_interrupt_key</a> ();
|
|
<a id='L1157' name='L1157'></a>1157 <strong class='reserved'>while</strong> (<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> != 0 && ((<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>)) < 0))
|
|
<a id='L1158' name='L1158'></a>1158 <em class='brace'>{</em>
|
|
<a id='L1159' name='L1159'></a>1159 <strong class='reserved'>if</strong> ((<a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> == <a href='../Y/EINTR.html' title='Multiple used in 41 places.'>EINTR</a>) && !<a href='../S/lib--tty--tty.c.html#L189' title='Defined at 189 in lib/tty/tty.c.'>tty_got_interrupt</a> ())
|
|
<a id='L1160' name='L1160'></a>1160 <strong class='reserved'>continue</strong>;
|
|
<a id='L1161' name='L1161'></a>1161 <strong class='reserved'>break</strong>;
|
|
<a id='L1162' name='L1162'></a>1162 <em class='brace'>}</em>
|
|
<a id='L1163' name='L1163'></a>1163 <a href='../S/lib--tty--tty.c.html#L162' title='Defined at 162 in lib/tty/tty.c.'>tty_enable_interrupt_key</a> ();
|
|
<a id='L1164' name='L1164'></a>1164
|
|
<a id='L1165' name='L1165'></a>1165 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> > 0)
|
|
<a id='L1166' name='L1166'></a>1166 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/got.html' title='Multiple used in 7 places.'>got</a> += <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
|
|
<a id='L1167' name='L1167'></a>1167 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> < 0)
|
|
<a id='L1168' name='L1168'></a>1168 <a href='../S/src--vfs--shell--shell.c.html#L1118' title='Defined at 1118 in src/vfs/shell/shell.c.'>shell_linear_abort</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1169' name='L1169'></a>1169 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L245' title='Defined at 245 in src/vfs/shell/shell.c.'>shell_get_reply</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 0) != <a href='../S/src--vfs--shell--shell.c.html#L100' title='Defined at 100 in src/vfs/shell/shell.c.'>COMPLETE</a>)
|
|
<a id='L1170' name='L1170'></a>1170 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../D/E_REMOTE.html' title='Multiple defined in 2 places.'>E_REMOTE</a>, -1);
|
|
<a id='L1171' name='L1171'></a>1171 <a href='../D/ERRNOR.html' title='Multiple defined in 3 places.'>ERRNOR</a> (<a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a>, <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>);
|
|
<a id='L1172' name='L1172'></a>1172 <em class='brace'>}</em>
|
|
<a id='L1173' name='L1173'></a>1173
|
|
<a id='L1174' name='L1174'></a>1174 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1175' name='L1175'></a>1175
|
|
<a id='L1176' name='L1176'></a>1176 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L1177' name='L1177'></a>1177 <a href='../S/src--vfs--shell--shell.c.html#L1732' title='Referred from 1732 in src/vfs/shell/shell.c.'>shell_linear_close</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>)
|
|
<em class='comment'>/* <a href='#L1149'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1188'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1177 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1178' name='L1178'></a>1178 <em class='brace'>{</em>
|
|
<a id='L1179' name='L1179'></a>1179 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a> = <a href='../S/src--vfs--shell--shell.c.html#L120' title='Defined at 120 in src/vfs/shell/shell.c.'>SHELL_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1180' name='L1180'></a>1180
|
|
<a id='L1181' name='L1181'></a>1181 <strong class='reserved'>if</strong> (<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> != <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/got.html' title='Multiple used in 7 places.'>got</a>)
|
|
<a id='L1182' name='L1182'></a>1182 <a href='../S/src--vfs--shell--shell.c.html#L1118' title='Defined at 1118 in src/vfs/shell/shell.c.'>shell_linear_abort</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1183' name='L1183'></a>1183 <em class='brace'>}</em>
|
|
<a id='L1184' name='L1184'></a>1184
|
|
<a id='L1185' name='L1185'></a>1185 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1186' name='L1186'></a>1186
|
|
<a id='L1187' name='L1187'></a>1187 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1188' name='L1188'></a>1188 <a href='../S/src--vfs--shell--shell.c.html#L1721' title='Referred from 1721 in src/vfs/shell/shell.c.'>shell_ctl</a> (<strong class='reserved'>void</strong> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>, <strong class='reserved'>int</strong> <a href='../Y/ctlop.html' title='Multiple used in 17 places.'>ctlop</a>, <strong class='reserved'>void</strong> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>)
|
|
<em class='comment'>/* <a href='#L1177'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1222'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1188 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1189' name='L1189'></a>1189 <em class='brace'>{</em>
|
|
<a id='L1190' name='L1190'></a>1190 (<strong class='reserved'>void</strong>) <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>;
|
|
<a id='L1191' name='L1191'></a>1191 (<strong class='reserved'>void</strong>) <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>;
|
|
<a id='L1192' name='L1192'></a>1192 (<strong class='reserved'>void</strong>) <a href='../Y/ctlop.html' title='Multiple used in 17 places.'>ctlop</a>;
|
|
<a id='L1193' name='L1193'></a>1193
|
|
<a id='L1194' name='L1194'></a>1194 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1195' name='L1195'></a>1195
|
|
<a id='L1196' name='L1196'></a>1196 <em class='sharp'>#if</em> 0
|
|
<a id='L1197' name='L1197'></a>1197 <strong class='reserved'>switch</strong> (<a href='../Y/ctlop.html' title='Multiple used in 17 places.'>ctlop</a>)
|
|
<a id='L1198' name='L1198'></a>1198 <em class='brace'>{</em>
|
|
<a id='L1199' name='L1199'></a>1199 <strong class='reserved'>case</strong> <a href='../S/lib--vfs--vfs.h.html#L120' title='Defined at 120 in lib/vfs/vfs.h.'>VFS_CTL_IS_NOTREADY</a>:
|
|
<a id='L1200' name='L1200'></a>1200 <em class='brace'>{</em>
|
|
<a id='L1201' name='L1201'></a>1201 <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> = <a href='../S/lib--vfs--xdirentry.h.html#L49' title='Defined at 49 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1202' name='L1202'></a>1202 <strong class='reserved'>int</strong> <a href='../Y/v.html' title='Multiple used in 92 places.'>v</a>;
|
|
<a id='L1203' name='L1203'></a>1203
|
|
<a id='L1204' name='L1204'></a>1204 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>-><a href='../Y/linear.html' title='Multiple used in 15 places.'>linear</a> == <a href='../S/lib--vfs--xdirentry.h.html#L56' title='Defined at 56 in lib/vfs/xdirentry.h.'>LS_NOT_LINEAR</a>)
|
|
<a id='L1205' name='L1205'></a>1205 <a href='../D/vfs_die.html' title='Multiple defined in 2 places.'>vfs_die</a> ("You may not do this");
|
|
<a id='L1206' name='L1206'></a>1206 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>-><a href='../Y/linear.html' title='Multiple used in 15 places.'>linear</a> == <a href='../S/lib--vfs--xdirentry.h.html#L57' title='Defined at 57 in lib/vfs/xdirentry.h.'>LS_LINEAR_CLOSED</a> || <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>-><a href='../Y/linear.html' title='Multiple used in 15 places.'>linear</a> == <a href='../S/lib--vfs--xdirentry.h.html#L59' title='Defined at 59 in lib/vfs/xdirentry.h.'>LS_LINEAR_PREOPEN</a>)
|
|
<a id='L1207' name='L1207'></a>1207 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1208' name='L1208'></a>1208
|
|
<a id='L1209' name='L1209'></a>1209 <a href='../Y/v.html' title='Multiple used in 92 places.'>v</a> = <a href='../S/lib--vfs--direntry.c.html#L1579' title='Defined at 1579 in lib/vfs/direntry.c.'>vfs_s_select_on_two</a> (<a href='../S/lib--vfs--xdirentry.h.html#L50' title='Defined at 50 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER_SUPER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>)-><a href='../Y/u.html' title='Multiple used in 189 places.'>u</a>.<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>.<a href='../Y/sockr.html' title='Multiple used in 17 places.'>sockr</a>, 0);
|
|
<a id='L1210' name='L1210'></a>1210
|
|
<a id='L1211' name='L1211'></a>1211 <strong class='reserved'>return</strong> (((<a href='../Y/v.html' title='Multiple used in 92 places.'>v</a> < 0) && (<a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> == <a href='../Y/EINTR.html' title='Multiple used in 41 places.'>EINTR</a>)) || <a href='../Y/v.html' title='Multiple used in 92 places.'>v</a> == 0) ? 1 : 0;
|
|
<a id='L1212' name='L1212'></a>1212 <em class='brace'>}</em>
|
|
<a id='L1213' name='L1213'></a>1213 <strong class='reserved'>default</strong>:
|
|
<a id='L1214' name='L1214'></a>1214 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1215' name='L1215'></a>1215 <em class='brace'>}</em>
|
|
<a id='L1216' name='L1216'></a>1216 <em class='sharp'>#endif</em>
|
|
<a id='L1217' name='L1217'></a>1217 <em class='brace'>}</em>
|
|
<a id='L1218' name='L1218'></a>1218
|
|
<a id='L1219' name='L1219'></a>1219 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1220' name='L1220'></a>1220
|
|
<a id='L1221' name='L1221'></a>1221 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1222' name='L1222'></a>1222 <a href='../S/src--vfs--shell--shell.c.html#L1718' title='Referred from 1718 in src/vfs/shell/shell.c.'>shell_rename</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>)
|
|
<em class='comment'>/* <a href='#L1188'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1255'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1222 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1223' name='L1223'></a>1223 <em class='brace'>{</em>
|
|
<a id='L1224' name='L1224'></a>1224 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a>, *<a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a>;
|
|
<a id='L1225' name='L1225'></a>1225 <strong class='reserved'>char</strong> *<a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a>, *<a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a>;
|
|
<a id='L1226' name='L1226'></a>1226 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, *<a href='../Y/super2.html' title='Multiple used in 6 places.'>super2</a>;
|
|
<a id='L1227' name='L1227'></a>1227 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1228' name='L1228'></a>1228 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1229' name='L1229'></a>1229
|
|
<a id='L1230' name='L1230'></a>1230 <a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1231' name='L1231'></a>1231 <strong class='reserved'>if</strong> (<a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1232' name='L1232'></a>1232 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1233' name='L1233'></a>1233
|
|
<a id='L1234' name='L1234'></a>1234 <a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>, &<a href='../Y/super2.html' title='Multiple used in 6 places.'>super2</a>, 0);
|
|
<a id='L1235' name='L1235'></a>1235 <strong class='reserved'>if</strong> (<a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1236' name='L1236'></a>1236 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1237' name='L1237'></a>1237
|
|
<a id='L1238' name='L1238'></a>1238 <a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a>);
|
|
<a id='L1239' name='L1239'></a>1239 <a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a>);
|
|
<a id='L1240' name='L1240'></a>1240
|
|
<a id='L1241' name='L1241'></a>1241 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>));
|
|
<a id='L1242' name='L1242'></a>1242
|
|
<a id='L1243' name='L1243'></a>1243 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super2.html' title='Multiple used in 6 places.'>super2</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_mv.html' title='Multiple used in 4 places.'>scr_mv</a>,
|
|
<a id='L1244' name='L1244'></a>1244 "SHELL_FILEFROM=%s SHELL_FILETO=%s;\n", <a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a>, <a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a>);
|
|
<a id='L1245' name='L1245'></a>1245
|
|
<a id='L1246' name='L1246'></a>1246 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a>);
|
|
<a id='L1247' name='L1247'></a>1247 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a>);
|
|
<a id='L1248' name='L1248'></a>1248
|
|
<a id='L1249' name='L1249'></a>1249 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1250' name='L1250'></a>1250 <em class='brace'>}</em>
|
|
<a id='L1251' name='L1251'></a>1251
|
|
<a id='L1252' name='L1252'></a>1252 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1253' name='L1253'></a>1253
|
|
<a id='L1254' name='L1254'></a>1254 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1255' name='L1255'></a>1255 <a href='../S/src--vfs--shell--shell.c.html#L1716' title='Referred from 1716 in src/vfs/shell/shell.c.'>shell_link</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>)
|
|
<em class='comment'>/* <a href='#L1222'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1288'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1255 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1256' name='L1256'></a>1256 <em class='brace'>{</em>
|
|
<a id='L1257' name='L1257'></a>1257 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a>, *<a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a>;
|
|
<a id='L1258' name='L1258'></a>1258 <strong class='reserved'>char</strong> *<a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a>, *<a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a>;
|
|
<a id='L1259' name='L1259'></a>1259 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, *<a href='../Y/super2.html' title='Multiple used in 6 places.'>super2</a>;
|
|
<a id='L1260' name='L1260'></a>1260 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1261' name='L1261'></a>1261 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1262' name='L1262'></a>1262
|
|
<a id='L1263' name='L1263'></a>1263 <a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1264' name='L1264'></a>1264 <strong class='reserved'>if</strong> (<a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1265' name='L1265'></a>1265 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1266' name='L1266'></a>1266
|
|
<a id='L1267' name='L1267'></a>1267 <a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>, &<a href='../Y/super2.html' title='Multiple used in 6 places.'>super2</a>, 0);
|
|
<a id='L1268' name='L1268'></a>1268 <strong class='reserved'>if</strong> (<a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1269' name='L1269'></a>1269 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1270' name='L1270'></a>1270
|
|
<a id='L1271' name='L1271'></a>1271 <a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath1.html' title='Multiple used in 8 places.'>crpath1</a>);
|
|
<a id='L1272' name='L1272'></a>1272 <a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath2.html' title='Multiple used in 8 places.'>crpath2</a>);
|
|
<a id='L1273' name='L1273'></a>1273
|
|
<a id='L1274' name='L1274'></a>1274 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>));
|
|
<a id='L1275' name='L1275'></a>1275
|
|
<a id='L1276' name='L1276'></a>1276 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super2.html' title='Multiple used in 6 places.'>super2</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_hardlink.html' title='Multiple used in 4 places.'>scr_hardlink</a>,
|
|
<a id='L1277' name='L1277'></a>1277 "SHELL_FILEFROM=%s SHELL_FILETO=%s;\n", <a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a>, <a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a>);
|
|
<a id='L1278' name='L1278'></a>1278
|
|
<a id='L1279' name='L1279'></a>1279 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath1.html' title='Multiple used in 8 places.'>rpath1</a>);
|
|
<a id='L1280' name='L1280'></a>1280 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath2.html' title='Multiple used in 8 places.'>rpath2</a>);
|
|
<a id='L1281' name='L1281'></a>1281
|
|
<a id='L1282' name='L1282'></a>1282 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1283' name='L1283'></a>1283 <em class='brace'>}</em>
|
|
<a id='L1284' name='L1284'></a>1284
|
|
<a id='L1285' name='L1285'></a>1285 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1286' name='L1286'></a>1286
|
|
<a id='L1287' name='L1287'></a>1287 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1288' name='L1288'></a>1288 <a href='../S/src--vfs--shell--shell.c.html#L1715' title='Referred from 1715 in src/vfs/shell/shell.c.'>shell_symlink</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>)
|
|
<em class='comment'>/* <a href='#L1255'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1318'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1288 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1289' name='L1289'></a>1289 <em class='brace'>{</em>
|
|
<a id='L1290' name='L1290'></a>1290 <strong class='reserved'>char</strong> *<a href='../Y/qsetto.html' title='Multiple used in 4 places.'>qsetto</a>;
|
|
<a id='L1291' name='L1291'></a>1291 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1292' name='L1292'></a>1292 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1293' name='L1293'></a>1293 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1294' name='L1294'></a>1294 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1295' name='L1295'></a>1295 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1296' name='L1296'></a>1296
|
|
<a id='L1297' name='L1297'></a>1297 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1298' name='L1298'></a>1298 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1299' name='L1299'></a>1299 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1300' name='L1300'></a>1300
|
|
<a id='L1301' name='L1301'></a>1301 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1302' name='L1302'></a>1302 <a href='../Y/qsetto.html' title='Multiple used in 4 places.'>qsetto</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/vpath1.html' title='Multiple used in 70 places.'>vpath1</a>));
|
|
<a id='L1303' name='L1303'></a>1303
|
|
<a id='L1304' name='L1304'></a>1304 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath2.html' title='Multiple used in 66 places.'>vpath2</a>));
|
|
<a id='L1305' name='L1305'></a>1305
|
|
<a id='L1306' name='L1306'></a>1306 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_ln.html' title='Multiple used in 4 places.'>scr_ln</a>,
|
|
<a id='L1307' name='L1307'></a>1307 "SHELL_FILEFROM=%s SHELL_FILETO=%s;\n", <a href='../Y/qsetto.html' title='Multiple used in 4 places.'>qsetto</a>, <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1308' name='L1308'></a>1308
|
|
<a id='L1309' name='L1309'></a>1309 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/qsetto.html' title='Multiple used in 4 places.'>qsetto</a>);
|
|
<a id='L1310' name='L1310'></a>1310 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1311' name='L1311'></a>1311
|
|
<a id='L1312' name='L1312'></a>1312 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1313' name='L1313'></a>1313 <em class='brace'>}</em>
|
|
<a id='L1314' name='L1314'></a>1314
|
|
<a id='L1315' name='L1315'></a>1315 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1316' name='L1316'></a>1316
|
|
<a id='L1317' name='L1317'></a>1317 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1318' name='L1318'></a>1318 <a href='../S/src--vfs--shell--shell.c.html#L1708' title='Referred from 1708 in src/vfs/shell/shell.c.'>shell_stat</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>)
|
|
<em class='comment'>/* <a href='#L1288'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1330'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1318 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1319' name='L1319'></a>1319 <em class='brace'>{</em>
|
|
<a id='L1320' name='L1320'></a>1320 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1321' name='L1321'></a>1321
|
|
<a id='L1322' name='L1322'></a>1322 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--vfs--direntry.c.html#L1396' title='Defined at 1396 in lib/vfs/direntry.c.'>vfs_s_stat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L1323' name='L1323'></a>1323 <a href='../S/src--vfs--shell--shell.c.html#L172' title='Defined at 172 in src/vfs/shell/shell.c.'>shell_set_blksize</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L1324' name='L1324'></a>1324 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1325' name='L1325'></a>1325 <em class='brace'>}</em>
|
|
<a id='L1326' name='L1326'></a>1326
|
|
<a id='L1327' name='L1327'></a>1327 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1328' name='L1328'></a>1328
|
|
<a id='L1329' name='L1329'></a>1329 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1330' name='L1330'></a>1330 <a href='../S/src--vfs--shell--shell.c.html#L1709' title='Referred from 1709 in src/vfs/shell/shell.c.'>shell_lstat</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>)
|
|
<em class='comment'>/* <a href='#L1318'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1342'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1330 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1331' name='L1331'></a>1331 <em class='brace'>{</em>
|
|
<a id='L1332' name='L1332'></a>1332 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1333' name='L1333'></a>1333
|
|
<a id='L1334' name='L1334'></a>1334 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--vfs--direntry.c.html#L1404' title='Defined at 1404 in lib/vfs/direntry.c.'>vfs_s_lstat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L1335' name='L1335'></a>1335 <a href='../S/src--vfs--shell--shell.c.html#L172' title='Defined at 172 in src/vfs/shell/shell.c.'>shell_set_blksize</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L1336' name='L1336'></a>1336 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1337' name='L1337'></a>1337 <em class='brace'>}</em>
|
|
<a id='L1338' name='L1338'></a>1338
|
|
<a id='L1339' name='L1339'></a>1339 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1340' name='L1340'></a>1340
|
|
<a id='L1341' name='L1341'></a>1341 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1342' name='L1342'></a>1342 <a href='../S/src--vfs--shell--shell.c.html#L1710' title='Referred from 1710 in src/vfs/shell/shell.c.'>shell_fstat</a> (<strong class='reserved'>void</strong> *<a href='../Y/vfs_info.html' title='Multiple used in 12 places.'>vfs_info</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>)
|
|
<em class='comment'>/* <a href='#L1330'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1354'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1342 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1343' name='L1343'></a>1343 <em class='brace'>{</em>
|
|
<a id='L1344' name='L1344'></a>1344 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1345' name='L1345'></a>1345
|
|
<a id='L1346' name='L1346'></a>1346 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--vfs--direntry.c.html#L1412' title='Defined at 1412 in lib/vfs/direntry.c.'>vfs_s_fstat</a> (<a href='../Y/vfs_info.html' title='Multiple used in 12 places.'>vfs_info</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L1347' name='L1347'></a>1347 <a href='../S/src--vfs--shell--shell.c.html#L172' title='Defined at 172 in src/vfs/shell/shell.c.'>shell_set_blksize</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L1348' name='L1348'></a>1348 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1349' name='L1349'></a>1349 <em class='brace'>}</em>
|
|
<a id='L1350' name='L1350'></a>1350
|
|
<a id='L1351' name='L1351'></a>1351 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1352' name='L1352'></a>1352
|
|
<a id='L1353' name='L1353'></a>1353 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1354' name='L1354'></a>1354 <a href='../S/src--vfs--shell--shell.c.html#L1711' title='Referred from 1711 in src/vfs/shell/shell.c.'>shell_chmod</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>)
|
|
<em class='comment'>/* <a href='#L1342'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1383'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1354 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1355' name='L1355'></a>1355 <em class='brace'>{</em>
|
|
<a id='L1356' name='L1356'></a>1356 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1357' name='L1357'></a>1357 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1358' name='L1358'></a>1358 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1359' name='L1359'></a>1359 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1360' name='L1360'></a>1360 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1361' name='L1361'></a>1361
|
|
<a id='L1362' name='L1362'></a>1362 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1363' name='L1363'></a>1363 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1364' name='L1364'></a>1364 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1365' name='L1365'></a>1365
|
|
<a id='L1366' name='L1366'></a>1366 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1367' name='L1367'></a>1367
|
|
<a id='L1368' name='L1368'></a>1368 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1369' name='L1369'></a>1369
|
|
<a id='L1370' name='L1370'></a>1370 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_chmod.html' title='Multiple used in 4 places.'>scr_chmod</a>,
|
|
<a id='L1371' name='L1371'></a>1371 "SHELL_FILENAME=%s SHELL_FILEMODE=%4.4o;\n", <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>,
|
|
<a id='L1372' name='L1372'></a>1372 (<strong class='reserved'>unsigned</strong> <strong class='reserved'>int</strong>) (<a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a> & 07777));
|
|
<a id='L1373' name='L1373'></a>1373
|
|
<a id='L1374' name='L1374'></a>1374 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1375' name='L1375'></a>1375
|
|
<a id='L1376' name='L1376'></a>1376 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1377' name='L1377'></a>1377 ;
|
|
<a id='L1378' name='L1378'></a>1378 <em class='brace'>}</em>
|
|
<a id='L1379' name='L1379'></a>1379
|
|
<a id='L1380' name='L1380'></a>1380 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1381' name='L1381'></a>1381
|
|
<a id='L1382' name='L1382'></a>1382 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1383' name='L1383'></a>1383 <a href='../S/src--vfs--shell--shell.c.html#L1712' title='Referred from 1712 in src/vfs/shell/shell.c.'>shell_chown</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/uid_t.html' title='Multiple used in 34 places.'>uid_t</a> <a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>, <a href='../Y/gid_t.html' title='Multiple used in 34 places.'>gid_t</a> <a href='../Y/group.html' title='Multiple used in 141 places.'>group</a>)
|
|
<em class='comment'>/* <a href='#L1354'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1426'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1383 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1384' name='L1384'></a>1384 <em class='brace'>{</em>
|
|
<a id='L1385' name='L1385'></a>1385 <strong class='reserved'>char</strong> *<a href='../Y/sowner.html' title='Multiple used in 3 places.'>sowner</a>, *<a href='../Y/sgroup.html' title='Multiple used in 3 places.'>sgroup</a>;
|
|
<a id='L1386' name='L1386'></a>1386 <strong class='reserved'>struct</strong> <a href='../Y/passwd.html' title='Multiple used in 35 places.'>passwd</a> *<a href='../Y/pw.html' title='Multiple used in 20 places.'>pw</a>;
|
|
<a id='L1387' name='L1387'></a>1387 <strong class='reserved'>struct</strong> <a href='../Y/group.html' title='Multiple used in 141 places.'>group</a> *<a href='../Y/gr.html' title='Multiple used in 8 places.'>gr</a>;
|
|
<a id='L1388' name='L1388'></a>1388 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1389' name='L1389'></a>1389 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1390' name='L1390'></a>1390 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1391' name='L1391'></a>1391 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1392' name='L1392'></a>1392 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1393' name='L1393'></a>1393
|
|
<a id='L1394' name='L1394'></a>1394 <a href='../Y/pw.html' title='Multiple used in 20 places.'>pw</a> = <a href='../Y/getpwuid.html' title='Multiple used in 7 places.'>getpwuid</a> (<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>);
|
|
<a id='L1395' name='L1395'></a>1395 <strong class='reserved'>if</strong> (<a href='../Y/pw.html' title='Multiple used in 20 places.'>pw</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1396' name='L1396'></a>1396 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1397' name='L1397'></a>1397
|
|
<a id='L1398' name='L1398'></a>1398 <a href='../Y/gr.html' title='Multiple used in 8 places.'>gr</a> = <a href='../Y/getgrgid.html' title='Multiple used in 2 places.'>getgrgid</a> (<a href='../Y/group.html' title='Multiple used in 141 places.'>group</a>);
|
|
<a id='L1399' name='L1399'></a>1399 <strong class='reserved'>if</strong> (<a href='../Y/gr.html' title='Multiple used in 8 places.'>gr</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1400' name='L1400'></a>1400 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1401' name='L1401'></a>1401
|
|
<a id='L1402' name='L1402'></a>1402 <a href='../Y/sowner.html' title='Multiple used in 3 places.'>sowner</a> = <a href='../Y/pw.html' title='Multiple used in 20 places.'>pw</a>-><a href='../Y/pw_name.html' title='Multiple used in 10 places.'>pw_name</a>;
|
|
<a id='L1403' name='L1403'></a>1403 <a href='../Y/sgroup.html' title='Multiple used in 3 places.'>sgroup</a> = <a href='../Y/gr.html' title='Multiple used in 8 places.'>gr</a>-><a href='../Y/gr_name.html' title='Multiple used in 5 places.'>gr_name</a>;
|
|
<a id='L1404' name='L1404'></a>1404
|
|
<a id='L1405' name='L1405'></a>1405 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1406' name='L1406'></a>1406 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1407' name='L1407'></a>1407 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1408' name='L1408'></a>1408
|
|
<a id='L1409' name='L1409'></a>1409 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1410' name='L1410'></a>1410
|
|
<a id='L1411' name='L1411'></a>1411 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1412' name='L1412'></a>1412
|
|
<a id='L1413' name='L1413'></a>1413 <em class='comment'>// FIXME: what should we report if chgrp succeeds but chown fails?</em>
|
|
<a id='L1414' name='L1414'></a>1414 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_chown.html' title='Multiple used in 4 places.'>scr_chown</a>,
|
|
<a id='L1415' name='L1415'></a>1415 "SHELL_FILENAME=%s SHELL_FILEOWNER=%s SHELL_FILEGROUP=%s;\n", <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>,
|
|
<a id='L1416' name='L1416'></a>1416 <a href='../Y/sowner.html' title='Multiple used in 3 places.'>sowner</a>, <a href='../Y/sgroup.html' title='Multiple used in 3 places.'>sgroup</a>);
|
|
<a id='L1417' name='L1417'></a>1417
|
|
<a id='L1418' name='L1418'></a>1418 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1419' name='L1419'></a>1419
|
|
<a id='L1420' name='L1420'></a>1420 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1421' name='L1421'></a>1421 <em class='brace'>}</em>
|
|
<a id='L1422' name='L1422'></a>1422
|
|
<a id='L1423' name='L1423'></a>1423 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1424' name='L1424'></a>1424
|
|
<a id='L1425' name='L1425'></a>1425 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1426' name='L1426'></a>1426 <a href='../S/src--vfs--shell--shell.c.html#L1713' title='Referred from 1713 in src/vfs/shell/shell.c.'>shell_utime</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../D/mc_timesbuf_t.html' title='Multiple defined in 2 places.'>mc_timesbuf_t</a> *<a href='../Y/times.html' title='Multiple used in 48 places.'>times</a>)
|
|
<em class='comment'>/* <a href='#L1383'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1478'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1426 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1427' name='L1427'></a>1427 <em class='brace'>{</em>
|
|
<a id='L1428' name='L1428'></a>1428 <strong class='reserved'>char</strong> <a href='../Y/utcatime.html' title='Multiple used in 3 places.'>utcatime</a>[16], <a href='../Y/utcmtime.html' title='Multiple used in 3 places.'>utcmtime</a>[16];
|
|
<a id='L1429' name='L1429'></a>1429 <strong class='reserved'>char</strong> <a href='../Y/utcatime_w_nsec.html' title='Multiple used in 3 places.'>utcatime_w_nsec</a>[30], <a href='../Y/utcmtime_w_nsec.html' title='Multiple used in 3 places.'>utcmtime_w_nsec</a>[30];
|
|
<a id='L1430' name='L1430'></a>1430 <a href='../S/lib--vfs--vfs.h.html#L102' title='Defined at 102 in lib/vfs/vfs.h.'>mc_timespec_t</a> <a href='../Y/atime.html' title='Multiple used in 32 places.'>atime</a>, <a href='../Y/mtime.html' title='Multiple used in 44 places.'>mtime</a>;
|
|
<a id='L1431' name='L1431'></a>1431 <strong class='reserved'>struct</strong> <a href='../Y/tm.html' title='Multiple used in 29 places.'>tm</a> *<a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>;
|
|
<a id='L1432' name='L1432'></a>1432 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1433' name='L1433'></a>1433 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1434' name='L1434'></a>1434 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1435' name='L1435'></a>1435 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1436' name='L1436'></a>1436 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1437' name='L1437'></a>1437
|
|
<a id='L1438' name='L1438'></a>1438 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1439' name='L1439'></a>1439 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1440' name='L1440'></a>1440 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1441' name='L1441'></a>1441
|
|
<a id='L1442' name='L1442'></a>1442 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1443' name='L1443'></a>1443
|
|
<a id='L1444' name='L1444'></a>1444 <a href='../S/lib--vfs--utilvfs.c.html#L391' title='Defined at 391 in lib/vfs/utilvfs.c.'>vfs_get_timespecs_from_timesbuf</a> (<a href='../Y/times.html' title='Multiple used in 48 places.'>times</a>, &<a href='../Y/atime.html' title='Multiple used in 32 places.'>atime</a>, &<a href='../Y/mtime.html' title='Multiple used in 44 places.'>mtime</a>);
|
|
<a id='L1445' name='L1445'></a>1445
|
|
<a id='L1446' name='L1446'></a>1446 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a> = <a href='../Y/gmtime.html' title='Multiple used in 3 places.'>gmtime</a> (&<a href='../Y/atime.html' title='Multiple used in 32 places.'>atime</a>.<a href='../Y/tv_sec.html' title='Multiple used in 39 places.'>tv_sec</a>);
|
|
<a id='L1447' name='L1447'></a>1447 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/utcatime.html' title='Multiple used in 3 places.'>utcatime</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/utcatime.html' title='Multiple used in 3 places.'>utcatime</a>), "%04d%02d%02d%02d%02d.%02d", <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_year.html' title='Multiple used in 19 places.'>tm_year</a> + 1900,
|
|
<a id='L1448' name='L1448'></a>1448 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mon.html' title='Multiple used in 19 places.'>tm_mon</a> + 1, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mday.html' title='Multiple used in 18 places.'>tm_mday</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_hour.html' title='Multiple used in 20 places.'>tm_hour</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_min.html' title='Multiple used in 19 places.'>tm_min</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_sec.html' title='Multiple used in 15 places.'>tm_sec</a>);
|
|
<a id='L1449' name='L1449'></a>1449 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/utcatime_w_nsec.html' title='Multiple used in 3 places.'>utcatime_w_nsec</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/utcatime_w_nsec.html' title='Multiple used in 3 places.'>utcatime_w_nsec</a>), "%04d-%02d-%02d %02d:%02d:%02d.%09ld",
|
|
<a id='L1450' name='L1450'></a>1450 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_year.html' title='Multiple used in 19 places.'>tm_year</a> + 1900, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mon.html' title='Multiple used in 19 places.'>tm_mon</a> + 1, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mday.html' title='Multiple used in 18 places.'>tm_mday</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_hour.html' title='Multiple used in 20 places.'>tm_hour</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_min.html' title='Multiple used in 19 places.'>tm_min</a>,
|
|
<a id='L1451' name='L1451'></a>1451 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_sec.html' title='Multiple used in 15 places.'>tm_sec</a>, <a href='../Y/atime.html' title='Multiple used in 32 places.'>atime</a>.<a href='../Y/tv_nsec.html' title='Multiple used in 26 places.'>tv_nsec</a>);
|
|
<a id='L1452' name='L1452'></a>1452
|
|
<a id='L1453' name='L1453'></a>1453 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a> = <a href='../Y/gmtime.html' title='Multiple used in 3 places.'>gmtime</a> (&<a href='../Y/mtime.html' title='Multiple used in 44 places.'>mtime</a>.<a href='../Y/tv_sec.html' title='Multiple used in 39 places.'>tv_sec</a>);
|
|
<a id='L1454' name='L1454'></a>1454 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/utcmtime.html' title='Multiple used in 3 places.'>utcmtime</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/utcmtime.html' title='Multiple used in 3 places.'>utcmtime</a>), "%04d%02d%02d%02d%02d.%02d", <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_year.html' title='Multiple used in 19 places.'>tm_year</a> + 1900,
|
|
<a id='L1455' name='L1455'></a>1455 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mon.html' title='Multiple used in 19 places.'>tm_mon</a> + 1, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mday.html' title='Multiple used in 18 places.'>tm_mday</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_hour.html' title='Multiple used in 20 places.'>tm_hour</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_min.html' title='Multiple used in 19 places.'>tm_min</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_sec.html' title='Multiple used in 15 places.'>tm_sec</a>);
|
|
<a id='L1456' name='L1456'></a>1456 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/utcmtime_w_nsec.html' title='Multiple used in 3 places.'>utcmtime_w_nsec</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/utcmtime_w_nsec.html' title='Multiple used in 3 places.'>utcmtime_w_nsec</a>), "%04d-%02d-%02d %02d:%02d:%02d.%09ld",
|
|
<a id='L1457' name='L1457'></a>1457 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_year.html' title='Multiple used in 19 places.'>tm_year</a> + 1900, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mon.html' title='Multiple used in 19 places.'>tm_mon</a> + 1, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_mday.html' title='Multiple used in 18 places.'>tm_mday</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_hour.html' title='Multiple used in 20 places.'>tm_hour</a>, <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_min.html' title='Multiple used in 19 places.'>tm_min</a>,
|
|
<a id='L1458' name='L1458'></a>1458 <a href='../Y/gmt.html' title='Multiple used in 11 places.'>gmt</a>-><a href='../Y/tm_sec.html' title='Multiple used in 15 places.'>tm_sec</a>, <a href='../Y/mtime.html' title='Multiple used in 44 places.'>mtime</a>.<a href='../Y/tv_nsec.html' title='Multiple used in 26 places.'>tv_nsec</a>);
|
|
<a id='L1459' name='L1459'></a>1459
|
|
<a id='L1460' name='L1460'></a>1460 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1461' name='L1461'></a>1461
|
|
<a id='L1462' name='L1462'></a>1462 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (
|
|
<a id='L1463' name='L1463'></a>1463 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_utime.html' title='Multiple used in 4 places.'>scr_utime</a>,
|
|
<a id='L1464' name='L1464'></a>1464 "SHELL_FILENAME=%s SHELL_FILEATIME=%ju SHELL_FILEMTIME=%ju "
|
|
<a id='L1465' name='L1465'></a>1465 "SHELL_TOUCHATIME=%s SHELL_TOUCHMTIME=%s SHELL_TOUCHATIME_W_NSEC=\"%s\" "
|
|
<a id='L1466' name='L1466'></a>1466 "SHELL_TOUCHMTIME_W_NSEC=\"%s\";\n",
|
|
<a id='L1467' name='L1467'></a>1467 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>, (<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/atime.html' title='Multiple used in 32 places.'>atime</a>.<a href='../Y/tv_sec.html' title='Multiple used in 39 places.'>tv_sec</a>, (<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/mtime.html' title='Multiple used in 44 places.'>mtime</a>.<a href='../Y/tv_sec.html' title='Multiple used in 39 places.'>tv_sec</a>, <a href='../Y/utcatime.html' title='Multiple used in 3 places.'>utcatime</a>, <a href='../Y/utcmtime.html' title='Multiple used in 3 places.'>utcmtime</a>,
|
|
<a id='L1468' name='L1468'></a>1468 <a href='../Y/utcatime_w_nsec.html' title='Multiple used in 3 places.'>utcatime_w_nsec</a>, <a href='../Y/utcmtime_w_nsec.html' title='Multiple used in 3 places.'>utcmtime_w_nsec</a>);
|
|
<a id='L1469' name='L1469'></a>1469
|
|
<a id='L1470' name='L1470'></a>1470 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1471' name='L1471'></a>1471
|
|
<a id='L1472' name='L1472'></a>1472 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1473' name='L1473'></a>1473 <em class='brace'>}</em>
|
|
<a id='L1474' name='L1474'></a>1474
|
|
<a id='L1475' name='L1475'></a>1475 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1476' name='L1476'></a>1476
|
|
<a id='L1477' name='L1477'></a>1477 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1478' name='L1478'></a>1478 <a href='../S/src--vfs--shell--shell.c.html#L1717' title='Referred from 1717 in src/vfs/shell/shell.c.'>shell_unlink</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)
|
|
<em class='comment'>/* <a href='#L1426'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1505'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1478 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1479' name='L1479'></a>1479 <em class='brace'>{</em>
|
|
<a id='L1480' name='L1480'></a>1480 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1481' name='L1481'></a>1481 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1482' name='L1482'></a>1482 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1483' name='L1483'></a>1483 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1484' name='L1484'></a>1484 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1485' name='L1485'></a>1485
|
|
<a id='L1486' name='L1486'></a>1486 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1487' name='L1487'></a>1487 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1488' name='L1488'></a>1488 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1489' name='L1489'></a>1489
|
|
<a id='L1490' name='L1490'></a>1490 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1491' name='L1491'></a>1491
|
|
<a id='L1492' name='L1492'></a>1492 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1493' name='L1493'></a>1493
|
|
<a id='L1494' name='L1494'></a>1494 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_unlink.html' title='Multiple used in 4 places.'>scr_unlink</a>,
|
|
<a id='L1495' name='L1495'></a>1495 "SHELL_FILENAME=%s;\n", <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1496' name='L1496'></a>1496
|
|
<a id='L1497' name='L1497'></a>1497 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1498' name='L1498'></a>1498
|
|
<a id='L1499' name='L1499'></a>1499 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1500' name='L1500'></a>1500 <em class='brace'>}</em>
|
|
<a id='L1501' name='L1501'></a>1501
|
|
<a id='L1502' name='L1502'></a>1502 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1503' name='L1503'></a>1503
|
|
<a id='L1504' name='L1504'></a>1504 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1505' name='L1505'></a>1505 <a href='../S/src--vfs--shell--shell.c.html#L1557' title='Referred from 1557 in src/vfs/shell/shell.c.'>shell_exists</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)
|
|
<em class='comment'>/* <a href='#L1478'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1532'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1505 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1506' name='L1506'></a>1506 <em class='brace'>{</em>
|
|
<a id='L1507' name='L1507'></a>1507 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1508' name='L1508'></a>1508 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1509' name='L1509'></a>1509 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1510' name='L1510'></a>1510 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1511' name='L1511'></a>1511 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1512' name='L1512'></a>1512
|
|
<a id='L1513' name='L1513'></a>1513 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1514' name='L1514'></a>1514 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1515' name='L1515'></a>1515 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1516' name='L1516'></a>1516
|
|
<a id='L1517' name='L1517'></a>1517 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1518' name='L1518'></a>1518
|
|
<a id='L1519' name='L1519'></a>1519 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1520' name='L1520'></a>1520
|
|
<a id='L1521' name='L1521'></a>1521 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_exists.html' title='Multiple used in 4 places.'>scr_exists</a>,
|
|
<a id='L1522' name='L1522'></a>1522 "SHELL_FILENAME=%s;\n", <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1523' name='L1523'></a>1523
|
|
<a id='L1524' name='L1524'></a>1524 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1525' name='L1525'></a>1525
|
|
<a id='L1526' name='L1526'></a>1526 <strong class='reserved'>return</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> == 0 ? 1 : 0);
|
|
<a id='L1527' name='L1527'></a>1527 <em class='brace'>}</em>
|
|
<a id='L1528' name='L1528'></a>1528
|
|
<a id='L1529' name='L1529'></a>1529 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1530' name='L1530'></a>1530
|
|
<a id='L1531' name='L1531'></a>1531 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1532' name='L1532'></a>1532 <a href='../S/src--vfs--shell--shell.c.html#L1719' title='Referred from 1719 in src/vfs/shell/shell.c.'>shell_mkdir</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>)
|
|
<em class='comment'>/* <a href='#L1505'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1568'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1532 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1533' name='L1533'></a>1533 <em class='brace'>{</em>
|
|
<a id='L1534' name='L1534'></a>1534 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1535' name='L1535'></a>1535 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1536' name='L1536'></a>1536 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1537' name='L1537'></a>1537 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1538' name='L1538'></a>1538 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1539' name='L1539'></a>1539
|
|
<a id='L1540' name='L1540'></a>1540 (<strong class='reserved'>void</strong>) <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>;
|
|
<a id='L1541' name='L1541'></a>1541
|
|
<a id='L1542' name='L1542'></a>1542 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1543' name='L1543'></a>1543 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1544' name='L1544'></a>1544 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1545' name='L1545'></a>1545
|
|
<a id='L1546' name='L1546'></a>1546 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1547' name='L1547'></a>1547
|
|
<a id='L1548' name='L1548'></a>1548 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1549' name='L1549'></a>1549
|
|
<a id='L1550' name='L1550'></a>1550 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_mkdir.html' title='Multiple used in 4 places.'>scr_mkdir</a>,
|
|
<a id='L1551' name='L1551'></a>1551 "SHELL_FILENAME=%s;\n", <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1552' name='L1552'></a>1552 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1553' name='L1553'></a>1553
|
|
<a id='L1554' name='L1554'></a>1554 <strong class='reserved'>if</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> != 0)
|
|
<a id='L1555' name='L1555'></a>1555 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1556' name='L1556'></a>1556
|
|
<a id='L1557' name='L1557'></a>1557 <strong class='reserved'>if</strong> (<a href='../S/src--vfs--shell--shell.c.html#L1505' title='Defined at 1505 in src/vfs/shell/shell.c.'>shell_exists</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>) == 0)
|
|
<a id='L1558' name='L1558'></a>1558 <em class='brace'>{</em>
|
|
<a id='L1559' name='L1559'></a>1559 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/verrno.html' title='Multiple used in 60 places.'>verrno</a> = <a href='../Y/EACCES.html' title='Multiple used in 6 places.'>EACCES</a>;
|
|
<a id='L1560' name='L1560'></a>1560 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1561' name='L1561'></a>1561 <em class='brace'>}</em>
|
|
<a id='L1562' name='L1562'></a>1562 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1563' name='L1563'></a>1563 <em class='brace'>}</em>
|
|
<a id='L1564' name='L1564'></a>1564
|
|
<a id='L1565' name='L1565'></a>1565 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1566' name='L1566'></a>1566
|
|
<a id='L1567' name='L1567'></a>1567 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1568' name='L1568'></a>1568 <a href='../S/src--vfs--shell--shell.c.html#L1720' title='Referred from 1720 in src/vfs/shell/shell.c.'>shell_rmdir</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)
|
|
<em class='comment'>/* <a href='#L1532'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1595'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1568 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1569' name='L1569'></a>1569 <em class='brace'>{</em>
|
|
<a id='L1570' name='L1570'></a>1570 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>;
|
|
<a id='L1571' name='L1571'></a>1571 <strong class='reserved'>char</strong> *<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>;
|
|
<a id='L1572' name='L1572'></a>1572 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>;
|
|
<a id='L1573' name='L1573'></a>1573 <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>;
|
|
<a id='L1574' name='L1574'></a>1574 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1575' name='L1575'></a>1575
|
|
<a id='L1576' name='L1576'></a>1576 <a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> = <a href='../S/lib--vfs--direntry.c.html#L1164' title='Defined at 1164 in lib/vfs/direntry.c.'>vfs_s_get_path</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, 0);
|
|
<a id='L1577' name='L1577'></a>1577 <strong class='reserved'>if</strong> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1578' name='L1578'></a>1578 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1579' name='L1579'></a>1579
|
|
<a id='L1580' name='L1580'></a>1580 <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a> = <a href='../S/lib--strutil--strescape.c.html#L182' title='Defined at 182 in lib/strutil/strescape.c.'>str_shell_escape</a> (<a href='../Y/crpath.html' title='Multiple used in 32 places.'>crpath</a>);
|
|
<a id='L1581' name='L1581'></a>1581
|
|
<a id='L1582' name='L1582'></a>1582 <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a> = <a href='../S/lib--vfs--vfs.h.html#L28' title='Defined at 28 in lib/vfs/vfs.h.'>VFS_CLASS</a> (<a href='../S/lib--vfs--path.h.html#L119' title='Defined at 119 in lib/vfs/path.h.'>vfs_path_get_last_path_vfs</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>));
|
|
<a id='L1583' name='L1583'></a>1583
|
|
<a id='L1584' name='L1584'></a>1584 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/shell_send_command.html' title='Multiple used in 11 places.'>shell_send_command</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>, <a href='../D/OPT_FLUSH.html' title='Multiple defined in 2 places.'>OPT_FLUSH</a>, <a href='../S/src--vfs--shell--shell.c.html#L119' title='Defined at 119 in src/vfs/shell/shell.c.'>SHELL_SUPER</a> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>)-><a href='../Y/scr_rmdir.html' title='Multiple used in 4 places.'>scr_rmdir</a>,
|
|
<a id='L1585' name='L1585'></a>1585 "SHELL_FILENAME=%s;\n", <a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1586' name='L1586'></a>1586
|
|
<a id='L1587' name='L1587'></a>1587 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/rpath.html' title='Multiple used in 39 places.'>rpath</a>);
|
|
<a id='L1588' name='L1588'></a>1588
|
|
<a id='L1589' name='L1589'></a>1589 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1590' name='L1590'></a>1590 <em class='brace'>}</em>
|
|
<a id='L1591' name='L1591'></a>1591
|
|
<a id='L1592' name='L1592'></a>1592 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1593' name='L1593'></a>1593
|
|
<a id='L1594' name='L1594'></a>1594 <strong class='reserved'>static</strong> <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *
|
|
<a id='L1595' name='L1595'></a>1595 <a href='../S/src--vfs--shell--shell.c.html#L1726' title='Referred from 1726 in src/vfs/shell/shell.c.'>shell_fh_new</a> (<strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L91' title='Defined at 91 in lib/vfs/xdirentry.h.'>vfs_s_inode</a> *<a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/changed.html' title='Multiple used in 32 places.'>changed</a>)
|
|
<em class='comment'>/* <a href='#L1568'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1608'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1595 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1596' name='L1596'></a>1596 <em class='brace'>{</em>
|
|
<a id='L1597' name='L1597'></a>1597 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>;
|
|
<a id='L1598' name='L1598'></a>1598
|
|
<a id='L1599' name='L1599'></a>1599 <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a>, 1);
|
|
<a id='L1600' name='L1600'></a>1600 <a href='../S/lib--vfs--direntry.c.html#L1273' title='Defined at 1273 in lib/vfs/direntry.c.'>vfs_s_init_fh</a> (<a href='../S/lib--vfs--xdirentry.h.html#L49' title='Defined at 49 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>), <a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>, <a href='../Y/changed.html' title='Multiple used in 32 places.'>changed</a>);
|
|
<a id='L1601' name='L1601'></a>1601
|
|
<a id='L1602' name='L1602'></a>1602 <strong class='reserved'>return</strong> <a href='../S/lib--vfs--xdirentry.h.html#L49' title='Defined at 49 in lib/vfs/xdirentry.h.'>VFS_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1603' name='L1603'></a>1603 <em class='brace'>}</em>
|
|
<a id='L1604' name='L1604'></a>1604
|
|
<a id='L1605' name='L1605'></a>1605 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1606' name='L1606'></a>1606
|
|
<a id='L1607' name='L1607'></a>1607 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L1608' name='L1608'></a>1608 <a href='../S/src--vfs--shell--shell.c.html#L1727' title='Referred from 1727 in src/vfs/shell/shell.c.'>shell_fh_open</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../S/lib--vfs--xdirentry.h.html#L114' title='Defined at 114 in lib/vfs/xdirentry.h.'>vfs_file_handler_t</a> *<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>, <strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>, <a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>)
|
|
<em class='comment'>/* <a href='#L1595'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1647'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1608 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1609' name='L1609'></a>1609 <em class='brace'>{</em>
|
|
<a id='L1610' name='L1610'></a>1610 <a href='../S/src--vfs--shell--shell.c.html#L156' title='Defined at 156 in src/vfs/shell/shell.c.'>shell_file_handler_t</a> *<a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a> = <a href='../S/src--vfs--shell--shell.c.html#L120' title='Defined at 120 in src/vfs/shell/shell.c.'>SHELL_FILE_HANDLER</a> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>);
|
|
<a id='L1611' name='L1611'></a>1611
|
|
<a id='L1612' name='L1612'></a>1612 (<strong class='reserved'>void</strong>) <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>;
|
|
<a id='L1613' name='L1613'></a>1613
|
|
<a id='L1614' name='L1614'></a>1614 <em class='comment'>// File will be written only, so no need to retrieve it</em>
|
|
<a id='L1615' name='L1615'></a>1615 <strong class='reserved'>if</strong> (((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../Y/O_WRONLY.html' title='Multiple used in 16 places.'>O_WRONLY</a>) == <a href='../Y/O_WRONLY.html' title='Multiple used in 16 places.'>O_WRONLY</a>) && ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & (<a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a> | <a href='../Y/O_RDWR.html' title='Multiple used in 13 places.'>O_RDWR</a>)) == 0))
|
|
<a id='L1616' name='L1616'></a>1616 <em class='brace'>{</em>
|
|
<a id='L1617' name='L1617'></a>1617 <em class='comment'>// user pressed the button [ Append ] in the "Copy" dialog</em>
|
|
<a id='L1618' name='L1618'></a>1618 <strong class='reserved'>if</strong> ((<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> & <a href='../Y/O_APPEND.html' title='Multiple used in 7 places.'>O_APPEND</a>) != 0)
|
|
<a id='L1619' name='L1619'></a>1619 <a href='../Y/shell.html' title='Multiple used in 71 places.'>shell</a>-><a href='../Y/append.html' title='Multiple used in 8 places.'>append</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1620' name='L1620'></a>1620
|
|
<a id='L1621' name='L1621'></a>1621 <strong class='reserved'>if</strong> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/localname.html' title='Multiple used in 44 places.'>localname</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1622' name='L1622'></a>1622 <em class='brace'>{</em>
|
|
<a id='L1623' name='L1623'></a>1623 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1624' name='L1624'></a>1624 <strong class='reserved'>int</strong> <a href='../Y/tmp_handle.html' title='Multiple used in 8 places.'>tmp_handle</a>;
|
|
<a id='L1625' name='L1625'></a>1625
|
|
<a id='L1626' name='L1626'></a>1626 <a href='../Y/tmp_handle.html' title='Multiple used in 8 places.'>tmp_handle</a> = <a href='../S/lib--vfs--utilvfs.c.html#L186' title='Defined at 186 in lib/vfs/utilvfs.c.'>vfs_mkstemps</a> (&<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>, <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/ent.html' title='Multiple used in 101 places.'>ent</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L1627' name='L1627'></a>1627 <strong class='reserved'>if</strong> (<a href='../Y/tmp_handle.html' title='Multiple used in 8 places.'>tmp_handle</a> == -1)
|
|
<a id='L1628' name='L1628'></a>1628 <strong class='reserved'>return</strong> (-1);
|
|
<a id='L1629' name='L1629'></a>1629
|
|
<a id='L1630' name='L1630'></a>1630 <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/localname.html' title='Multiple used in 44 places.'>localname</a> = <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1631' name='L1631'></a>1631 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/tmp_handle.html' title='Multiple used in 8 places.'>tmp_handle</a>);
|
|
<a id='L1632' name='L1632'></a>1632 <em class='brace'>}</em>
|
|
<a id='L1633' name='L1633'></a>1633 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1634' name='L1634'></a>1634 <em class='brace'>}</em>
|
|
<a id='L1635' name='L1635'></a>1635
|
|
<a id='L1636' name='L1636'></a>1636 <strong class='reserved'>if</strong> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/localname.html' title='Multiple used in 44 places.'>localname</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && <a href='../S/lib--vfs--direntry.c.html#L1421' title='Defined at 1421 in lib/vfs/direntry.c.'>vfs_s_retrieve_file</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>) == -1)
|
|
<a id='L1637' name='L1637'></a>1637 <strong class='reserved'>return</strong> (-1);
|
|
<a id='L1638' name='L1638'></a>1638
|
|
<a id='L1639' name='L1639'></a>1639 <strong class='reserved'>if</strong> (<a href='../Y/fh.html' title='Multiple used in 259 places.'>fh</a>-><a href='../Y/ino.html' title='Multiple used in 252 places.'>ino</a>-><a href='../Y/localname.html' title='Multiple used in 44 places.'>localname</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1640' name='L1640'></a>1640 <a href='../D/vfs_die.html' title='Multiple defined in 2 places.'>vfs_die</a> ("retrieve_file failed to fill in localname");
|
|
<a id='L1641' name='L1641'></a>1641 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1642' name='L1642'></a>1642 <em class='brace'>}</em>
|
|
<a id='L1643' name='L1643'></a>1643
|
|
<a id='L1644' name='L1644'></a>1644 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1645' name='L1645'></a>1645
|
|
<a id='L1646' name='L1646'></a>1646 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L1647' name='L1647'></a>1647 <a href='../S/src--vfs--shell--shell.c.html#L1707' title='Referred from 1707 in src/vfs/shell/shell.c.'>shell_fill_names</a> (<strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> *<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>, <a href='../Y/fill_names_f.html' title='Multiple used in 11 places.'>fill_names_f</a> <a href='../Y/func.html' title='Multiple used in 25 places.'>func</a>)
|
|
<em class='comment'>/* <a href='#L1608'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1687'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1647 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1648' name='L1648'></a>1648 <em class='brace'>{</em>
|
|
<a id='L1649' name='L1649'></a>1649 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>;
|
|
<a id='L1650' name='L1650'></a>1650
|
|
<a id='L1651' name='L1651'></a>1651 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--vfs--xdirentry.h.html#L42' title='Defined at 42 in lib/vfs/xdirentry.h.'>VFS_SUBCLASS</a> (<a href='../Y/me.html' title='Multiple used in 811 places.'>me</a>)-><a href='../Y/supers.html' title='Multiple used in 13 places.'>supers</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
|
|
<a id='L1652' name='L1652'></a>1652 <em class='brace'>{</em>
|
|
<a id='L1653' name='L1653'></a>1653 <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a> = (<strong class='reserved'>const</strong> <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--xdirentry.h.html#L65' title='Defined at 65 in lib/vfs/xdirentry.h.'>vfs_s_super</a> *) <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>-><a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>;
|
|
<a id='L1654' name='L1654'></a>1654
|
|
<a id='L1655' name='L1655'></a>1655 <strong class='reserved'>char</strong> *<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>;
|
|
<a id='L1656' name='L1656'></a>1656 <strong class='reserved'>char</strong> <a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>[10];
|
|
<a id='L1657' name='L1657'></a>1657 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> = "";
|
|
<a id='L1658' name='L1658'></a>1658
|
|
<a id='L1659' name='L1659'></a>1659 <strong class='reserved'>switch</strong> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a>)
|
|
<a id='L1660' name='L1660'></a>1660 <em class='brace'>{</em>
|
|
<a id='L1661' name='L1661'></a>1661 <strong class='reserved'>case</strong> <a href='../S/src--vfs--shell--shell.c.html#L91' title='Defined at 91 in src/vfs/shell/shell.c.'>SHELL_FLAG_RSH</a>:
|
|
<a id='L1662' name='L1662'></a>1662 <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> = ":r";
|
|
<a id='L1663' name='L1663'></a>1663 <strong class='reserved'>break</strong>;
|
|
<a id='L1664' name='L1664'></a>1664 <strong class='reserved'>case</strong> <a href='../S/src--vfs--shell--shell.c.html#L90' title='Defined at 90 in src/vfs/shell/shell.c.'>SHELL_FLAG_COMPRESSED</a>:
|
|
<a id='L1665' name='L1665'></a>1665 <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> = ":C";
|
|
<a id='L1666' name='L1666'></a>1666 <strong class='reserved'>break</strong>;
|
|
<a id='L1667' name='L1667'></a>1667 <strong class='reserved'>default</strong>:
|
|
<a id='L1668' name='L1668'></a>1668 <strong class='reserved'>if</strong> (<a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a> > <a href='../S/src--vfs--shell--shell.c.html#L91' title='Defined at 91 in src/vfs/shell/shell.c.'>SHELL_FLAG_RSH</a>)
|
|
<a id='L1669' name='L1669'></a>1669 <em class='brace'>{</em>
|
|
<a id='L1670' name='L1670'></a>1670 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>), ":%d", <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/port.html' title='Multiple used in 65 places.'>port</a>);
|
|
<a id='L1671' name='L1671'></a>1671 <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> = <a href='../Y/gbuf.html' title='Multiple used in 9 places.'>gbuf</a>;
|
|
<a id='L1672' name='L1672'></a>1672 <em class='brace'>}</em>
|
|
<a id='L1673' name='L1673'></a>1673 <strong class='reserved'>break</strong>;
|
|
<a id='L1674' name='L1674'></a>1674 <em class='brace'>}</em>
|
|
<a id='L1675' name='L1675'></a>1675
|
|
<a id='L1676' name='L1676'></a>1676 <a href='../Y/name.html' title='Multiple used in 625 places.'>name</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> (<a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/prefix.html' title='Multiple used in 85 places.'>prefix</a>, <a href='../S/lib--vfs--path.h.html#L6' title='Defined at 6 in lib/vfs/path.h.'>VFS_PATH_URL_DELIMITER</a>,
|
|
<a id='L1677' name='L1677'></a>1677 <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/user.html' title='Multiple used in 85 places.'>user</a>, "@", <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/host.html' title='Multiple used in 106 places.'>host</a>, <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>,
|
|
<a id='L1678' name='L1678'></a>1678 <a href='../S/lib--unixcompat.h.html#L114' title='Defined at 114 in lib/unixcompat.h.'>PATH_SEP_STR</a>, <a href='../Y/super.html' title='Multiple used in 624 places.'>super</a>-><a href='../Y/path_element.html' title='Multiple used in 301 places.'>path_element</a>-><a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1679' name='L1679'></a>1679 <a href='../Y/func.html' title='Multiple used in 25 places.'>func</a> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L1680' name='L1680'></a>1680 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L1681' name='L1681'></a>1681 <em class='brace'>}</em>
|
|
<a id='L1682' name='L1682'></a>1682 <em class='brace'>}</em>
|
|
<a id='L1683' name='L1683'></a>1683
|
|
<a id='L1684' name='L1684'></a>1684 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1685' name='L1685'></a>1685
|
|
<a id='L1686' name='L1686'></a>1686 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong> *
|
|
<a id='L1687' name='L1687'></a>1687 <a href='../S/src--vfs--shell--shell.c.html#L1714' title='Referred from 1714 in src/vfs/shell/shell.c.'>shell_open</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>, <a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>)
|
|
<em class='comment'>/* <a href='#L1647'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1702'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1687 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1688' name='L1688'></a>1688 <em class='brace'>{</em>
|
|
<a id='L1689' name='L1689'></a>1689 <em class='comment'>/*</em>
|
|
<a id='L1690' name='L1690'></a>1690 <em class='comment'> sorry, i've places hack here</em>
|
|
<a id='L1691' name='L1691'></a>1691 <em class='comment'> cause shell don't able to open files with O_EXCL flag</em>
|
|
<a id='L1692' name='L1692'></a>1692 <em class='comment'> */</em>
|
|
<a id='L1693' name='L1693'></a>1693 <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> &= ~<a href='../Y/O_EXCL.html' title='Multiple used in 7 places.'>O_EXCL</a>;
|
|
<a id='L1694' name='L1694'></a>1694 <strong class='reserved'>return</strong> <a href='../S/lib--vfs--direntry.c.html#L1285' title='Defined at 1285 in lib/vfs/direntry.c.'>vfs_s_open</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>, <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>);
|
|
<a id='L1695' name='L1695'></a>1695 <em class='brace'>}</em>
|
|
<a id='L1696' name='L1696'></a>1696
|
|
<a id='L1697' name='L1697'></a>1697 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1698' name='L1698'></a>1698 <em class='comment'>/*** public functions ****************************************************************************/</em>
|
|
<a id='L1699' name='L1699'></a>1699 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1700' name='L1700'></a>1700
|
|
<a id='L1701' name='L1701'></a>1701 <strong class='reserved'>void</strong>
|
|
<a id='L1702' name='L1702'></a>1702 <a href='../R/vfs_init_shell.html' title='Multiple referred from 2 places.'>vfs_init_shell</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L1687'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1702 src/vfs/shell/shell.c' /> */</em>
|
|
<a id='L1703' name='L1703'></a>1703 <em class='brace'>{</em>
|
|
<a id='L1704' name='L1704'></a>1704 <a href='../S/lib--vfs--netutil.c.html#L67' title='Defined at 67 in lib/vfs/netutil.c.'>tcp_init</a> ();
|
|
<a id='L1705' name='L1705'></a>1705
|
|
<a id='L1706' name='L1706'></a>1706 <a href='../S/lib--vfs--direntry.c.html#L1537' title='Defined at 1537 in lib/vfs/direntry.c.'>vfs_init_subclass</a> (&<a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>, "shell", <a href='../S/lib--vfs--vfs.h.html#L112' title='Defined at 112 in lib/vfs/vfs.h.'>VFSF_REMOTE</a> | <a href='../S/lib--vfs--vfs.h.html#L114' title='Defined at 114 in lib/vfs/vfs.h.'>VFSF_USETMP</a>, "sh");
|
|
<a id='L1707' name='L1707'></a>1707 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/fill_names.html' title='Multiple used in 9 places.'>fill_names</a> = <a href='../S/src--vfs--shell--shell.c.html#L1647' title='Defined at 1647 in src/vfs/shell/shell.c.'>shell_fill_names</a>;
|
|
<a id='L1708' name='L1708'></a>1708 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> = <a href='../S/src--vfs--shell--shell.c.html#L1318' title='Defined at 1318 in src/vfs/shell/shell.c.'>shell_stat</a>;
|
|
<a id='L1709' name='L1709'></a>1709 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/lstat.html' title='Multiple used in 15 places.'>lstat</a> = <a href='../S/src--vfs--shell--shell.c.html#L1330' title='Defined at 1330 in src/vfs/shell/shell.c.'>shell_lstat</a>;
|
|
<a id='L1710' name='L1710'></a>1710 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/fstat.html' title='Multiple used in 17 places.'>fstat</a> = <a href='../S/src--vfs--shell--shell.c.html#L1342' title='Defined at 1342 in src/vfs/shell/shell.c.'>shell_fstat</a>;
|
|
<a id='L1711' name='L1711'></a>1711 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/chmod.html' title='Multiple used in 14 places.'>chmod</a> = <a href='../S/src--vfs--shell--shell.c.html#L1354' title='Defined at 1354 in src/vfs/shell/shell.c.'>shell_chmod</a>;
|
|
<a id='L1712' name='L1712'></a>1712 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/chown.html' title='Multiple used in 9 places.'>chown</a> = <a href='../S/src--vfs--shell--shell.c.html#L1383' title='Defined at 1383 in src/vfs/shell/shell.c.'>shell_chown</a>;
|
|
<a id='L1713' name='L1713'></a>1713 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/utime.html' title='Multiple used in 7 places.'>utime</a> = <a href='../S/src--vfs--shell--shell.c.html#L1426' title='Defined at 1426 in src/vfs/shell/shell.c.'>shell_utime</a>;
|
|
<a id='L1714' name='L1714'></a>1714 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/open.html' title='Multiple used in 38 places.'>open</a> = <a href='../S/src--vfs--shell--shell.c.html#L1687' title='Defined at 1687 in src/vfs/shell/shell.c.'>shell_open</a>;
|
|
<a id='L1715' name='L1715'></a>1715 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/symlink.html' title='Multiple used in 8 places.'>symlink</a> = <a href='../S/src--vfs--shell--shell.c.html#L1288' title='Defined at 1288 in src/vfs/shell/shell.c.'>shell_symlink</a>;
|
|
<a id='L1716' name='L1716'></a>1716 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/link.html' title='Multiple used in 14 places.'>link</a> = <a href='../S/src--vfs--shell--shell.c.html#L1255' title='Defined at 1255 in src/vfs/shell/shell.c.'>shell_link</a>;
|
|
<a id='L1717' name='L1717'></a>1717 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/unlink.html' title='Multiple used in 23 places.'>unlink</a> = <a href='../S/src--vfs--shell--shell.c.html#L1478' title='Defined at 1478 in src/vfs/shell/shell.c.'>shell_unlink</a>;
|
|
<a id='L1718' name='L1718'></a>1718 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/rename.html' title='Multiple used in 7 places.'>rename</a> = <a href='../S/src--vfs--shell--shell.c.html#L1222' title='Defined at 1222 in src/vfs/shell/shell.c.'>shell_rename</a>;
|
|
<a id='L1719' name='L1719'></a>1719 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/mkdir.html' title='Multiple used in 11 places.'>mkdir</a> = <a href='../S/src--vfs--shell--shell.c.html#L1532' title='Defined at 1532 in src/vfs/shell/shell.c.'>shell_mkdir</a>;
|
|
<a id='L1720' name='L1720'></a>1720 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/rmdir.html' title='Multiple used in 10 places.'>rmdir</a> = <a href='../S/src--vfs--shell--shell.c.html#L1568' title='Defined at 1568 in src/vfs/shell/shell.c.'>shell_rmdir</a>;
|
|
<a id='L1721' name='L1721'></a>1721 <a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>-><a href='../Y/ctl.html' title='Multiple used in 4 places.'>ctl</a> = <a href='../S/src--vfs--shell--shell.c.html#L1188' title='Defined at 1188 in src/vfs/shell/shell.c.'>shell_ctl</a>;
|
|
<a id='L1722' name='L1722'></a>1722 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/archive_same.html' title='Multiple used in 9 places.'>archive_same</a> = <a href='../S/src--vfs--shell--shell.c.html#L709' title='Defined at 709 in src/vfs/shell/shell.c.'>shell_archive_same</a>;
|
|
<a id='L1723' name='L1723'></a>1723 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/new_archive.html' title='Multiple used in 7 places.'>new_archive</a> = <a href='../S/src--vfs--shell--shell.c.html#L362' title='Defined at 362 in src/vfs/shell/shell.c.'>shell_new_archive</a>;
|
|
<a id='L1724' name='L1724'></a>1724 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/open_archive.html' title='Multiple used in 9 places.'>open_archive</a> = <a href='../S/src--vfs--shell--shell.c.html#L660' title='Defined at 660 in src/vfs/shell/shell.c.'>shell_open_archive</a>;
|
|
<a id='L1725' name='L1725'></a>1725 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/free_archive.html' title='Multiple used in 8 places.'>free_archive</a> = <a href='../S/src--vfs--shell--shell.c.html#L375' title='Defined at 375 in src/vfs/shell/shell.c.'>shell_free_archive</a>;
|
|
<a id='L1726' name='L1726'></a>1726 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/fh_new.html' title='Multiple used in 6 places.'>fh_new</a> = <a href='../S/src--vfs--shell--shell.c.html#L1595' title='Defined at 1595 in src/vfs/shell/shell.c.'>shell_fh_new</a>;
|
|
<a id='L1727' name='L1727'></a>1727 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/fh_open.html' title='Multiple used in 6 places.'>fh_open</a> = <a href='../S/src--vfs--shell--shell.c.html#L1608' title='Defined at 1608 in src/vfs/shell/shell.c.'>shell_fh_open</a>;
|
|
<a id='L1728' name='L1728'></a>1728 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/dir_load.html' title='Multiple used in 5 places.'>dir_load</a> = <a href='../S/src--vfs--shell--shell.c.html#L888' title='Defined at 888 in src/vfs/shell/shell.c.'>shell_dir_load</a>;
|
|
<a id='L1729' name='L1729'></a>1729 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/file_store.html' title='Multiple used in 5 places.'>file_store</a> = <a href='../S/src--vfs--shell--shell.c.html#L964' title='Defined at 964 in src/vfs/shell/shell.c.'>shell_file_store</a>;
|
|
<a id='L1730' name='L1730'></a>1730 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/linear_start.html' title='Multiple used in 6 places.'>linear_start</a> = <a href='../S/src--vfs--shell--shell.c.html#L1074' title='Defined at 1074 in src/vfs/shell/shell.c.'>shell_linear_start</a>;
|
|
<a id='L1731' name='L1731'></a>1731 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/linear_read.html' title='Multiple used in 5 places.'>linear_read</a> = <a href='../S/src--vfs--shell--shell.c.html#L1149' title='Defined at 1149 in src/vfs/shell/shell.c.'>shell_linear_read</a>;
|
|
<a id='L1732' name='L1732'></a>1732 <a href='../Y/shell_subclass.html' title='Multiple used in 14 places.'>shell_subclass</a>.<a href='../Y/linear_close.html' title='Multiple used in 6 places.'>linear_close</a> = <a href='../S/src--vfs--shell--shell.c.html#L1177' title='Defined at 1177 in src/vfs/shell/shell.c.'>shell_linear_close</a>;
|
|
<a id='L1733' name='L1733'></a>1733 <a href='../S/lib--vfs--vfs.c.html#L296' title='Defined at 296 in lib/vfs/vfs.c.'>vfs_register_class</a> (<a href='../Y/vfs_shell_ops.html' title='Multiple used in 19 places.'>vfs_shell_ops</a>);
|
|
<a id='L1734' name='L1734'></a>1734 <em class='brace'>}</em>
|
|
<a id='L1735' name='L1735'></a>1735
|
|
<a id='L1736' name='L1736'></a>1736 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
</pre>
|
|
<hr />
|
|
<a id='BOTTOM' name='BOTTOM'></a>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L172'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1702'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1736 src/vfs/shell/shell.c' /> */</em>
|
|
</body>
|
|
</html>
|