Searched defs:O_LARGEFILE (Results 1 - 16 of 16) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dfcntl.h7 #define O_LARGEFILE 0400000 macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dfcntl.h25 #define O_LARGEFILE 0400000 macro
/external/qemu/android/config/darwin-x86/
H A Dconfig-host.h14 #define O_LARGEFILE 0 macro
/external/qemu/android/config/darwin-x86_64/
H A Dconfig-host.h17 #define O_LARGEFILE 0 macro
/external/qemu/android/config/freebsd-x86/
H A Dconfig-host.h10 #define O_LARGEFILE 0 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h21 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/external/bison/lib/
H A Dspawni.c28 #ifndef O_LARGEFILE
29 # define O_LARGEFILE 0 macro
258 | O_LARGEFILE,
/external/e2fsprogs/debugfs/
H A Ddump.c9 #define _GNU_SOURCE /* for O_LARGEFILE */
34 #ifndef O_LARGEFILE
35 #define O_LARGEFILE 0 macro
183 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
272 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/external/e2fsprogs/misc/
H A Dbadblocks.c63 #ifndef O_LARGEFILE
64 #define O_LARGEFILE 0 macro
1222 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
/external/qemu/include/
H A Dqemu-common.h59 #ifndef O_LARGEFILE
60 #define O_LARGEFILE 0 macro
/external/strace/
H A Dfile.c214 #ifdef O_LARGEFILE
215 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
216 # undef O_LARGEFILE macro
218 # define O_LARGEFILE 0x40000 macro
220 # define O_LARGEFILE 0100000 macro
253 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")];
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c260 #ifndef O_LARGEFILE
261 # define O_LARGEFILE 0 macro
264 # undef O_LARGEFILE macro
265 # define O_LARGEFILE 0 macro
5036 openFlags |= (O_LARGEFILE|O_BINARY);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24401 #ifndef O_LARGEFILE
24402 # define O_LARGEFILE 0 macro
24405 # undef O_LARGEFILE macro
24406 # define O_LARGEFILE 0 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24538 #ifndef O_LARGEFILE
24539 # define O_LARGEFILE 0 macro
24542 # undef O_LARGEFILE macro
24543 # define O_LARGEFILE 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24545 #ifndef O_LARGEFILE
24546 # define O_LARGEFILE 0 macro
24549 # undef O_LARGEFILE macro
24550 # define O_LARGEFILE 0 macro
[all...]

Completed in 1530 milliseconds