Searched refs:O_WRONLY (Results 1 - 25 of 52) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dflags.c79 m = O_WRONLY;
85 m = O_WRONLY;
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c36 if ( oflag==(O_WRONLY|O_CREAT) )
H A Dwincecompat.h20 #define O_WRONLY 0x0001 /* open for writing only */ macro
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dpadimg.pl33 sysopen ( my $fh, $filename, ( O_WRONLY | O_APPEND ) )
H A Dhijack.c550 fd = open ( pidfile, ( O_WRONLY | O_CREAT | O_TRUNC ),
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dfcntl.h35 #define O_WRONLY _O_WRONLY macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dfcntl.h42 #define O_WRONLY _O_WRONLY macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dio.sed.in56 SED_REPLACE(O_WRONLY)
H A Dio.d.in141 * flags behave as a bit-field *except* for O_RDONLY, O_WRONLY, and O_RDWR.
143 * F_GET[X]FL command, such as: if ((fi_oflags & O_ACCMODE) == O_WRONLY).
150 inline int O_WRONLY = @O_WRONLY@;
151 #pragma D binding "1.1" O_WRONLY
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h65 #define O_WRONLY 0x00000001 ///< open for writing only macro
161 exactly one of { O_RDONLY, O_RDWR, O_WRONLY } in the value of oflags.
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c80 fds[n++] = open(file, O_WRONLY);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A DMain.c164 i = open("stdout:", O_WRONLY, 0222);
166 i = open("stderr:", O_WRONLY, 0222);
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h56 # define O_WRONLY _O_WRONLY macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_oss.c84 if ((dsp_mode == O_WRONLY || dsp_mode == O_RDWR) && !rdpsnd_queue_empty())
204 if (!oss_open(O_WRONLY))
240 if (oss_open(O_WRONLY))
H A Drdpsnd_sun.c182 if (dsp_mode != O_WRONLY)
212 if (!sun_open(O_WRONLY))
H A Dprintercache.c223 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0600);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdUnix.cpp161 ipcLockFD = open(lockFile, O_WRONLY|O_CREAT, S_IWUSR|S_IRUSR);
554 PR_Open("/dev/null", O_WRONLY, 0);
556 PR_Open("/dev/null", O_WRONLY, 0);
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c462 pFile = vboxPciFileOpen(szFileBuf, O_WRONLY);
485 pFile = vboxPciFileOpen(szFileBuf, O_WRONLY);
500 pFile = vboxPciFileOpen(szFileBuf, O_WRONLY);
576 pFile = vboxPciFileOpen(szFileBuf, O_WRONLY);
590 pFile = vboxPciFileOpen(szFileBuf, O_WRONLY);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dfilenet.c323 conn->fd = open( conn->filename, O_CREAT | O_WRONLY | O_BINARY |
326 conn->fd = open( conn->filename, O_CREAT | O_WRONLY | O_BINARY,
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c952 fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
962 fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
1013 fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c42 O_WRONLY, // stdout
43 O_WRONLY // stderr
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp202 int fd = open("/dev/null", O_WRONLY);
/vbox/src/VBox/Devices/Audio/
H A Dsolaudio.c186 g_AudioDev = open(g_pszAudioDev, O_WRONLY | O_NONBLOCK);
199 g_RecordDev = open(g_pszAudioDev, (dst == enmRecord ? O_RDONLY : O_WRONLY) | O_NONBLOCK);
646 * Open device for recording in passive mode (O_WRONLY) as we do not
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp180 fOpenMode |= fOpen & RTFILE_O_APPEND ? O_APPEND | O_WRONLY : O_WRONLY;
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c323 fd = open (name, O_CREAT | O_WRONLY | O_TRUNC | m, 600);

Completed in 3275 milliseconds

123