Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dcommon.c1661 if (url->netrcfd < 0) in fetch_netrc_auth()
1662 url->netrcfd = fetch_netrc_open(); in fetch_netrc_auth()
1663 if (url->netrcfd < 0) in fetch_netrc_auth()
1665 if ((f = fdopen(url->netrcfd, "r")) == NULL) { in fetch_netrc_auth()
1668 close(url->netrcfd); in fetch_netrc_auth()
1669 url->netrcfd = -1; in fetch_netrc_auth()
1715 url->netrcfd = -1; in fetch_netrc_auth()
1720 url->netrcfd = -1; in fetch_netrc_auth()
H A Dfetch.h50 int netrcfd; member
H A Dfetch.c274 u->netrcfd = -1; in fetchMakeURL()
359 u->netrcfd = -1; in fetchParseURL()