Searched refs:scratch_chan (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c230 int scratch_chan; local
238 scratch_chan = solib_open (filename, &scratch_pathname);
240 if (scratch_chan < 0)
246 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan);
249 close (scratch_chan);
H A Dexec.c191 int scratch_chan; local
193 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, filename,
197 if (scratch_chan < 0)
201 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, exename,
206 if (scratch_chan < 0)
208 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan);
H A Dcorelow.c286 int scratch_chan; local
312 scratch_chan = open (filename, flags, 0);
313 if (scratch_chan < 0)
316 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan);

Completed in 65 milliseconds