| /xsrc/external/mit/libXau/dist/ |
| H A D | AuLock.c | 78 creat_fd = open (creat_name, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC,
|
| /xsrc/external/mit/libxshmfence/dist/src/ |
| H A D | xshmfence_alloc.c | 87 fd = open(SHMDIR, O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
|
| H A D | xshmfence_semaphore.c | 214 ret = sem_open(name, O_CREAT|O_EXCL, 0600, 0);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | lnx_mouse.c | 71 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK | O_EXCL)); 157 SYSCALL (fd = open(dev, O_RDWR | O_NONBLOCK | O_EXCL));
|
| H A D | hurd_mouse.c | 190 SYSCALL (fd = open(path, O_RDWR | O_NONBLOCK | O_EXCL));
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_file.c | 19 #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 D | Xw32defs.h | 61 # define O_EXCL _O_EXCL macro
|
| /xsrc/external/mit/xorg-server/dist/config/ |
| H A D | wscons.c | 113 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 D | fccompat.c | 116 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 D | bsd_kbd.c | 228 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 D | dm.c | 929 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666); 953 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
|
| H A D | auth.c | 551 * 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 D | save.c | 367 tempFd = open(tempFile, O_RDWR | O_CREAT | O_EXCL, 0600);
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_driver.c | 193 #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 D | dri.c | 791 O_RDWR | O_EXCL | O_CREAT,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | dri.c | 718 O_RDWR | O_EXCL | O_CREAT,
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 287 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 D | utils.c | 296 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 D | imLcIm.c | 482 if ( (fd = _XOpenFileMode (cachename, O_WRONLY | O_CREAT | O_EXCL,
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 277 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL)
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbcomp.c | 1172 open(outputFile, O_WRONLY | O_CREAT | O_EXCL,
|
| /xsrc/external/mit/xman/dist/ |
| H A D | misc.c | 303 fd = open(template, O_RDWR | O_CREAT | O_EXCL, 0600);
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_driver.c | 250 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL)
|
| /xsrc/external/mit/brotli/dist/c/tools/ |
| H A D | brotli.c | 613 fd = open(output_path, O_CREAT | (force ? 0 : O_EXCL) | O_WRONLY | O_TRUNC,
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 849 *fd = open(name, O_CREAT | O_EXCL);
|