HomeSort by: relevance | last modified time | path
    Searched defs:maybe_dup2 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
options.c 396 #define maybe_dup2(from, to) ((from == to) ? to : (close(to), dup(from))) macro
398 if (maybe_dup2(request->fd, 0) != 0 ||
399 maybe_dup2(request->fd, 1) != 1 ||
400 maybe_dup2(request->fd, 2) != 2) {
options.c 396 #define maybe_dup2(from, to) ((from == to) ? to : (close(to), dup(from))) macro
398 if (maybe_dup2(request->fd, 0) != 0 ||
399 maybe_dup2(request->fd, 1) != 1 ||
400 maybe_dup2(request->fd, 2) != 2) {

Completed in 24 milliseconds