Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h55 int swrap_dup2(int, int);
142 #define dup2(oldd, newd) swrap_dup2(oldd, newd)
H A Dsocket_wrapper.c1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2() function