Searched defs:O_LARGEFILE (Results 1 - 11 of 11) 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.h24 #define O_LARGEFILE 0 macro
/external/qemu/android/config/freebsd-x86/
H A Dconfig-host.h19 #define O_LARGEFILE 0 macro
/external/kernel-headers/original/asm-mips/
H A Dfcntl.h20 #define O_LARGEFILE 0x2000 /* allow large file opens */ 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.c285 #ifdef O_LARGEFILE
286 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
287 # undef O_LARGEFILE macro
289 # define O_LARGEFILE 0x40000 macro
291 # define O_LARGEFILE 0100000
294 # ifdef O_LARGEFILE
295 { O_LARGEFILE, "O_LARGEFILE" },
/external/sqlite/dist/orig/
H A Dsqlite3.c25290 #ifndef O_LARGEFILE
25291 # define O_LARGEFILE 0 macro
25294 # undef O_LARGEFILE macro
25295 # define O_LARGEFILE 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25290 #ifndef O_LARGEFILE
25291 # define O_LARGEFILE 0 macro
25294 # undef O_LARGEFILE macro
25295 # define O_LARGEFILE 0 macro
[all...]

Completed in 428 milliseconds