OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_LARGEFILE
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
corelow.c
58
#ifndef
O_LARGEFILE
59
#define
O_LARGEFILE
0
1040
flags = O_BINARY |
O_LARGEFILE
;
tracefile-tfile.c
37
#ifndef
O_LARGEFILE
38
#define
O_LARGEFILE
0
472
flags = O_BINARY |
O_LARGEFILE
;
linux-nat.c
240
#ifndef
O_LARGEFILE
241
#define
O_LARGEFILE
0
4098
int fd = gdb_open_cloexec (filename, O_RDWR |
O_LARGEFILE
, 0).release ();
4217
int fd = gdb_open_cloexec ("/proc/self/mem", O_RDWR |
O_LARGEFILE
, 0).release ();
/src/external/gpl3/gdb/dist/gdb/
corelow.c
57
#ifndef
O_LARGEFILE
58
#define
O_LARGEFILE
0
1070
flags = O_BINARY |
O_LARGEFILE
;
tracefile-tfile.c
37
#ifndef
O_LARGEFILE
38
#define
O_LARGEFILE
0
472
flags = O_BINARY |
O_LARGEFILE
;
linux-nat.c
236
#ifndef
O_LARGEFILE
237
#define
O_LARGEFILE
0
4102
scoped_fd fd = gdb_open_cloexec (filename, O_RDWR |
O_LARGEFILE
, 0);
4220
int fd = gdb_open_cloexec ("/proc/self/mem", O_RDWR |
O_LARGEFILE
, 0).release ();
/src/external/gpl3/binutils/dist/gprofng/src/
util.h
36
#ifndef
O_LARGEFILE
37
#define
O_LARGEFILE
0
/src/external/gpl3/binutils.old/dist/gprofng/src/
util.h
36
#ifndef
O_LARGEFILE
37
#define
O_LARGEFILE
0
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bigcore.c
145
#ifdef
O_LARGEFILE
150
#define
O_LARGEFILE
0
186
fd = open ("bigcore.corefile", O_RDWR | O_CREAT | O_TRUNC |
O_LARGEFILE
,
213
if (
O_LARGEFILE
)
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bigcore.c
145
#ifdef
O_LARGEFILE
150
#define
O_LARGEFILE
0
186
fd = open ("bigcore.corefile", O_RDWR | O_CREAT | O_TRUNC |
O_LARGEFILE
,
213
if (
O_LARGEFILE
)
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc
66
#ifndef
O_LARGEFILE
67
#define
O_LARGEFILE
0
430
= gdb_open_cloexec (filename, O_RDWR |
O_LARGEFILE
, 0).release ();
/src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc
66
#ifndef
O_LARGEFILE
67
#define
O_LARGEFILE
0
430
= gdb_open_cloexec (filename, O_RDWR |
O_LARGEFILE
, 0).release ();
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 201 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026