Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 11 of 11) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dgentempfd.c27 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 Dsem_open.c64 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 Dtst-sem4.c69 s2 = sem_open ("/glibc-tst-sem4", O_CREAT | O_EXCL, 0600, 1); in do_test()
/sysdeps/mach/hurd/bits/
A Dfcntl.h52 #define O_EXCL 0x0020 /* Fail if file already exists. */ macro
145 # define FEXCL O_EXCL
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h25 #define O_EXCL 00000200 /* not fcntl. */ macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h25 #define O_EXCL 04000 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dfcntl.h24 #define O_EXCL 00002000 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h29 #define O_EXCL 0x0800 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h30 #define O_EXCL 0x0400 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h49 #ifndef O_EXCL
50 # define O_EXCL 0200 /* Not fcntl. */ macro
/sysdeps/posix/
A Dtempname.c180 | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in try_file()

Completed in 11 milliseconds