HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 501 - 525 of 1185) sorted by null

<<21222324252627282930>>

  /external/ltp/testcases/kernel/syscalls/pwritev2/
pwritev201.c 104 fd = SAFE_OPEN("file", 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/stat/
stat01.c 130 fd = SAFE_OPEN(tst_rmdir, TESTFILE, O_WRONLY | O_CREAT, FILE_MODE);
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",
  /external/ltp/testcases/kernel/syscalls/statx/
statx03.c 103 file_fd = SAFE_OPEN(TESTFILE, O_RDWR | O_CREAT, MODE);
  /external/ltp/testcases/kernel/syscalls/sync/
sync02.c 170 if ((fildes = open(TEMP_FILE, O_RDWR | O_CREAT, FILE_MODE)) == -1) {
172 "open(%s, O_RDWR | O_CREAT, %#o) Failed, errno=%d :%s",
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd_settime01.c 95 fd = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate01.c 186 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1) {
188 "open(%s, O_RDWR|O_CREAT, %o) Failed, errno=%d : %s",
  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 124 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice01.c 81 fd_out = SAFE_OPEN(TESTFILE, O_WRONLY | O_CREAT | O_TRUNC, 0644);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
4-1.c 60 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
6-1.c 62 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
8-1.c 39 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
8-2.c 39 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
8-3.c 39 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
8-4.c 39 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
9-1.c 39 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
1-1.c 54 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
4-1.c 51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
5-1.c 52 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
9-1.c 59 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
3-1.c 54 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
3-2.c 52 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
4-1.c 52 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);

Completed in 317 milliseconds

<<21222324252627282930>>