HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 151 - 175 of 1443) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/lib/
tst_fill_file.c 37 fd = open(path, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR);
tst_fill_fs.c 43 fd = open(file, O_WRONLY | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/close/
close08.c 141 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) {
143 "open(%s, O_RDWR|O_CREAT,0700) failed", fname);
  /external/ltp/testcases/kernel/syscalls/dup/
dup01.c 175 if ((fd = open(filename, O_RDWR | O_CREAT, 0700)) == -1)
  /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/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/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 50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
32-1.c 35 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);
27-2.c 40 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);

Completed in 215 milliseconds

1 2 3 4 5 67 8 91011>>