mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
38 lines
5.4 KiB
HTML
38 lines
5.4 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>vfs_init_class</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--direntry.c.html#L1544'>vfs_init_class</a> 1544 lib/vfs/direntry.c vfs_init_class (vclass, name, flags, prefix);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L236'>vfs_init_class</a> 236 lib/vfs/vfs.h void vfs_init_class (struct vfs_class *vclass, const char *name, vfs_flags_t flags,</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L495'>vfs_init_class</a> 495 src/vfs/local/local.c vfs_init_class (vfs_local_ops, "localfs", VFSF_LOCAL, NULL);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L573'>vfs_init_class</a> 573 src/vfs/sfs/sfs.c vfs_init_class (vfs_sfs_ops, "sfs", VFSF_UNKNOWN, NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--canonicalize_pathname.c.html#L54'>vfs_init_class</a> 54 tests/lib/vfs/canonicalize_pathname.c vfs_init_class (&vfs_test_ops, "testfs", VFSF_NOLINKS | VFSF_REMOTE, "ftp");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L66'>vfs_init_class</a> 66 tests/lib/vfs/current_dir.c vfs_init_class (vfs_test_ops, "testfs", VFSF_UNKNOWN, "test");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L43'>vfs_init_class</a> 43 tests/lib/vfs/path_manipulations.c vfs_init_class (&vfs_test_ops1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L46'>vfs_init_class</a> 46 tests/lib/vfs/path_manipulations.c vfs_init_class (&vfs_test_ops2, "testfs2", VFSF_UNKNOWN, "test2");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L49'>vfs_init_class</a> 49 tests/lib/vfs/path_manipulations.c vfs_init_class (&vfs_test_ops3, "testfs3", VFSF_LOCAL, "test3");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L230'>vfs_init_class</a> 230 tests/lib/vfs/path_recode.c vfs_init_class (&vfs_test_ops1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L51'>vfs_init_class</a> 51 tests/lib/vfs/path_serialize.c vfs_init_class (&vfs_test_ops1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L54'>vfs_init_class</a> 54 tests/lib/vfs/path_serialize.c vfs_init_class (&vfs_test_ops2, "testfs2", VFSF_UNKNOWN, "test2");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L57'>vfs_init_class</a> 57 tests/lib/vfs/path_serialize.c vfs_init_class (&vfs_test_ops3, "testfs3", VFSF_UNKNOWN, "test3");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L83'>vfs_init_class</a> 83 tests/lib/vfs/relative_cd.c vfs_init_class (vfs_test_ops1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L54'>vfs_init_class</a> 54 tests/lib/vfs/vfs_path_string_convert.c vfs_init_class (&vfs_test_ops1, "testfs1", VFSF_NOLINKS, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L57'>vfs_init_class</a> 57 tests/lib/vfs/vfs_path_string_convert.c vfs_init_class (&vfs_test_ops2, "testfs2", VFSF_REMOTE, "test2");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L60'>vfs_init_class</a> 60 tests/lib/vfs/vfs_path_string_convert.c vfs_init_class (&vfs_test_ops3, "testfs3", VFSF_UNKNOWN, "test3");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_prefix_to_class.c.html#L63'>vfs_init_class</a> 63 tests/lib/vfs/vfs_prefix_to_class.c vfs_init_class (&vfs_test_ops1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_prefix_to_class.c.html#L67'>vfs_init_class</a> 67 tests/lib/vfs/vfs_prefix_to_class.c vfs_init_class (&vfs_test_ops2, "testfs2", VFSF_UNKNOWN, "test2");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_prefix_to_class.c.html#L70'>vfs_init_class</a> 70 tests/lib/vfs/vfs_prefix_to_class.c vfs_init_class (&vfs_test_ops3, "testfs3", VFSF_UNKNOWN, "test3");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L50'>vfs_init_class</a> 50 tests/lib/vfs/vfs_split.c vfs_init_class (&vfs_test_ops1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L53'>vfs_init_class</a> 53 tests/lib/vfs/vfs_split.c vfs_init_class (&vfs_test_ops2, "testfs2", VFSF_UNKNOWN, "test2");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L56'>vfs_init_class</a> 56 tests/lib/vfs/vfs_split.c vfs_init_class (&vfs_test_ops3, "testfs3", VFSF_UNKNOWN, "test3");</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|