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

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
20-3.c 45 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, 0);
25-1.c 40 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 44 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
32-1.c 73 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, 0);
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 36 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/syslinux/com32/lib/sys/
stdcon_write.c 80 .fileflags = O_WRONLY | O_CREAT | O_TRUNC | O_APPEND,
vesaserial_write.c 56 .fileflags = O_WRONLY | O_CREAT | O_TRUNC | O_APPEND,
  /external/syslinux/
version.pl 31 sysopen(VI, $vout, O_WRONLY|O_CREAT|O_TRUNC)
  /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|((toys.optflags & FLAG_a)?O_APPEND:O_TRUNC),
  /external/valgrind/none/tests/mips32/
bug320057-mips32.c 19 fd = shm_open("/hw_mngr.c", (O_CREAT | O_EXCL | O_RDWR),
  /libcore/ojluni/src/main/native/
FileOutputStream_md.c 58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC));
jvm_md.h 77 #define JVM_O_CREAT O_CREAT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mqueue2.h 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth
36 "mq_open with O_CREAT in second argument needs 4 arguments");
46 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mqueue2.h 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth
36 "mq_open with O_CREAT in second argument needs 4 arguments");
46 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 40 #define O_CREAT _O_CREAT
  /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);

Completed in 242 milliseconds

1 2 3 4 5 6 7 891011>>