Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c155 fetchLastErrString); in fetch_files()
210 urls[i], fetchLastErrString); in fetch_files()
/freebsd-13.1/lib/libfetch/
H A Dfetch.h145 extern char fetchLastErrString[MAXERRSTRING];
H A Dfetch.c49 char fetchLastErrString[MAXERRSTRING]; variable
H A Dcommon.c162 snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string); in fetch_seterr()
221 snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno)); in fetch_syserr()
/freebsd-13.1/usr.bin/fetch/
H A Dfetch.c533 warnx("%s", fetchLastErrString); in fetch()
588 warnx("%s: %s", URL, fetchLastErrString); in fetch()
592 strcmp(fetchLastErrString, "Not Modified") == 0) { in fetch()
714 warnx("%s: %s", URL, fetchLastErrString); in fetch()
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c539 char *fetchLastErrString = dlsym(hdl->libfetch, "fetchLastErrString"); in get_key_material_https() local
541 ok = fetchGetURL && fetchLastErrString; in get_key_material_https()
567 uri, fetchLastErrString); in get_key_material_https()
/freebsd-13.1/usr.sbin/pkg/
H A Dpkg.c933 warnx("Error fetching %s: %s", url, fetchLastErrString); in bootstrap_pkg()