Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c176 fetchLastErrString); in fetch_files()
236 urls[i], fetchLastErrString); in fetch_files()
/freebsd/usr.bin/fetch/
H A Dfetch.c530 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 Dfetch.h143 extern char fetchLastErrString[MAXERRSTRING];
H A Dfetch.c46 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/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c549 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 Dpkg.c910 warnx("Error fetching %s: %s", url, fetchLastErrString); in bootstrap_pkg()