OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gdb_fopen_cloexec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
filestuff.h
77
extern gdb_file_up
gdb_fopen_cloexec
(const char *filename,
84
gdb_fopen_cloexec
(const std::string &filename, const char *opentype)
function
86
return
gdb_fopen_cloexec
(filename.c_str (), opentype);
filestuff.cc
325
gdb_fopen_cloexec
(const char *filename, const char *opentype)
545
gdb_file_up file =
gdb_fopen_cloexec
(path, "r");
321
gdb_fopen_cloexec
(const char *filename, const char *opentype)
function
/src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.h
77
extern gdb_file_up
gdb_fopen_cloexec
(const char *filename,
84
gdb_fopen_cloexec
(const std::string &filename, const char *opentype)
function
86
return
gdb_fopen_cloexec
(filename.c_str (), opentype);
filestuff.cc
326
gdb_fopen_cloexec
(const char *filename, const char *opentype)
546
gdb_file_up file =
gdb_fopen_cloexec
(path, "r");
322
gdb_fopen_cloexec
(const char *filename, const char *opentype)
function
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026