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

39 lines
4.8 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>mc_open</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--mcconfig--common.c.html#L73'>mc_open</a> 73 lib/mcconfig/common.c fd = mc_open (ini_vpath, O_WRONLY | O_TRUNC, 0);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L90'>mc_open</a> 90 lib/vfs/interface.c fdin = mc_open (filename_vpath, O_RDONLY | O_LINEAR);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L151'>mc_open</a> 151 lib/vfs/interface.c fdout = mc_open (filename_vpath, O_WRONLY | O_TRUNC);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L336'>mc_open</a> 336 lib/vfs/vfs.h int mc_open (const vfs_path_t *vpath, int flags, ...);</span>
<span class='curline'><a href='../S/src--clipboard.c.html#L150'>mc_open</a> 150 src/clipboard.c file = mc_open (fname_vpath, clip_open_flags, clip_open_mode);</span>
<span class='curline'><a href='../S/src--clipboard.c.html#L190'>mc_open</a> 190 src/clipboard.c file = mc_open (fname_vpath, clip_open_flags, clip_open_mode);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L198'>mc_open</a> 198 src/editor/edit.c file = mc_open (filename_vpath, O_RDONLY | O_BINARY);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L300'>mc_open</a> 300 src/editor/edit.c file = mc_open (filename_vpath, O_NONBLOCK | O_RDONLY | O_BINARY, 0666);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L307'>mc_open</a> 307 src/editor/edit.c file = mc_open (filename_vpath, O_NONBLOCK | O_RDONLY | O_BINARY | O_CREAT | O_EXCL, 0666);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2015'>mc_open</a> 2015 src/editor/edit.c file = mc_open (filename_vpath, O_RDONLY | O_BINARY);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L161'>mc_open</a> 161 src/editor/editcmd.c fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L243'>mc_open</a> 243 src/editor/editcmd.c fd = mc_open (savename_vpath, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, edit-&gt;stat1.st_mode);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L978'>mc_open</a> 978 src/editor/editcmd.c file = mc_open (exp_vpath, O_RDONLY | O_BINARY);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1563'>mc_open</a> 1563 src/editor/editcmd.c file = mc_open (vpath, O_CREAT | O_WRONLY | O_TRUNC,</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2551'>mc_open</a> 2551 src/filemanager/file.c while ((src_desc = mc_open (src_vpath, O_RDONLY | O_LINEAR)) &lt; 0)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2604'>mc_open</a> 2604 src/filemanager/file.c while ((dest_desc = mc_open (dst_vpath, open_flags, src_mode)) &lt; 0)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L967'>mc_open</a> 967 src/filemanager/find.c file_fd = mc_open (vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L235'>mc_open</a> 235 src/vfs/cpio/cpio.c fd = mc_open (vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L257'>mc_open</a> 257 src/vfs/cpio/cpio.c fd = mc_open (tmp_vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L893'>mc_open</a> 893 src/vfs/tar/tar.c result = mc_open (vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L915'>mc_open</a> 915 src/vfs/tar/tar.c result = mc_open (tmp_vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L384'>mc_open</a> 384 src/viewer/hex.c fp = mc_open (view-&gt;filename_vpath, O_WRONLY);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L336'>mc_open</a> 336 src/viewer/mcviewer.c fd = mc_open (vpath, O_RDONLY | O_NONBLOCK);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L396'>mc_open</a> 396 src/viewer/mcviewer.c fd1 = mc_open (vpath1, O_RDONLY | O_NONBLOCK);</span>
</pre>
</body>
</html>