Home
last modified time | relevance | path

Searched refs:O_LARGEFILE (Results 1 – 25 of 86) sorted by relevance

1234

/external/strace/xlat/
Dopen_mode_flags.h330 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE)
332 static_assert((O_LARGEFILE) == (04000), "O_LARGEFILE != 04000");
335 # define O_LARGEFILE 04000
338 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE)
340 static_assert((O_LARGEFILE) == (020000), "O_LARGEFILE != 020000");
343 # define O_LARGEFILE 020000
346 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE)
348 static_assert((O_LARGEFILE) == (0200000), "O_LARGEFILE != 0200000");
351 # define O_LARGEFILE 0200000
354 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE)
[all …]
Dopen_mode_flags.in121 O_LARGEFILE 04000
123 O_LARGEFILE 020000
125 O_LARGEFILE 0200000
127 O_LARGEFILE 0400000
129 O_LARGEFILE 01000000
131 O_LARGEFILE 0100000
/external/strace/
Dopen.c45 #ifdef O_LARGEFILE
46 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
47 # undef O_LARGEFILE
/external/pdfium/core/fxcrt/
Dcfx_fileaccess_posix.cpp17 #ifndef O_LARGEFILE
18 #define O_LARGEFILE 0 macro
28 nFlags = O_BINARY | O_LARGEFILE; in GetFileMode()
/external/libcups/cups/
Dfile-private.h44 # ifndef O_LARGEFILE
45 # define O_LARGEFILE 0 macro
/external/e2fsprogs/lib/e2p/
Dfgetproject.c36 #ifdef O_LARGEFILE
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfsetversion.c40 #ifdef O_LARGEFILE
41 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfgetversion.c40 #ifdef O_LARGEFILE
41 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfsetproject.c36 #ifdef O_LARGEFILE
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfsetflags.c51 #ifdef O_LARGEFILE
52 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfgetflags.c42 #ifdef O_LARGEFILE
43 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
/external/f2fs-tools/tools/
Dfibmap.c15 #ifndef O_LARGEFILE
16 #define O_LARGEFILE 0 macro
157 fd = open(filename, O_RDONLY|O_LARGEFILE);
/external/e2fsprogs/debugfs/
Ddump.c35 #ifndef O_LARGEFILE
36 #define O_LARGEFILE 0 macro
182 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump()
269 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); in rdump_inode()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/external/ltp/testcases/kernel/fs/doio/
Dopen_flags.c178 #ifdef O_LARGEFILE
179 {"O_LARGEFILE", O_LARGEFILE},
/external/e2fsprogs/util/
Dcopy_sparse.c110 fd = open(src, O_RDONLY | O_LARGEFILE); in copy_sparse_file()
135 ofd = open(dest, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in copy_sparse_file()
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c200 O_LARGEFILE | O_RDWR | O_CREAT, 0777); in testfunc_largefile()
210 TEST(openat(AT_FDCWD, LARGE_FILE, O_LARGEFILE | O_RDONLY, 0777)); in testfunc_largefile()
/external/ltp/testcases/kernel/syscalls/open/
Dopen12.c240 O_LARGEFILE | O_RDWR | O_CREAT, 0777); in test_largefile()
250 TEST(open(LARGE_FILE, O_LARGEFILE | O_RDONLY, 0777)); in test_largefile()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/external/ltp/testcases/kernel/io/aio/
Daio02.c32 DESC_FLAGS_OPR(IO_CMD_PWRITE, O_WRONLY | O_TRUNC | O_DIRECT | O_LARGEFILE | O_CREAT),
35 DESC_FLAGS_OPR(IO_CMD_PREAD, O_RDONLY | O_DIRECT | O_LARGEFILE),
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c18 #ifndef O_LARGEFILE
19 #define O_LARGEFILE 0 macro
343 fd = open(argv[3], O_RDONLY | O_LARGEFILE); in do_fiemap()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/external/syzkaller/sys/fuchsia/
Dposix_amd64.const15 O_LARGEFILE = 4096
Dposix_arm64.const15 O_LARGEFILE = 4096

1234