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

32 lines
3.3 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>ctlop</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#L791'>ctlop</a> 791 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L797'>ctlop</a> 797 lib/vfs/direntry.c switch (ctlop)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L343'>ctlop</a> 343 lib/vfs/interface.c mc_ctl (int handle, int ctlop, void *arg)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L350'>ctlop</a> 350 lib/vfs/interface.c return (vfs == NULL || vfs-&gt;ctl == NULL) ? 0 : vfs-&gt;ctl (fsinfo, ctlop, arg);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L356'>ctlop</a> 356 lib/vfs/interface.c mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L366'>ctlop</a> 366 lib/vfs/interface.c result = me-&gt;setctl != NULL ? me-&gt;setctl (vpath, ctlop, arg) : 0;</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L205'>ctlop</a> 205 lib/vfs/vfs.h int (*ctl) (void *vfs_info, int ctlop, void *arg);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L206'>ctlop</a> 206 lib/vfs/vfs.h int (*setctl) (const vfs_path_t *vpath, int ctlop, void *arg);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L334'>ctlop</a> 334 lib/vfs/vfs.h int mc_ctl (int fd, int ctlop, void *arg);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L335'>ctlop</a> 335 lib/vfs/vfs.h int mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1697'>ctlop</a> 1697 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1701'>ctlop</a> 1701 src/vfs/extfs/extfs.c if (ctlop == VFS_SETCTL_RUN)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2088'>ctlop</a> 2088 src/vfs/ftpfs/ftpfs.c ftpfs_ctl (void *fh, int ctlop, void *arg)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2092'>ctlop</a> 2092 src/vfs/ftpfs/ftpfs.c switch (ctlop)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1188'>ctlop</a> 1188 src/vfs/shell/shell.c shell_ctl (void *fh, int ctlop, void *arg)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1192'>ctlop</a> 1192 src/vfs/shell/shell.c (void) ctlop;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1197'>ctlop</a> 1197 src/vfs/shell/shell.c switch (ctlop)</span>
</pre>
</body>
</html>