HomeSort by relevance Sort by last modified time
    Searched refs:O_RDWR (Results 51 - 75 of 1216) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
cpuctl_fj_simple_echo.c 57 if ((fd = open(argv[2], O_RDWR | O_SYNC)) == -1)
  /external/ltp/testcases/kernel/security/integrity/ima/src/
ima_mmap.c 47 fd = SAFE_OPEN(filename, O_CREAT | O_RDWR, S_IRWXU);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl03.c 67 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/flock/
flock01.c 41 fd = SAFE_OPEN("testfile", O_CREAT | O_TRUNC | O_RDWR, 0644);
  /external/ltp/testcases/kernel/syscalls/fsync/
fsync01.c 65 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/read/
read01.c 57 fd = SAFE_OPEN("testfile", O_RDWR | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/setfsuid/
setfsuid04.c 91 TEST(open(testfile, O_RDWR));
117 TEST(open(testfile, O_RDWR));
152 TEST(open(testfile, O_RDWR));
178 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, 0644);
  /external/ltp/testcases/kernel/syscalls/setresuid/
setresuid04.c 113 TEST(tst_fd = open(testfile, O_RDWR));
139 TEST(tst_fd2 = open(testfile, O_RDWR));
177 TEST(tst_fd = open(testfile, O_RDWR));
206 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, 0644);
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid07.c 94 TEST(tst_fd = open(testfile, O_RDWR));
120 TEST(tst_fd2 = open(testfile, O_RDWR));
154 TEST(tst_fd = open(testfile, O_RDWR));
180 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, 0644);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
1-1.c 32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
12-1.c 39 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
21-1.c 36 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL);
29-1.c 33 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL);
3-1.c 32 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/
2-2.c 32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
2-3.c 32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
6-1.c 11 * O_RDONLY, O_WRONLY, O_RDWR. Other aspects of assertion 6 are tested
36 queue = mq_open(qname, O_CREAT | O_RDWR | O_WRONLY,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
20-2.c 11 * shm_open with O_RDWR even if the mode don't set write permission.
39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, 0);
37-1.c 49 fd = shm_open(shm_name[i], O_RDWR | O_CREAT, 0);
8-1.c 46 fd2 = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
1-1.c 28 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
2-1.c 28 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
  /external/nos/host/android/manual_tests/
stupid.c 32 fd = open("/dev/citadel0", O_RDWR);
  /external/selinux/libselinux/src/
setenforce.c 24 fd = open(path, O_RDWR | O_CLOEXEC);
  /external/toybox/toys/android/
sendevent.c 24 int fd = xopen(*toys.optargs, O_RDWR);

Completed in 2049 milliseconds

1 23 4 5 6 7 8 91011>>