Searched refs:opentype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfilestuff.h88 const char *opentype);
94 gdb_fopen_cloexec (const std::string &filename, const char *opentype) argument
96 return gdb_fopen_cloexec (filename.c_str (), opentype);
H A Dfilestuff.cc327 gdb_fopen_cloexec (const char *filename, const char *opentype)
344 copy = (char *) alloca (strlen (opentype) + 2);
345 strcpy (copy, opentype);
353 result = fopen (filename, opentype);
359 result = fopen (filename, opentype);
323 gdb_fopen_cloexec(const char *filename, const char *opentype) argument
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dfilestuff.h78 const char *opentype);
84 gdb_fopen_cloexec (const std::string &filename, const char *opentype) argument
86 return gdb_fopen_cloexec (filename.c_str (), opentype);
H A Dfilestuff.cc327 gdb_fopen_cloexec (const char *filename, const char *opentype)
344 copy = (char *) alloca (strlen (opentype) + 2);
345 strcpy (copy, opentype);
353 result = fopen (filename, opentype);
359 result = fopen (filename, opentype);
323 gdb_fopen_cloexec(const char *filename, const char *opentype) argument

Completed in 107 milliseconds