Searched refs:orig_out (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | pex-win32.c | 774 int orig_out, orig_in, orig_err = 0; in pex_win32_exec_child() local 781 orig_out = out; in pex_win32_exec_child() 782 out = _dup (orig_out); in pex_win32_exec_child() 874 if (orig_out != STDOUT_FILENO) in pex_win32_exec_child() 875 _close (orig_out); in pex_win32_exec_child()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | pex-win32.c | 795 int orig_out, orig_in, orig_err = 0; in pex_win32_exec_child() local 802 orig_out = out; in pex_win32_exec_child() 803 out = _dup (orig_out); in pex_win32_exec_child() 895 if (orig_out != STDOUT_FILENO) in pex_win32_exec_child() 896 _close (orig_out); in pex_win32_exec_child()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | pex-win32.c | 795 int orig_out, orig_in, orig_err = 0; in pex_win32_exec_child() local 802 orig_out = out; in pex_win32_exec_child() 803 out = _dup (orig_out); in pex_win32_exec_child() 895 if (orig_out != STDOUT_FILENO) in pex_win32_exec_child() 896 _close (orig_out); in pex_win32_exec_child()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | nm.c | 500 char * orig_out = out; in display_utf8() local 592 return out - orig_out; in display_utf8()
|
| D | objdump.c | 580 char * orig_out = out; in display_utf8() local 672 return out - orig_out; in display_utf8()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-expand.cc | 3590 rtx var, orig_out, out, tmp; in ix86_expand_int_movcc() local 3634 orig_out = operands[0]; in ix86_expand_int_movcc() 3643 out = expand_binop (mode, op, var, tmp, orig_out, 0, in ix86_expand_int_movcc() 3645 if (!rtx_equal_p (out, orig_out)) in ix86_expand_int_movcc() 3646 emit_move_insn (copy_rtx (orig_out), copy_rtx (out)); in ix86_expand_int_movcc()
|