Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c177 fetchLastErrString); in fetch_files()
237 urls[i], fetchLastErrString); in fetch_files()
/freebsd-14.2/usr.bin/fetch/
H A Dfetch.c531 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 Dfetch.h143 extern char fetchLastErrString[MAXERRSTRING];
H A Dfetch.c47 char fetchLastErrString[MAXERRSTRING]; variable
H A Dcommon.c163 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 Dlibzfs_crypto.c547 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 Dpkg.c863 warnx("Error: %s", fetchLastErrString); in bootstrap_pkg()