/external/strace/ |
D | open.c | 43 #ifdef O_LARGEFILE 44 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */ 45 # undef O_LARGEFILE 47 # define O_LARGEFILE 0x40000 macro 49 # define O_LARGEFILE 0100000 macro
|
/external/e2fsprogs/lib/e2p/ |
D | fgetproject.c | 36 #ifdef O_LARGEFILE 37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fsetversion.c | 38 #ifdef O_LARGEFILE 39 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fgetversion.c | 38 #ifdef O_LARGEFILE 39 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fsetproject.c | 36 #ifdef O_LARGEFILE 37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fgetflags.c | 42 #ifdef O_LARGEFILE 43 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fsetflags.c | 51 #ifdef O_LARGEFILE 52 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
/external/libcups/cups/ |
D | file-private.h | 47 # ifndef O_LARGEFILE 48 # define O_LARGEFILE 0 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 49 #ifndef O_LARGEFILE 50 #define O_LARGEFILE 00100000 macro
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 35 #ifndef O_LARGEFILE 36 #define O_LARGEFILE 0 macro 181 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump() 270 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); in rdump_inode()
|
/external/bison/lib/ |
D | spawni.c | 28 #ifndef O_LARGEFILE 29 # define O_LARGEFILE 0 macro 258 | O_LARGEFILE, in __spawni()
|
/external/ltp/lib/ |
D | open_flags.c | 178 #ifdef O_LARGEFILE 179 {"O_LARGEFILE", O_LARGEFILE},
|
/external/strace/xlat/ |
D | open_mode_flags.h | 51 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE) 52 XLAT(O_LARGEFILE),
|
D | open_mode_flags.in | 16 O_LARGEFILE
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | fcntl.h | 25 #define O_LARGEFILE 0400000 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open12.c | 240 O_LARGEFILE | O_RDWR | O_CREAT, 0777); in test_largefile() 250 TEST(open(LARGE_FILE, O_LARGEFILE | O_RDONLY, 0777)); in test_largefile()
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 110 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/io/aio/aio02/ |
D | aio_tio.c | 201 O_TRUNC | O_DIRECT | O_WRONLY | O_CREAT | O_LARGEFILE, in test_main() 208 status = io_tio("file1", O_RDONLY | O_DIRECT | O_LARGEFILE, in test_main()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 201 O_LARGEFILE | O_RDWR | O_CREAT, 0777); in testfunc_largefile() 211 TEST(openat(AT_FDCWD, LARGE_FILE, O_LARGEFILE | O_RDONLY, 0777)); in testfunc_largefile()
|
/external/pdfium/core/fxcrt/ |
D | fx_stream.h | 33 #ifndef O_LARGEFILE 34 #define O_LARGEFILE 0 macro
|
D | fxcrt_posix.cpp | 23 nFlags = O_BINARY | O_LARGEFILE; in FXCRT_Posix_GetFileMode()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 21 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 62 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
|
D | fallocate.c | 172 fd = open(fname, O_WRONLY|O_LARGEFILE); in main()
|