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

12

/xsrc/external/mit/libXau/dist/
H A DAuLock.c78 creat_fd = open (creat_name, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC,
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_alloc.c87 fd = open(SHMDIR, O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
H A Dxshmfence_semaphore.c214 ret = sem_open(name, O_CREAT|O_EXCL, 0600, 0);
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dlnx_mouse.c71 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK | O_EXCL));
157 SYSCALL (fd = open(dev, O_RDWR | O_NONBLOCK | O_EXCL));
H A Dhurd_mouse.c190 SYSCALL (fd = open(path, O_RDWR | O_NONBLOCK | O_EXCL));
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_file.c19 #define O_EXCL _O_EXCL macro
32 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h61 # define O_EXCL _O_EXCL macro
/xsrc/external/mit/xorg-server/dist/config/
H A Dwscons.c113 fd = open(WSCONS_KBD_DEVICE, O_RDWR | O_NONBLOCK | O_EXCL);
240 fd = open(devname, O_RDWR | O_NONBLOCK | O_EXCL);
242 fd = open_device(devname, O_RDWR | O_NONBLOCK | O_EXCL);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccompat.c116 fd = FcOpen (template, FC_O_BINARY | O_CREAT | O_EXCL | FC_O_TEMPORARY | FC_O_NOINHERIT | O_RDWR, 0600);
176 fd = FcOpen(template, O_RDWR | O_EXCL | O_CREAT, 0600);
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dbsd_kbd.c228 pInfo->fd = open(pKbd->wsKbdDev, O_RDONLY | O_NONBLOCK | O_EXCL);
418 pInfo->fd = open(s, O_RDONLY | O_NONBLOCK | O_EXCL);
/xsrc/external/mit/xdm/dist/xdm/
H A Ddm.c929 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
953 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
H A Dauth.c551 * it with O_CREAT | O_EXCL to avoid race-based symlink attacks.
554 newfd = open (new_name, O_WRONLY | O_CREAT | O_EXCL, 0600);
/xsrc/external/mit/smproxy/dist/
H A Dsave.c367 tempFd = open(tempFile, O_RDWR | O_CREAT | O_EXCL, 0600);
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c193 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL)
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.c791 O_RDWR | O_EXCL | O_CREAT,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.c718 O_RDWR | O_EXCL | O_CREAT,
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c287 lfd = open(tmp, O_CREAT | O_EXCL | O_WRONLY, 0644);
298 lfd = open(tmp, O_CREAT | O_EXCL | O_WRONLY, 0644);
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c296 lfd = open(tmp, O_CREAT | O_EXCL | O_WRONLY, 0644);
307 lfd = open(tmp, O_CREAT | O_EXCL | O_WRONLY, 0644);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcIm.c482 if ( (fd = _XOpenFileMode (cachename, O_WRONLY | O_CREAT | O_EXCL,
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c277 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL)
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c1172 open(outputFile, O_WRONLY | O_CREAT | O_EXCL,
/xsrc/external/mit/xman/dist/
H A Dmisc.c303 fd = open(template, O_RDWR | O_CREAT | O_EXCL, 0600);
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c250 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL)
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.c613 fd = open(output_path, O_CREAT | (force ? 0 : O_EXCL) | O_WRONLY | O_TRUNC,
/xsrc/external/mit/ctwm/dist/
H A Dsession.c849 *fd = open(name, O_CREAT | O_EXCL);

Completed in 32 milliseconds

12