Home
last modified time | relevance | path

Searched refs:fetchLastErrString (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/usr.sbin/bsdinstall/distfetch/
Ddistfetch.c153 fetchLastErrString); in fetch_files()
208 urls[i], fetchLastErrString); in fetch_files()
/freebsd-10-stable/lib/libfetch/
Dfetch.h143 extern char fetchLastErrString[MAXERRSTRING];
Dfetch.c45 char fetchLastErrString[MAXERRSTRING]; variable
Dcommon.c100 snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string); in fetch_seterr()
159 snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno)); in fetch_syserr()
/freebsd-10-stable/usr.bin/fetch/
Dfetch.c501 warnx("%s", fetchLastErrString); in fetch()
552 warnx("%s: %s", URL, fetchLastErrString); in fetch()
555 && strcmp(fetchLastErrString, "Not Modified") == 0) { in fetch()
677 warnx("%s: %s", URL, fetchLastErrString); in fetch()
/freebsd-10-stable/usr.sbin/pkg_install/lib/
Durl.c116 fname, fetchLastErrString); in fileGetURL()
/freebsd-10-stable/usr.sbin/pkg_install/updating/
Dmain.c207 updatingfile, fetchLastErrString); in main()
/freebsd-10-stable/usr.sbin/pkg/
Dpkg.c916 warnx("Error fetching %s: %s", url, fetchLastErrString); in bootstrap_pkg()