Home
last modified time | relevance | path

Searched refs:FETCH_UNAVAIL (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/lib/libfetch/
Dfetch.h85 #define FETCH_UNAVAIL 16 macro
Dcommon.c122 fetchLastErrCode = FETCH_UNAVAIL; in fetch_syserr()
Dftp.c1129 && fetchLastErrCode != FETCH_UNAVAIL) in ftp_request()
/freebsd-9-stable/usr.bin/fetch/
Dfetch.c1156 && fetchLastErrCode != FETCH_UNAVAIL in main()