/external/strace/ |
D | open.c | 39 #ifdef O_LARGEFILE 40 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */ 41 # undef O_LARGEFILE 43 # define O_LARGEFILE 0x40000 macro 45 # define O_LARGEFILE 0100000 macro
|
/external/e2fsprogs/lib/e2p/ |
D | fsetversion.c | 33 #ifdef O_LARGEFILE 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fgetversion.c | 33 #ifdef O_LARGEFILE 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fgetflags.c | 37 #ifdef O_LARGEFILE 38 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fsetflags.c | 46 #ifdef O_LARGEFILE 47 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
/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 | 34 #ifndef O_LARGEFILE 35 #define O_LARGEFILE 0 macro 183 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump() 272 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/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-arm/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | fcntl.h | 25 #define O_LARGEFILE 0400000 macro
|
/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/pdfium/core/include/fxcrt/ |
D | fx_stream.h | 31 #ifndef O_LARGEFILE 32 #define O_LARGEFILE 0 macro
|
/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 | 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
|
D | fallocate.c | 156 fd = open(fname, O_WRONLY|O_LARGEFILE); in main()
|
/external/pdfium/core/src/fxcrt/ |
D | fxcrt_posix.cpp | 20 nFlags = O_BINARY | O_LARGEFILE; in FXCRT_Posix_GetFileMode()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission.cc | 183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
|
/external/vboot_reference/futility/ |
D | dump_kernel_config_lib.c | 138 int fd = open(infile, O_RDONLY | O_CLOEXEC | O_LARGEFILE); in FindKernelConfig()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 105 fd = open(filename, O_RDONLY|O_LARGEFILE); in main()
|
/external/libmicrohttpd/src/examples/ |
D | demo_https.c | 553 #if O_LARGEFILE in process_upload_data() 554 | O_LARGEFILE in process_upload_data()
|
D | demo.c | 552 #if O_LARGEFILE in process_upload_data() 553 | O_LARGEFILE in process_upload_data()
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 221 #ifdef O_LARGEFILE in gz_open() 222 O_LARGEFILE | in gz_open()
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 221 #ifdef O_LARGEFILE 222 O_LARGEFILE |
|