Searched refs:new_fd (Results 1 – 3 of 3) sorted by relevance
356 int new_fd = __open_nocancel in __libc_pututline() local358 if (new_fd == -1) in __libc_pututline()361 if (__dup2 (new_fd, file_fd) < 0) in __libc_pututline()363 __close_nocancel_nostatus (new_fd); in __libc_pututline()366 __close_nocancel_nostatus (new_fd); in __libc_pututline()
202 int new_fd = dup (0); in do_test() local203 if (new_fd != next_descriptors[i]) in do_test()213 xclose (new_fd); in do_test()
220 int new_fd = ret; in __spawni_child() local225 if (__dup2 (new_fd, action->action.open_action.fd) in __spawni_child()229 if (__close_nocancel (new_fd) != 0) in __spawni_child()