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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dexec.c415 int scratch_chan; local
437 scratch_chan = -1;
442 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST,
447 if (scratch_chan < 0)
453 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST,
458 if (scratch_chan < 0)
462 if (scratch_chan < 0)
476 FOPEN_RUB, scratch_chan);
478 temp = gdb_bfd_open (canonical_pathname, gnutarget, scratch_chan);
H A Dcorelow.c423 int scratch_chan; local
445 scratch_chan = gdb_open_cloexec (filename.get (), flags, 0);
446 if (scratch_chan < 0)
451 scratch_chan));
H A Dtracefile-tfile.c459 int scratch_chan; local
478 scratch_chan = gdb_open_cloexec (filename.get (), flags, 0);
479 if (scratch_chan < 0)
487 trace_fd = scratch_chan;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dexec.c389 int scratch_chan; local
410 scratch_chan = -1;
415 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST,
420 if (scratch_chan < 0)
426 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST,
431 if (scratch_chan < 0)
435 if (scratch_chan < 0)
449 FOPEN_RUB, scratch_chan);
451 temp = gdb_bfd_open (canonical_pathname, gnutarget, scratch_chan);
H A Dtracefile-tfile.c459 int scratch_chan; local
478 scratch_chan = gdb_open_cloexec (filename.get (), flags, 0).release ();
479 if (scratch_chan < 0)
487 trace_fd = scratch_chan;
H A Dcorelow.c473 int scratch_chan; local
496 scratch_chan = gdb_open_cloexec (filename.get (), flags, 0).release ();
497 if (scratch_chan < 0)
502 scratch_chan));

Completed in 202 milliseconds