Searched refs:fetchLastErrString (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/bsdinstall/distfetch/ |
| H A D | distfetch.c | 177 fetchLastErrString); in fetch_files() 237 urls[i], fetchLastErrString); in fetch_files()
|
| /freebsd-14.2/usr.bin/fetch/ |
| H A D | fetch.c | 531 warnx("%s", fetchLastErrString); in fetch() 587 strcmp(fetchLastErrString, "Not Modified") == 0) { in fetch() 590 warnx("%s: %s", URL, fetchLastErrString); in fetch() 594 warnx("%s: %s", URL, fetchLastErrString); in fetch() 713 warnx("%s: %s", URL, fetchLastErrString); in fetch()
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | fetch.h | 143 extern char fetchLastErrString[MAXERRSTRING];
|
| H A D | fetch.c | 47 char fetchLastErrString[MAXERRSTRING]; variable
|
| H A D | common.c | 163 snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string); in fetch_seterr() 222 snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno)); in fetch_syserr()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 547 char *fetchLastErrString = dlsym(hdl->libfetch, "fetchLastErrString"); in get_key_material_https() local 549 ok = fetchGetURL && fetchLastErrString; in get_key_material_https() 575 uri, fetchLastErrString); in get_key_material_https()
|
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | pkg.c | 863 warnx("Error: %s", fetchLastErrString); in bootstrap_pkg()
|