/external/ltp/testcases/kernel/syscalls/fchmod/ |
fchmod02.c | 56 fd = SAFE_OPEN(TESTFILE, O_RDWR | O_CREAT, FILE_MODE);
|
/external/ltp/testcases/kernel/syscalls/fchown/ |
fchown01.c | 91 fd = SAFE_OPEN(cleanup, "tempfile", O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl02.c | 78 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0700);
|
fcntl04.c | 73 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0700);
|
fcntl08.c | 91 fd = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/kernel/syscalls/fdatasync/ |
fdatasync01.c | 132 if ((fd = open(filename, O_CREAT | O_WRONLY, 0777)) == -1) { //mode must be specified when O_CREATE is in the flag
|
/external/ltp/testcases/kernel/syscalls/flistxattr/ |
flistxattr01.c | 81 fd = SAFE_OPEN("testfile", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/flock/ |
flock02.c | 59 fd1 = SAFE_OPEN("testfile", O_CREAT | O_TRUNC | O_RDWR, 0666);
|
flock06.c | 60 fd = SAFE_OPEN("testfile", O_CREAT | O_TRUNC | O_RDWR, 0666);
|
/external/ltp/testcases/kernel/syscalls/fstat/ |
fstat01.c | 165 fd = SAFE_OPEN(cleanup, fname, O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/kernel/syscalls/open/ |
open03.c | 56 TEST(open(fname, O_RDWR | O_CREAT, 0700)); 61 "open(%s,O_RDWR|O_CREAT,0700) failed", fname); 64 "open(%s, O_RDWR|O_CREAT,0700) returned %ld",
|
/external/ltp/testcases/kernel/syscalls/pselect/ |
pselect03.c | 50 fd = SAFE_OPEN("pselect03_file", O_CREAT | O_RDWR, 0777);
|
/external/ltp/testcases/kernel/syscalls/stat/ |
stat05.c | 175 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) { 177 "open(%s, O_RDWR|O_CREAT,0700) Failed, errno=%d : %s",
|
/external/ltp/testcases/kernel/syscalls/syncfs/ |
syncfs01.c | 34 fd = SAFE_OPEN(FNAME, O_RDWR|O_CREAT, MODE);
|
/external/ltp/testcases/kernel/syscalls/write/ |
write01.c | 63 fd = SAFE_OPEN("test_file", O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
2-2.c | 49 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
21-1.c | 40 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
32-1.c | 34 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
3-1.c | 37 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
4-1.c | 36 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/ |
2-1.c | 49 mqdes = mq_open(mqname, O_CREAT | O_RDWR | MQFLAGS,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/speculative/ |
7-1.c | 40 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
1-1.c | 36 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
18-1.c | 34 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
27-1.c | 37 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|