Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h54 int swrap_dup(int);
137 #define dup(oldd) swrap_dup(oldd)
H A Dsocket_wrapper.c1871 _PUBLIC_ int swrap_dup(int oldd) in swrap_dup() function
H A DChangeLog56 * socket_wrapper.c: Implement swrap_dup too.