Searched refs:restore_fd (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | pex-unix.c | 456 restore_fd(int old_fd, int save_fd, int flags) in restore_fd() function 567 && restore_fd (toclose, toclose, fl_tc) < 0) in pex_unix_exec_child() 570 && restore_fd (STDIN_FILE_NO, save_in, fl_in) < 0) in pex_unix_exec_child() 573 && restore_fd (STDOUT_FILE_NO, save_out, fl_out) < 0) in pex_unix_exec_child() 576 && restore_fd (STDERR_FILE_NO, save_err, fl_err) < 0) in pex_unix_exec_child()
|
D | ChangeLog | 1209 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
|