Home
last modified time | relevance | path

Searched refs:maybe_dup2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c392 #define maybe_dup2(from, to) ((from == to) ? to : (close(to), dup(from))) macro
394 if (maybe_dup2(request->fd, 0) != 0 ||
395 maybe_dup2(request->fd, 1) != 1 ||
396 maybe_dup2(request->fd, 2) != 2) {