Searched refs:O_EXCL (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dfcntl.h45 #define O_EXCL _O_EXCL macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dfcntl.h52 #define O_EXCL _O_EXCL macro
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.h26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dio.sed.in61 SED_REPLACE(O_EXCL)
H A Dio.d.in161 inline int O_EXCL = @O_EXCL@;
162 #pragma D binding "1.1" O_EXCL
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h73 #define O_EXCL 0x00000800 ///< error if already exists macro
162 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
183 @retval EEXIST File exists and open attempted with (O_EXCL | O_CREAT) set.
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dgettemp.c146 open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0)
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h61 # define O_EXCL _O_EXCL macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c509 If O_EXCL, then error if the file exists and O_CREAT is set.
515 if((oflags & O_TRUNC) || ((oflags & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT))) {
535 else if((oflags & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c360 oflag |= O_EXCL;
526 osfd = open( genName, (O_CREAT | O_EXCL | O_RDWR), mode );
H A Dunix.c2229 osflags |= O_EXCL;
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c318 int m = O_EXCL;
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c266 /* Just like open(2), but if a open with O_EXCL fails, retry with
269 support O_EXCL. GUARDED semantics are subject to race conditions,
279 if (ret != -1 || !(flags & O_EXCL))
281 /* Success, or not using O_EXCL */
285 /* An error occured, and we are using O_EXCL. In case the FS
286 doesn't support O_EXCL, some kind of error will be
290 we know aren't related to O_EXCL. */
313 return open(pathname, flags & ~O_EXCL, mode);
400 flags |= O_CREAT | O_EXCL;
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c624 if (openMode & O_EXCL)
685 if (openMode & O_EXCL)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c230 return open(path, O_CREAT | O_EXCL | O_RDWR, 0600);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp168 case RTFILE_O_CREATE: fOpenMode |= O_CREAT | O_EXCL; break;
H A Dprocess-creation-posix.cpp733 if ((fdPidfile = open(pszPidfile, O_RDWR | O_CREAT | O_EXCL, 0644)) == -1)
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c153 - Exclusively create the foo.lock file using the O_CREAT and O_EXCL modes of
354 while ((fd = open(log->path, O_CREAT | O_EXCL, 0644)) < 0) {
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp1005 | O_CREAT | O_TRUNC | O_EXCL | O_EVTONLY))
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp240 case RTFILE_O_CREATE: fOpenMode |= O_CREAT | O_EXCL; break;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c715 if (flags & PR_SEM_EXCL) oflag |= O_EXCL;
H A Dptio.c3534 if (flags & PR_EXCL) osflags |= O_EXCL;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c508 O_WRONLY | O_CREAT | O_EXCL, sbuf.st_mode)) == -1)

Completed in 150 milliseconds