Searched
refs:O_RDWR (Results
476 -
500 of
1216) sorted by null
<<11121314151617181920>>
/external/ltp/testcases/kernel/syscalls/futimesat/ |
futimesat01.c | 117 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
ioctl01.c | 123 fd = SAFE_OPEN(cleanup, devname, O_RDWR, 0777);
|
/external/ltp/testcases/kernel/syscalls/lchown/ |
lchown01.c | 159 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1) {
|
/external/ltp/testcases/kernel/syscalls/mincore/ |
mincore02.c | 76 fd = SAFE_OPEN(cleanup, "mincore02", O_CREAT | O_RDWR,
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
mkdirat01.c | 137 fd = SAFE_OPEN(cleanup, "mkdirattestfile", O_CREAT | O_RDWR, 0600);
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
mmap12.c | 135 fildes = SAFE_OPEN(TEMPFILE, O_RDWR | O_CREAT, 0766);
|
mmap13.c | 113 fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0766);
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
mprotect03.c | 79 if ((fd = open(file1, O_RDWR | O_CREAT, 0777)) < 0)
|
/external/ltp/testcases/kernel/syscalls/mremap/ |
mremap01.c | 179 if ((fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0666)) < 0)
|
/external/ltp/testcases/kernel/syscalls/msync/ |
msync01.c | 167 if ((fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0666)) < 0)
|
msync02.c | 121 if ((fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0666)) < 0)
|
msync04.c | 62 test_fd = SAFE_OPEN("msync04/testfile", O_CREAT | O_TRUNC | O_RDWR);
|
/external/ltp/testcases/kernel/syscalls/munmap/ |
munmap01.c | 176 if ((fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0666)) < 0) {
|
munmap02.c | 180 if ((fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0666)) < 0) {
|
/external/ltp/testcases/kernel/syscalls/open/ |
open13.c | 83 fd = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_PATH);
|
/external/ltp/testcases/kernel/syscalls/preadv/ |
preadv01.c | 100 fd = SAFE_OPEN("file", O_RDWR | O_CREAT, 0644);
|
preadv02.c | 107 fd1 = SAFE_OPEN("file1", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/preadv2/ |
preadv201.c | 98 fd = SAFE_OPEN("file", O_RDWR | O_CREAT, 0644);
|
preadv202.c | 92 fd1 = SAFE_OPEN("file1", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/pwritev2/ |
pwritev201.c | 104 fd = SAFE_OPEN("file", O_RDWR | O_CREAT, 0644);
|
pwritev202.c | 88 fd1 = SAFE_OPEN("file1", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
sendfile03.c | 158 if ((out_fd = open(out_file, O_TRUNC | O_CREAT | O_RDWR, 0777)) < 0) {
|
sendfile08.c | 110 out_fd = SAFE_OPEN(cleanup, out_file, O_TRUNC | O_CREAT | O_RDWR, 0777);
|
/external/ltp/testcases/kernel/syscalls/splice/ |
splice03.c | 83 appendfd = SAFE_OPEN(TEST_FILE3, O_RDWR | O_CREAT | O_APPEND, 0644);
|
/external/ltp/testcases/kernel/syscalls/stat/ |
stat02.c | 185 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1) { 187 "open(%s, O_RDWR|O_CREAT, %#o) Failed, errno=%d : %s",
|
Completed in 1185 milliseconds
<<11121314151617181920>>