Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dssl.h39 struct fetch_connect *fetch_fdopen(int, const char *);
H A Dssl.c267 fetch_fdopen(int sd, const char *fmode) in fetch_fdopen() function
H A Dfetch.c1492 fin = fetch_fdopen(s, "r+"); in fetch_url()