mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
53 lines
7.0 KiB
HTML
53 lines
7.0 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>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--vfs--direntry.c.html#L1377'>open</a> 1377 lib/vfs/direntry.c fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1508'>open</a> 1508 lib/vfs/direntry.c vclass->open = vfs_s_open;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L148'>open</a> 148 lib/vfs/interface.c fdin = open (local, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L214'>open</a> 214 lib/vfs/interface.c if (me != NULL && me->open != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L219'>open</a> 219 lib/vfs/interface.c info = me->open (vpath, flags, mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L162'>open</a> 162 lib/vfs/vfs.h void *(*open) (const vfs_path_t *vpath, int flags, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L239'>open</a> 239 lib/widget/history.c i = open (profile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);</span>
|
|
<span class='curline'><a href='../S/src--background.c.html#L568'>open</a> 568 src/background.c nullfd = open ("/dev/null", O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L209'>open</a> 209 src/cons.handler.c status = open ("/dev/null", O_WRONLY);</span>
|
|
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L199'>open</a> 199 src/consaver/cons.saver.c console_fd = open (console_name, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L217'>open</a> 217 src/consaver/cons.saver.c vcsa_fd = open (vcsa_name, O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L298'>open</a> 298 src/diffviewer/ydiff.c fd = open (filename, flags);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L178'>open</a> 178 src/filemanager/cmd.c file1 = open (vfs_path_as_str (vpath1), O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L183'>open</a> 183 src/filemanager/cmd.c file2 = open (vfs_path_as_str (vpath2), O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1026'>open</a> 1026 src/filemanager/mountlist.c lockfd = open (MNTTAB_LOCK, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1456'>open</a> 1456 src/filemanager/mountlist.c fd = open (dir, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L473'>open</a> 473 src/main.c open (mc_args__last_wd_file, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1102'>open</a> 1102 src/subshell/common.c const int pty_master = open (pty_name, O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1105'>open</a> 1105 src/subshell/common.c const int pty_master = open (pty_name, O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1128'>open</a> 1128 src/subshell/common.c const int pty_slave = open (pty_name, O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1187'>open</a> 1187 src/subshell/common.c const int pty_master = open (pty_name, O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1224'>open</a> 1224 src/subshell/common.c const int pty_slave = open (pty_name, O_RDWR);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1727'>open</a> 1727 src/subshell/common.c if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1728'>open</a> 1728 src/subshell/common.c || (subshell_pipe[WRITE] = open (tcsh_fifo, O_RDWR)) == -1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1100'>open</a> 1100 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1106'>open</a> 1106 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, flags, mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1596'>open</a> 1596 src/vfs/extfs/extfs.c f = open (fullname, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1721'>open</a> 1721 src/vfs/extfs/extfs.c vfs_extfs_ops->open = extfs_open;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1936'>open</a> 1936 src/vfs/ftpfs/ftpfs.c h = open (localname, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L71'>open</a> 71 src/vfs/local/local.c fd = open (path, NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L497'>open</a> 497 src/vfs/local/local.c vfs_local_ops->open = local_open;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L301'>open</a> 301 src/vfs/sfs/sfs.c fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L578'>open</a> 578 src/vfs/sfs/sfs.c vfs_sfs_ops->open = sfs_open;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L841'>open</a> 841 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->open = sftpfs_cb_open;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L445'>open</a> 445 src/vfs/shell/shell.c res = open ("/dev/null", O_WRONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L976'>open</a> 976 src/vfs/shell/shell.c h = open (localname, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1039'>open</a> 1039 src/vfs/shell/shell.c h = open ("/dev/zero", O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1714'>open</a> 1714 src/vfs/shell/shell.c vfs_shell_ops->open = shell_open;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|