Searched refs:newfd (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ | ||
H A D | process.c | 314 safe_dup(const int oldfd, const int newfd) argument 318 if (oldfd != newfd) { 319 if (dup2(oldfd, newfd) == -1) { |
Completed in 9 milliseconds