/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/ |
3-2.c | 98 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2); 102 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2); 126 sem = sem_open(SEM_NAME, O_CREAT, 0777, 3);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
6-1.c | 94 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1); 98 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1); 126 sem2 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 3);
|
/external/ltp/testcases/kernel/syscalls/mq_open/ |
mq_open01.c | 67 .oflag = O_CREAT, 75 .oflag = O_CREAT, 88 .oflag = O_CREAT, 101 .oflag = O_CREAT, 109 .oflag = O_CREAT, 124 .oflag = O_CREAT | O_EXCL, 133 .oflag = O_CREAT, 149 .oflag = O_CREAT, 159 fd2 = SAFE_MQ_OPEN(QUEUE_NAME, O_CREAT | O_EXCL | O_RDWR, S_IRWXU, NULL); 211 fd3 = SAFE_MQ_OPEN(QUEUE_INIT, O_CREAT | O_EXCL | O_RDWR, S_IRWXU, NULL) [all...] |
/bionic/libc/kernel/uapi/asm-generic/ |
fcntl.h | 26 #ifndef O_CREAT 27 #define O_CREAT 00000100 79 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
|
/external/kernel-headers/original/uapi/asm-generic/ |
fcntl.h | 23 #ifndef O_CREAT 24 #define O_CREAT 00000100 /* not fcntl */ 94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
|
/external/ltp/testcases/kernel/syscalls/open/ |
open04.c | 60 TEST(open(fname, O_RDWR | O_CREAT, 0777)); 92 first = fd = open(fname, O_RDWR | O_CREAT, 0777); 107 fd = open(fname, O_RDWR | O_CREAT, 0777);
|
/external/ltp/testcases/misc/math/float/bessel/ |
genlgamma.c | 57 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 58 fpsi = open(F_namesign, O_RDWR | O_CREAT | O_TRUNC, 0777); 92 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
/external/ltp/testcases/misc/math/float/exp_log/ |
genfrexp.c | 57 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 58 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); 91 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
genmodf.c | 71 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 72 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); 105 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
23-1.c | 13 * O_EXCL and O_CREAT set. 21 O_CREAT and O_EXCL specified, to shm_open() a object can only success 61 fd = shm_open(name, O_RDONLY | O_CREAT | O_EXCL, 83 sem = sem_open(semname, O_CREAT, 0777, 1); 91 O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
/external/strace/tests/ |
openat.c | 55 flag_val & (O_CREAT | STRACE_O_TMPFILE) ? ", 000" : "", 62 long fd = syscall(__NR_openat, -100, sample, O_RDONLY|O_CREAT, 0400); 63 printf("openat(AT_FDCWD, \"%s\", O_RDONLY|O_CREAT, 0400) = %s\n", 96 { ARG_STR(O_CREAT) },
|
/external/strace/tests-m32/ |
openat.c | 55 flag_val & (O_CREAT | STRACE_O_TMPFILE) ? ", 000" : "", 62 long fd = syscall(__NR_openat, -100, sample, O_RDONLY|O_CREAT, 0400); 63 printf("openat(AT_FDCWD, \"%s\", O_RDONLY|O_CREAT, 0400) = %s\n", 96 { ARG_STR(O_CREAT) },
|
/external/strace/tests-mx32/ |
openat.c | 55 flag_val & (O_CREAT | STRACE_O_TMPFILE) ? ", 000" : "", 62 long fd = syscall(__NR_openat, -100, sample, O_RDONLY|O_CREAT, 0400); 63 printf("openat(AT_FDCWD, \"%s\", O_RDONLY|O_CREAT, 0400) = %s\n", 96 { ARG_STR(O_CREAT) },
|
/external/libxml2/win32/wince/ |
wincecompat.c | 36 if ( oflag==(O_WRONLY|O_CREAT) )
|
/external/linux-kselftest/tools/testing/selftests/efivarfs/ |
create-read.c | 26 fd = open(path, O_RDWR | O_CREAT, 0600);
|
/external/ltp/testcases/kernel/containers/mqns/ |
mqns_helper.h | 44 mq_open("/checkmqnsenabled", O_RDWR | O_CREAT | O_EXCL, 0777, NULL);
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
dirty.c | 48 fd = open(filename, O_CREAT | O_WRONLY, 0666);
|
/external/ltp/testcases/kernel/security/integrity/ima/src/ |
ima_mmap.c | 47 fd = SAFE_OPEN(filename, O_CREAT | O_RDWR, S_IRWXU);
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl03.c | 67 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/kernel/syscalls/flock/ |
flock01.c | 41 fd = SAFE_OPEN("testfile", O_CREAT | O_TRUNC | O_RDWR, 0644);
|
/external/ltp/testcases/kernel/syscalls/fsync/ |
fsync01.c | 65 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/kernel/syscalls/read/ |
read01.c | 57 fd = SAFE_OPEN("testfile", O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
1-1.c | 32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
12-1.c | 10 * Test that if O_CREAT is set and attr == NULL, implementation defined 39 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/ |
2-2.c | 32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|