/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 6-1.c | 96 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1); in main() 100 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1); in main() 128 sem2 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 3); in main()
|
D | 7-1.c | 109 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1); in main() 113 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1); in main()
|
D | 9-1.c | 116 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0); in main() 120 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0); in main()
|
D | 3-1.c | 140 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0744, 1); in main() 144 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0744, 1); in main()
|
D | 2-2.c | 140 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0); in main() 144 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
D | 16-1.c | 58 fd = open(fname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main() 88 childqueue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR, in main() 105 queue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR, in main()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open10.c | 224 ret = open(nosetgid_A, O_CREAT | O_EXCL | O_RDWR, MODE_RWX); in main() 253 ret = open(setgid_A, O_CREAT | O_EXCL | O_RDWR, MODE_SGID); in main() 299 ret = open(nosetgid_B, O_CREAT | O_EXCL | O_RDWR, MODE_RWX); in main() 329 ret = open(setgid_B, O_CREAT | O_EXCL | O_RDWR, MODE_SGID); in main() 380 ret = open(root_setgid_B, O_CREAT | O_EXCL | O_RDWR, MODE_SGID); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/ |
D | 3-2.c | 100 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2); in main() 104 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2); in main()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission_unittest.cc | 141 case O_EXCL: in CheckPerm() 164 ASSERT_TRUE(perm.CheckOpen(path, O_CREAT | O_EXCL | access_flags, in CheckPerm() 168 ASSERT_FALSE(perm.CheckOpen(path, O_CREAT | O_EXCL | access_flags, in CheckPerm() 221 perm.CheckOpen(path, access_flags | O_CREAT | O_EXCL, NULL, &unlink)); in CheckUnlink()
|
D | broker_file_permission.cc | 164 if ((flags & O_CREAT) && !(flags & O_EXCL)) { in CheckOpen() 183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
|
/external/libcups/cups/ |
D | tempfile.c | 122 fd = open(filename, O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW, 0600); in cupsTempFd() 124 fd = open(filename, O_RDWR | O_CREAT | O_EXCL, 0600); in cupsTempFd()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 25 #ifndef O_EXCL 26 #define O_EXCL 00000200 /* not fcntl */ macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 3-1.c | 69 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main() 70 fd2 = open(tmpfname2, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main()
|
/external/strace/xlat/ |
D | open_mode_flags.h | 13 #if defined(O_EXCL) || (defined(HAVE_DECL_O_EXCL) && HAVE_DECL_O_EXCL) 14 XLAT(O_EXCL),
|
D | openmodessol.in | 8 { 0x400, "O_EXCL" },
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 171 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStdout() 186 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStderr()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/ |
D | 8-1.c | 127 sem = sem_open(semname, O_CREAT | O_EXCL, 0777, 1); in main() 135 sem_1 = sem_open(semname_1, O_CREAT | O_EXCL, 0777, 3); in main()
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 102 #ifdef O_EXCL in gz_open() 149 #ifdef O_EXCL in gz_open() 233 #ifdef O_EXCL in gz_open() 234 (exclusive ? O_EXCL : 0) | in gz_open()
|
/external/syslinux/com32/include/ |
D | fcntl.h | 19 #define O_EXCL 0200 macro
|
/external/zlib/src/ |
D | gzlib.c | 102 #ifdef O_EXCL 149 #ifdef O_EXCL 233 #ifdef O_EXCL 234 (exclusive ? O_EXCL : 0) |
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
D | 4-1.c | 39 mysemp = sem_open(semname, O_CREAT | O_EXCL, 0444, 1); in main()
|
D | 2-2.c | 34 mysemp = sem_open(semname, O_CREAT | O_EXCL, 0777, 1); in main()
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_common.h | 31 fd = shm_open("/LTP_futex_wait", O_RDWR | O_CREAT | O_EXCL, 0); in setup()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | 5-1.c | 39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 22-1.c | 35 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in main()
|