Searched
refs:O_RDWR (Results
276 -
300 of
1216) sorted by null
<<11121314151617181920>>
/external/ltp/testcases/kernel/syscalls/mq_unlink/ |
mq_unlink01.c | 98 fd = SAFE_MQ_OPEN(QUEUE_NAME, O_CREAT | O_EXCL | O_RDWR, S_IRWXU, NULL);
|
/external/ltp/testcases/kernel/syscalls/open/ |
open01.c | 52 {TEST_FILE, O_RDWR | O_CREAT, 01444, S_ISVTX, "Sticky bit"},
|
open02.c | 45 {TEST_FILE, O_RDWR, ENOENT},
|
open14.c | 52 int fd = open(".", O_TMPFILE | O_RDWR, 0600); 78 fd = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); 140 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); 196 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, perm);
|
/external/ltp/testcases/kernel/syscalls/pselect/ |
pselect02.c | 85 fd = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_CREAT, 0777);
|
/external/ltp/testcases/kernel/syscalls/pwrite/ |
pwrite02.c | 113 fd = SAFE_OPEN(TEMPFILE, O_RDWR | O_CREAT, 0666);
|
/external/ltp/testcases/kernel/syscalls/pwritev/ |
pwritev01.c | 102 fd = SAFE_OPEN("file", O_RDWR | O_CREAT, 0644);
|
pwritev02.c | 102 fd1 = SAFE_OPEN("file", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/readlink/ |
readlink01.c | 87 fd = SAFE_OPEN(TESTFILE, O_RDWR | O_CREAT, 0444);
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
readlinkat02.c | 92 file_fd = SAFE_OPEN(cleanup, TEST_FILE, O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/select/ |
select01.c | 108 if ((Fd = open(FILENAME, O_CREAT | O_RDWR, 0777)) == -1) 110 "open(%s, O_CREAT | O_RDWR) failed", FILENAME);
|
select03.c | 118 if ((Fd = open(FILENAME, O_RDWR)) == -1) { 119 tst_brkm(TBROK, cleanup, "open(%s, O_RDWR) failed, errno=%d",
|
/external/ltp/testcases/kernel/syscalls/statfs/ |
statfs01.c | 174 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) { 176 "open(%s, O_RDWR|O_CREAT,0700) Failed, errno=%d : %s",
|
/external/ltp/testcases/kernel/syscalls/statx/ |
statx02.c | 109 file_fd = SAFE_OPEN(TESTFILE, O_RDWR | O_CREAT, MODE);
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
symlink02.c | 186 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) { 188 "open(%s, O_RDWR|O_CREAT,0700) Failed, errno=%d : %s",
|
symlink04.c | 169 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1) { 171 "open(%s, O_RDWR|O_CREAT, %#o) Failed, errno=%d : %s",
|
/external/ltp/testcases/kernel/syscalls/tee/ |
tee02.c | 58 fd = SAFE_OPEN(TEST_FILE, O_RDWR | O_CREAT);
|
/external/ltp/testcases/kernel/syscalls/timerfd/ |
timerfd_gettime01.c | 91 fd = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/kernel/syscalls/write/ |
write05.c | 96 fd = SAFE_OPEN("write_test", O_RDWR | O_CREAT, 0644);
|
/external/ltp/testcases/network/nfs/nfslock01/ |
nfs_flock.c | 27 if ((fd = open(argv[2], O_RDWR)) < 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
1-1.c | 50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
2-1.c | 55 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
8-1.c | 53 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/ |
1-1.c | 50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
2-1.c | 54 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
Completed in 2479 milliseconds
<<11121314151617181920>>