mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
85 lines
13 KiB
HTML
85 lines
13 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>vpath1</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L869'>vpath1</a> 869 lib/util.c diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L875'>vpath1</a> 875 lib/util.c my_first = resolve_symlinks (vpath1);</span>
|
|
<span class='curline'><a href='../S/lib--util.h.html#L198'>vpath1</a> 198 lib/util.h char *diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L266'>vpath1</a> 266 lib/vfs/interface.c mc_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L270'>vpath1</a> 270 lib/vfs/interface.c if (vpath1 != NULL && vpath2 != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L277'>vpath1</a> 277 lib/vfs/interface.c result = me->symlink != NULL ? me->symlink (vpath1, vpath2) : -1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L314'>vpath1</a> 314 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L319'>vpath1</a> 319 lib/vfs/interface.c if (vpath1 == NULL || vpath2 == NULL) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L322'>vpath1</a> 322 lib/vfs/interface.c me1 = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1)); \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L331'>vpath1</a> 331 lib/vfs/interface.c result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1; \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1566'>vpath1</a> 1566 lib/vfs/path.c vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1571'>vpath1</a> 1571 lib/vfs/path.c if (vpath1 == NULL || vpath2 == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1574'>vpath1</a> 1574 lib/vfs/path.c path1 = vfs_path_as_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1594'>vpath1</a> 1594 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t *vpath1, const vfs_path_t *vpath2, size_t len)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1599'>vpath1</a> 1599 lib/vfs/path.c if (vpath1 == NULL || vpath2 == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1602'>vpath1</a> 1602 lib/vfs/path.c path1 = vfs_path_as_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L91'>vpath1</a> 91 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L92'>vpath1</a> 92 lib/vfs/path.h gboolean vfs_path_equal_len (const vfs_path_t *vpath1, const vfs_path_t *vpath2, size_t len);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L184'>vpath1</a> 184 lib/vfs/vfs.h int (*symlink) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L185'>vpath1</a> 185 lib/vfs/vfs.h int (*link) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L187'>vpath1</a> 187 lib/vfs/vfs.h int (*rename) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L321'>vpath1</a> 321 lib/vfs/vfs.h int mc_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L326'>vpath1</a> 326 lib/vfs/vfs.h int mc_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L327'>vpath1</a> 327 lib/vfs/vfs.h int mc_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L170'>vpath1</a> 170 src/filemanager/cmd.c compare_files (const vfs_path_t *vpath1, const vfs_path_t *vpath2, off_t size)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L178'>vpath1</a> 178 src/filemanager/cmd.c file1 = open (vfs_path_as_str (vpath1), O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2267'>vpath1</a> 2267 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2269'>vpath1</a> 2269 src/vfs/ftpfs/ftpfs.c ftpfs_send_command (vpath1, "RNFR /%s", OPT_FLUSH);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L265'>vpath1</a> 265 src/vfs/local/local.c local_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L269'>vpath1</a> 269 src/vfs/local/local.c path1 = vfs_path_get_last_path_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L306'>vpath1</a> 306 src/vfs/local/local.c local_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L310'>vpath1</a> 310 src/vfs/local/local.c path1 = vfs_path_get_last_path_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L340'>vpath1</a> 340 src/vfs/local/local.c local_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L344'>vpath1</a> 344 src/vfs/local/local.c path1 = vfs_path_get_last_path_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L382'>vpath1</a> 382 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L400'>vpath1</a> 400 src/vfs/sftpfs/internal.c path1 = vfs_path_get_last_path_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L575'>vpath1</a> 575 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L593'>vpath1</a> 593 src/vfs/sftpfs/internal.c path1 = vfs_path_get_last_path_str (vpath1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L85'>vpath1</a> 85 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L89'>vpath1</a> 89 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L358'>vpath1</a> 358 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L363'>vpath1</a> 363 src/vfs/sftpfs/sftpfs.c rc = sftpfs_symlink (vpath1, vpath2, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L398'>vpath1</a> 398 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L400'>vpath1</a> 400 src/vfs/sftpfs/sftpfs.c (void) vpath1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L617'>vpath1</a> 617 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L622'>vpath1</a> 622 src/vfs/sftpfs/sftpfs.c rc = sftpfs_rename (vpath1, vpath2, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1222'>vpath1</a> 1222 src/vfs/shell/shell.c shell_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1230'>vpath1</a> 1230 src/vfs/shell/shell.c crpath1 = vfs_s_get_path (vpath1, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1241'>vpath1</a> 1241 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1255'>vpath1</a> 1255 src/vfs/shell/shell.c shell_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1263'>vpath1</a> 1263 src/vfs/shell/shell.c crpath1 = vfs_s_get_path (vpath1, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1274'>vpath1</a> 1274 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1288'>vpath1</a> 1288 src/vfs/shell/shell.c shell_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1302'>vpath1</a> 1302 src/vfs/shell/shell.c qsetto = str_shell_escape (vfs_path_get_last_path_str (vpath1));</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L390'>vpath1</a> 390 src/viewer/mcviewer.c vfs_path_t *vpath1;</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L394'>vpath1</a> 394 src/viewer/mcviewer.c vpath1 = vfs_path_from_str (tmp_filename);</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L396'>vpath1</a> 396 src/viewer/mcviewer.c fd1 = mc_open (vpath1, O_RDONLY | O_NONBLOCK);</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L397'>vpath1</a> 397 src/viewer/mcviewer.c vfs_path_free (vpath1, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L120'>vpath1</a> 120 tests/lib/vfs/path_cmp.c vfs_path_t *vpath1, *vpath2;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L123'>vpath1</a> 123 tests/lib/vfs/path_cmp.c vpath1 = vfs_path_from_str (data->input_path1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L127'>vpath1</a> 127 tests/lib/vfs/path_cmp.c actual_result = vfs_path_equal (vpath1, vpath2);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L132'>vpath1</a> 132 tests/lib/vfs/path_cmp.c vfs_path_free (vpath1, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L209'>vpath1</a> 209 tests/lib/vfs/path_cmp.c vfs_path_t *vpath1, *vpath2;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L212'>vpath1</a> 212 tests/lib/vfs/path_cmp.c vpath1 = vfs_path_from_str (data->input_path1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L216'>vpath1</a> 216 tests/lib/vfs/path_cmp.c actual_result = vfs_path_equal_len (vpath1, vpath2, data->input_length);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L221'>vpath1</a> 221 tests/lib/vfs/path_cmp.c vfs_path_free (vpath1, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L331'>vpath1</a> 331 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath1, *vpath2, *vpath3;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L333'>vpath1</a> 333 tests/lib/vfs/path_manipulations.c vpath1 = vfs_path_from_str (data->input_path1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L337'>vpath1</a> 337 tests/lib/vfs/path_manipulations.c vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L343'>vpath1</a> 343 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath1, TRUE);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|