Searched refs:O_LARGEFILE (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbigcore.c145 #ifdef O_LARGEFILE
150 #define O_LARGEFILE 0 macro
186 fd = open ("bigcore.corefile", O_RDWR | O_CREAT | O_TRUNC | O_LARGEFILE,
213 if (O_LARGEFILE)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcorelow.c52 #ifndef O_LARGEFILE
53 #define O_LARGEFILE 0 macro
315 flags = O_BINARY | O_LARGEFILE;
H A Dlinux-nat.c159 #ifndef O_LARGEFILE
160 #define O_LARGEFILE 0 macro
4876 fd = open (filename, O_RDONLY | O_LARGEFILE);
H A Dtracepoint.c67 #ifndef O_LARGEFILE
68 #define O_LARGEFILE 0 macro
3320 flags = O_BINARY | O_LARGEFILE;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c840 mode = O_RDWR | O_LARGEFILE;
843 mode = O_RDONLY | O_LARGEFILE;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c747 #ifdef O_LARGEFILE
748 { O_LARGEFILE, 0x8000 },
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dlinux-low.c60 #ifndef O_LARGEFILE
61 #define O_LARGEFILE 0 macro
4000 fd = open (filename, O_RDONLY | O_LARGEFILE);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c25228 #ifndef O_LARGEFILE
25229 # define O_LARGEFILE 0 macro
25232 # undef O_LARGEFILE macro
25233 # define O_LARGEFILE 0 macro
[all...]

Completed in 445 milliseconds