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

/netbsd-current/external/gpl3/gdb.old/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-current/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-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorelow.c53 #ifndef O_LARGEFILE
54 #define O_LARGEFILE 0 macro
440 flags = O_BINARY | O_LARGEFILE;
H A Dtracefile-tfile.c38 #ifndef O_LARGEFILE
39 #define O_LARGEFILE 0 macro
476 flags = O_BINARY | O_LARGEFILE;
H A Dlinux-nat.c184 #ifndef O_LARGEFILE
185 #define O_LARGEFILE 0 macro
3837 | O_LARGEFILE), 0);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dgzlib.c221 #ifdef O_LARGEFILE
222 O_LARGEFILE |
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dgzlib.c221 #ifdef O_LARGEFILE
222 O_LARGEFILE |
/netbsd-current/common/dist/zlib/
H A Dgzlib.c223 #ifdef O_LARGEFILE
224 O_LARGEFILE |
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dgzlib.c223 #ifdef O_LARGEFILE
224 O_LARGEFILE |
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeJarFile.cc282 int fd = open (toFileNname, O_CREAT | O_WRONLY | O_LARGEFILE, 0644);
341 int fd = open (toFileNname, O_CREAT | O_WRONLY | O_LARGEFILE, 0644);
H A Dgp-display-src.cc593 int fd = ::open (exe, O_RDONLY | O_LARGEFILE);
H A DModule.cc546 ar = open64 (path, O_RDONLY | O_LARGEFILE);
548 obj = open64 (stabsTmp, O_CREAT | O_WRONLY | O_LARGEFILE, 0600);
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dgzlib.c223 #ifdef O_LARGEFILE
224 O_LARGEFILE |
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c1086 mode = O_RDWR | O_LARGEFILE;
1089 mode = O_RDONLY | O_LARGEFILE;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracefile-tfile.c38 #ifndef O_LARGEFILE
39 #define O_LARGEFILE 0 macro
476 flags = O_BINARY | O_LARGEFILE;
H A Dcorelow.c57 #ifndef O_LARGEFILE
58 #define O_LARGEFILE 0 macro
491 flags = O_BINARY | O_LARGEFILE;
H A Dlinux-nat.c186 #ifndef O_LARGEFILE
187 #define O_LARGEFILE 0 macro
3873 int fd = gdb_open_cloexec (filename, O_RDWR | O_LARGEFILE, 0).release ();
3984 int fd = gdb_open_cloexec ("/proc/self/mem", O_RDWR | O_LARGEFILE, 0).release ();
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c747 #ifdef O_LARGEFILE
748 { "O_LARGEFILE", O_LARGEFILE, 0x8000 },
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c752 #ifdef O_LARGEFILE
753 { "O_LARGEFILE", O_LARGEFILE, 0x8000 },
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc70 #ifndef O_LARGEFILE
71 #define O_LARGEFILE 0 macro
5542 fd = open (filename, O_RDONLY | O_LARGEFILE);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc65 #ifndef O_LARGEFILE
66 #define O_LARGEFILE 0 macro
417 = gdb_open_cloexec (filename, O_RDWR | O_LARGEFILE, 0).release ();
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c38362 # define O_LARGEFILE macro
38365 # undef O_LARGEFILE macro
38366 # define O_LARGEFILE macro
[all...]

Completed in 927 milliseconds