Searched refs:fetchLastErrString (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/bsdinstall/distfetch/ |
H A D | distfetch.c | 176 fetchLastErrString); in fetch_files() 236 urls[i], fetchLastErrString); in fetch_files()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 530 warnx("%s", fetchLastErrString); in fetch() 586 strcmp(fetchLastErrString, "Not Modified") == 0) { in fetch() 589 warnx("%s: %s", URL, fetchLastErrString); in fetch() 593 warnx("%s: %s", URL, fetchLastErrString); in fetch() 712 warnx("%s: %s", URL, fetchLastErrString); in fetch()
|
/freebsd/lib/libfetch/ |
H A D | fetch.h | 143 extern char fetchLastErrString[MAXERRSTRING];
|
H A D | fetch.c | 46 char fetchLastErrString[MAXERRSTRING]; variable
|
H A D | common.c | 162 snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string); in fetch_seterr() 221 snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno)); in fetch_syserr()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 549 char *fetchLastErrString = dlsym(hdl->libfetch, "fetchLastErrString"); in get_key_material_https() local 551 ok = fetchGetURL && fetchLastErrString; in get_key_material_https() 577 uri, fetchLastErrString); in get_key_material_https()
|
/freebsd/usr.sbin/pkg/ |
H A D | pkg.c | 910 warnx("Error fetching %s: %s", url, fetchLastErrString); in bootstrap_pkg()
|