Searched refs:fetchLastErrString (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/usr.sbin/bsdinstall/distfetch/ |
| D | distfetch.c | 153 fetchLastErrString); in fetch_files() 208 urls[i], fetchLastErrString); in fetch_files()
|
| /freebsd-10-stable/lib/libfetch/ |
| D | fetch.h | 143 extern char fetchLastErrString[MAXERRSTRING];
|
| D | fetch.c | 45 char fetchLastErrString[MAXERRSTRING]; variable
|
| D | common.c | 100 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/ |
| D | fetch.c | 501 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/ |
| D | url.c | 116 fname, fetchLastErrString); in fileGetURL()
|
| /freebsd-10-stable/usr.sbin/pkg_install/updating/ |
| D | main.c | 207 updatingfile, fetchLastErrString); in main()
|
| /freebsd-10-stable/usr.sbin/pkg/ |
| D | pkg.c | 916 warnx("Error fetching %s: %s", url, fetchLastErrString); in bootstrap_pkg()
|