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

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
20-3.c 40 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, 0);
25-1.c 35 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
26-1.c 36 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, CREATION_MODE);
28-2.c 39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
32-1.c 72 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, 0);
34-1.c 72 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR);
39-1.c 42 fd = shm_open(shm_name, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
39-2.c 46 fd = shm_open(shm_name, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
3-1.c 31 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
  /external/oj-libjdwp/src/solaris/javavm/export/
jvm_md.h 77 #define JVM_O_CREAT O_CREAT
  /external/strace/tests/
open.c 43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
44 printf("open(\"%s\", O_RDONLY|O_CREAT, 0400) = %s\n",
  /external/strace/tests-m32/
open.c 43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
44 printf("open(\"%s\", O_RDONLY|O_CREAT, 0400) = %s\n",
  /external/strace/tests-mx32/
open.c 43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
44 printf("open(\"%s\", O_RDONLY|O_CREAT, 0400) = %s\n",
  /external/toybox/toys/other/
truncate.c 63 loopfiles_rw(toys.optargs, O_WRONLY|O_CLOEXEC|(cr ? O_CREAT|WARN_ONLY : 0),
  /external/toybox/toys/posix/
tee.c 52 O_RDWR|O_CREAT|WARN_ONLY|(FLAG(a)?O_APPEND:O_TRUNC),
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp01.c 59 fd1 = SAFE_OPEN(TEST_FILE, O_CREAT | O_RDWR | O_TRUNC);
72 fd3 = SAFE_OPEN(TEST_FILE2, O_CREAT | O_RDWR, 0666);
kcmp02.c 70 fd1 = SAFE_OPEN(TEST_FILE, O_CREAT | O_RDWR | O_TRUNC);
71 fd2 = SAFE_OPEN(TEST_FILE2, O_CREAT | O_RDWR | O_TRUNC);
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek07.c 88 fd1 = SAFE_OPEN(TFILE1, O_RDWR | O_CREAT, 0644);
89 fd2 = SAFE_OPEN(TFILE2, O_RDWR | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv02.c 107 fd1 = SAFE_OPEN("file1", O_RDWR | O_CREAT, 0644);
109 fd2 = SAFE_OPEN("file2", O_WRONLY | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/preadv2/
preadv202.c 92 fd1 = SAFE_OPEN("file1", O_RDWR | O_CREAT, 0644);
94 fd2 = SAFE_OPEN("file2", O_WRONLY | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/pwritev2/
pwritev202.c 88 fd1 = SAFE_OPEN("file1", O_RDWR | O_CREAT, 0644);
90 fd2 = SAFE_OPEN("file2", O_RDONLY | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/splice/
splice01.c 72 fd_out = SAFE_OPEN(TESTFILE2, O_WRONLY | O_CREAT | O_TRUNC, 0666);
104 fd_in = SAFE_OPEN(TESTFILE1, O_WRONLY | O_CREAT | O_TRUNC, 0777);
splice03.c 81 wrfd = SAFE_OPEN(TEST_FILE2, O_WRONLY | O_CREAT, 0644);
83 appendfd = SAFE_OPEN(TEST_FILE3, O_RDWR | O_CREAT | O_APPEND, 0644);
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 76 fd_out = SAFE_OPEN(TESTFILE2, O_WRONLY | O_CREAT | O_TRUNC, 0777);
116 fd_in = SAFE_OPEN(TESTFILE1, O_WRONLY | O_CREAT | O_TRUNC, 0777);
  /external/ltp/testcases/misc/math/float/exp_log/
genhypot.c 56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
87 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);

Completed in 1245 milliseconds

1 2 3 4 5 6 7 891011>>