HomeSort by relevance Sort by last modified time
    Searched refs:VKI_O_EXCL (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/include/vki/
vki-amd64-linux.h 251 #define VKI_O_EXCL 0200 /* not fcntl */
vki-arm64-linux.h 224 #define VKI_O_EXCL 0200 /* not fcntl */
vki-arm-linux.h 248 #define VKI_O_EXCL 0200 /* not fcntl */
vki-ppc32-linux.h 315 #define VKI_O_EXCL 0200 /* not fcntl */
    [all...]
vki-ppc64-linux.h 368 #define VKI_O_EXCL 0200 /* not fcntl */
vki-s390x-linux.h 314 #define VKI_O_EXCL 00000200 /* not fcntl */
vki-x86-linux.h 286 #define VKI_O_EXCL 0200 /* not fcntl */
vki-mips32-linux.h 318 #define VKI_O_EXCL 0x0400 /* not fcntl */
    [all...]
vki-mips64-linux.h 323 #define VKI_O_EXCL 0x0400 /* not fcntl */
    [all...]
vki-darwin.h 268 #define VKI_O_EXCL O_EXCL
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 551 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
  /external/valgrind/main/coregrind/
m_libcfile.c 762 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC,
    [all...]

Completed in 60 milliseconds