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

/external/kernel-headers/original/asm-arm/
H A Dfcntl.h7 #define O_LARGEFILE 0400000 macro
/external/qemu/android/config/darwin-x86/
H A Dconfig-host.h16 #define O_LARGEFILE 0 macro
/external/qemu/android/config/freebsd-x86/
H A Dconfig-host.h11 #define O_LARGEFILE 0 macro
/external/e2fsprogs/debugfs/
H A Ddump.c8 #define _GNU_SOURCE /* for O_LARGEFILE */
32 #ifndef O_LARGEFILE
33 #define O_LARGEFILE 0 macro
176 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
260 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h39 #ifndef O_LARGEFILE
40 #define O_LARGEFILE 00100000 macro
/external/e2fsprogs/misc/
H A Dbadblocks.c34 #ifndef O_LARGEFILE
35 #define O_LARGEFILE 0 macro
1152 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
/external/qemu/
H A Dqemu-common.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 0 macro
/external/strace/
H A Dfile.c269 #ifdef O_LARGEFILE
270 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
271 # undef O_LARGEFILE macro
273 # define O_LARGEFILE 0x40000 macro
275 # define O_LARGEFILE 0100000
278 # ifdef O_LARGEFILE
279 { O_LARGEFILE, "O_LARGEFILE" },
/external/sqlite/dist/
H A Dsqlite3.c23254 #ifndef O_LARGEFILE
23255 # define O_LARGEFILE 0 macro
23258 # undef O_LARGEFILE macro
23259 # define O_LARGEFILE 0 macro
27680 openFlags |= (O_LARGEFILE|O_BINARY);
[all...]

Completed in 381 milliseconds