mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
3.1 KiB
HTML
27 lines
3.1 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_subclass</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--xdirentry.h.html#L179'>vfs_init_subclass</a> 179 lib/vfs/xdirentry.h void vfs_init_subclass (struct vfs_s_subclass *sub, const char *name, vfs_flags_t flags,</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L886'>vfs_init_subclass</a> 886 src/vfs/cpio/cpio.c vfs_init_subclass (&cpio_subclass, "cpiofs", VFSF_READONLY, "ucpio");</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1716'>vfs_init_subclass</a> 1716 src/vfs/extfs/extfs.c vfs_init_subclass (&extfs_subclass, "extfs", VFSF_UNKNOWN, NULL);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2751'>vfs_init_subclass</a> 2751 src/vfs/ftpfs/ftpfs.c vfs_init_subclass (&ftpfs_subclass, "ftpfs", VFSF_NOLINKS | VFSF_REMOTE | VFSF_USETMP, "ftp");</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L817'>vfs_init_subclass</a> 817 src/vfs/sftpfs/sftpfs.c vfs_init_subclass (&sftpfs_subclass, "sftpfs", VFSF_NOLINKS | VFSF_REMOTE, "sftp");</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1706'>vfs_init_subclass</a> 1706 src/vfs/shell/shell.c vfs_init_subclass (&shell_subclass, "shell", VFSF_REMOTE | VFSF_USETMP, "sh");</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1267'>vfs_init_subclass</a> 1267 src/vfs/tar/tar.c vfs_init_subclass (&tarfs_subclass, "tarfs", VFSF_READONLY, "utar");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L61'>vfs_init_subclass</a> 61 tests/lib/vfs/vfs_parse_ls_lga.c vfs_init_subclass (&test_subclass1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L89'>vfs_init_subclass</a> 89 tests/lib/vfs/vfs_s_get_path.c vfs_init_subclass (&test_subclass1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L95'>vfs_init_subclass</a> 95 tests/lib/vfs/vfs_s_get_path.c vfs_init_subclass (&test_subclass2, "testfs2", VFSF_UNKNOWN, "test2");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L98'>vfs_init_subclass</a> 98 tests/lib/vfs/vfs_s_get_path.c vfs_init_subclass (&test_subclass3, "testfs3", VFSF_UNKNOWN, "test3");</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--ftpfs--ftpfs_parse_long_list.c.html#L47'>vfs_init_subclass</a> 47 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c vfs_init_subclass (&ftpfs_subclass, "ftpfs", VFSF_NOLINKS | VFSF_REMOTE | VFSF_USETMP, "ftp");</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|