mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.6 KiB
HTML
22 lines
1.6 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>O_APPEND</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--vfs.h.html#L36'>O_APPEND</a> 36 lib/vfs/vfs.h #if (O_ALL & O_APPEND)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L42'>O_APPEND</a> 42 lib/vfs/vfs.h #define O_LINEAR O_APPEND</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2600'>O_APPEND</a> 2600 src/filemanager/file.c open_flags |= O_APPEND;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2341'>O_APPEND</a> 2341 src/vfs/ftpfs/ftpfs.c ftp->append = (flags & O_APPEND) != 0;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2350'>O_APPEND</a> 2350 src/vfs/ftpfs/ftpfs.c (flags & O_APPEND) != 0 ? "APPE" : "STOR", name,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L150'>O_APPEND</a> 150 src/vfs/sftpfs/file.c if ((flags & O_APPEND) != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1618'>O_APPEND</a> 1618 src/vfs/shell/shell.c if ((flags & O_APPEND) != 0)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|