/external/ltp/testcases/kernel/syscalls/dup/ |
dup01.c | 175 if ((fd = open(filename, O_RDWR | O_CREAT, 0700)) == -1)
|
dup05.c | 171 if ((fd = open(Fname, O_RDWR, 0700)) == -1)
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
fchmod01.c | 49 fd = SAFE_OPEN(TESTFILE, O_RDWR | O_CREAT, FILE_MODE);
|
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);
|
fcntl08.c | 91 fd = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_CREAT, 0700);
|
/external/ltp/testcases/kernel/syscalls/flistxattr/ |
flistxattr01.c | 81 fd = SAFE_OPEN("testfile", O_RDWR | O_CREAT, 0644);
|
/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/openat/ |
openat02.c | 123 TEST(openat(AT_FDCWD, TEST_FILE, O_APPEND | O_RDWR, 0777)); 154 TEST(openat(AT_FDCWD, TEST_FILE, O_CLOEXEC | O_RDWR, 0777)); 200 O_LARGEFILE | O_RDWR | O_CREAT, 0777); 280 TEST(openat(AT_FDCWD, TEST_FILE, O_TRUNC | O_RDWR, 0777));
|
/external/ltp/testcases/kernel/syscalls/pselect/ |
pselect03.c | 50 fd = SAFE_OPEN("pselect03_file", O_CREAT | O_RDWR, 0777);
|
/external/ltp/testcases/kernel/syscalls/setuid/ |
setuid04.c | 53 TEST(tst_fd = open(FILENAME, O_RDWR));
|
/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,
|