Files
source/R/vfs_init_subclass.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;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 (&amp;ftpfs_subclass, "ftpfs", VFSF_NOLINKS | VFSF_REMOTE | VFSF_USETMP, "ftp");</span>
</pre>
</body>
</html>