mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
30 lines
2.8 KiB
HTML
30 lines
2.8 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>path2</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--vfs--path.c.html#L1568'>path2</a> 1568 lib/vfs/path.c const char *path1, *path2;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1575'>path2</a> 1575 lib/vfs/path.c path2 = vfs_path_as_str (vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1577'>path2</a> 1577 lib/vfs/path.c ret_val = strcmp (path1, path2) == 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1596'>path2</a> 1596 lib/vfs/path.c const char *path1, *path2;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1603'>path2</a> 1603 lib/vfs/path.c path2 = vfs_path_as_str (vpath2);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1605'>path2</a> 1605 lib/vfs/path.c ret_val = strncmp (path1, path2, len) == 0;</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L267'>path2</a> 267 src/vfs/local/local.c const char *path1, *path2;</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L270'>path2</a> 270 src/vfs/local/local.c path2 = vfs_path_get_last_path_str (vpath2);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L271'>path2</a> 271 src/vfs/local/local.c return symlink (path1, path2);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L308'>path2</a> 308 src/vfs/local/local.c const char *path1, *path2;</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L311'>path2</a> 311 src/vfs/local/local.c path2 = vfs_path_get_last_path_str (vpath2);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L312'>path2</a> 312 src/vfs/local/local.c return rename (path1, path2);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L342'>path2</a> 342 src/vfs/local/local.c const char *path1, *path2;</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L345'>path2</a> 345 src/vfs/local/local.c path2 = vfs_path_get_last_path_str (vpath2);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L346'>path2</a> 346 src/vfs/local/local.c return link (path1, path2);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|