Searched refs:O_EXCL (Results 1 – 11 of 11) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | gentempfd.c | 27 int fd = __open (P_tmpdir, O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd() 30 fd = __open ("/tmp", O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd()
|
/sysdeps/pthread/ |
A D | sem_open.c | 64 if ((oflag & O_CREAT) == 0 || (oflag & O_EXCL) == 0) in __sem_open() 135 fd = __open (tmpfname, O_RDWR | O_CREAT | O_EXCL, mode); in __sem_open() 177 if ((oflag & O_EXCL) == 0 && errno == EEXIST) in __sem_open()
|
A D | tst-sem4.c | 69 s2 = sem_open ("/glibc-tst-sem4", O_CREAT | O_EXCL, 0600, 1); in do_test()
|
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 52 #define O_EXCL 0x0020 /* Fail if file already exists. */ macro 145 # define FEXCL O_EXCL
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | fcntl.h | 25 #define O_EXCL 00000200 /* not fcntl. */ macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | fcntl.h | 25 #define O_EXCL 04000 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | fcntl.h | 24 #define O_EXCL 00002000 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | fcntl.h | 29 #define O_EXCL 0x0800 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | fcntl.h | 30 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl-linux.h | 49 #ifndef O_EXCL 50 # define O_EXCL 0200 /* Not fcntl. */ macro
|
/sysdeps/posix/ |
A D | tempname.c | 180 | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in try_file()
|
Completed in 11 milliseconds