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

35 lines
3.7 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>init</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--glibcompat.c.html#L210'>init</a> 210 lib/glibcompat.c g_string_new_take (char *init)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L214'>init</a> 214 lib/glibcompat.c if (init == NULL)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L219'>init</a> 219 lib/glibcompat.c string-&gt;str = init;</span>
<span class='curline'><a href='../S/lib--glibcompat.h.html#L33'>init</a> 33 lib/glibcompat.h GString *g_string_new_take (char *init);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L298'>init</a> 298 lib/vfs/vfs.c if (vfs-&gt;init != NULL) // vfs has own initialization function</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L299'>init</a> 299 lib/vfs/vfs.c if (vfs-&gt;init (vfs) == 0) // but it failed</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L147'>init</a> 147 lib/vfs/vfs.h int (*init) (struct vfs_class *me);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L568'>init</a> 568 lib/widget/wtools.c sm-&gt;init = init_cb;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L572'>init</a> 572 lib/widget/wtools.c if (sm-&gt;init != NULL)</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L573'>init</a> 573 lib/widget/wtools.c sm-&gt;init (sm);</span>
<span class='curline'><a href='../S/lib--widget--wtools.h.html#L47'>init</a> 47 lib/widget/wtools.h status_msg_cb init; // callback to init derived classes</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1717'>init</a> 1717 src/vfs/extfs/extfs.c vfs_extfs_ops-&gt;init = extfs_init;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L574'>init</a> 574 src/vfs/sfs/sfs.c vfs_sfs_ops-&gt;init = sfs_init;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L819'>init</a> 819 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops-&gt;init = sftpfs_cb_init;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L115'>init</a> 115 src/vfs/tar/tar-sparse.c gboolean (*init) (struct tar_sparse_file *file);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L154'>init</a> 154 src/vfs/tar/tar-sparse.c .init = NULL, // No init function</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L162'>init</a> 162 src/vfs/tar/tar-sparse.c .init = NULL, // No init function</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L235'>init</a> 235 src/vfs/tar/tar-sparse.c .init = NULL, // No init function</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L297'>init</a> 297 src/vfs/tar/tar-sparse.c if (file-&gt;optab-&gt;init != NULL)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L298'>init</a> 298 src/vfs/tar/tar-sparse.c return file-&gt;optab-&gt;init (file);</span>
</pre>
</body>
</html>