Home
last modified time | relevance | path

Searched refs:libfetch (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/config/
H A Duser-libfetch.m42 dnl # Check for a libfetch - either fetch(3) or libcurl.
17 AC_MSG_CHECKING([for libfetch])
35 LIBFETCH_SONAME="libfetch.so.6"
67 AC_DEFINE_UNQUOTED([LIBFETCH_IS_FETCH], [$LIBFETCH_IS_FETCH], [libfetch is fetch(3)])
68 AC_DEFINE_UNQUOTED([LIBFETCH_IS_LIBCURL], [$LIBFETCH_IS_LIBCURL], [libfetch is libcurl])
69 …AC_DEFINE_UNQUOTED([LIBFETCH_DYNAMIC], [$LIBFETCH_DYNAMIC], [whether the chosen libfetch is to be …
70 AC_DEFINE_UNQUOTED([LIBFETCH_SONAME], ["$LIBFETCH_SONAME"], [soname of chosen libfetch])
/freebsd-13.1/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in35 find /lib/ -name "@LIBFETCH_SONAME@" | while read -r libfetch; do
36 copy_exec "$libfetch"
/freebsd-13.1/usr.bin/fetch/
H A DMakefile.depend11 lib/libfetch \
/freebsd-13.1/usr.sbin/bsdinstall/distfetch/
H A DMakefile.depend12 lib/libfetch \
/freebsd-13.1/contrib/libucl/
H A DCMakeLists.txt16 OPTION(ENABLE_URL_INCLUDE "Enable urls in ucl includes (requires libcurl or libfetch) [default: OF…
148 DOC "Path where the libfetch library can be found")
153 DOC "Path to libfetch header")
158 …MESSAGE(WARNING "Neither libcurl nor libfetch were found, no support of URL includes in configurat…
H A Dconfigure.ac55 [Enable URLs fetch (requires libfetch or libcurl) @<:@default=no@:>@]), [],
145 [AC_MSG_ERROR([unable to find neither libfetch nor libcurl])])
H A DREADME.md258 or URL (if ucl is built with url support provided by either `libcurl` or `libfetch`):
/freebsd-13.1/usr.sbin/pkg/
H A DMakefile.depend15 lib/libfetch \
/freebsd-13.1/secure/
H A DMakefile14 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c516 __typeof__(func) *func = dlsym(hdl->libfetch, #func); in get_key_material_https()
518 if (hdl->libfetch == NULL) in get_key_material_https()
519 hdl->libfetch = dlopen(LIBFETCH_SONAME, RTLD_LAZY); in get_key_material_https()
521 if (hdl->libfetch == NULL) { in get_key_material_https()
522 hdl->libfetch = (void *)-1; in get_key_material_https()
528 if (hdl->libfetch == (void *)-1) { in get_key_material_https()
539 char *fetchLastErrString = dlsym(hdl->libfetch, "fetchLastErrString"); in get_key_material_https()
H A Dlibzfs_util.c1108 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL)
1109 (void) dlclose(hdl->libfetch);
H A Dlibzfs.abi1434 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibzfs_impl.h75 void *libfetch; member
/freebsd-13.1/lib/libsysdecode/
H A DMakefile.depend73 lib/libfetch \
/freebsd-13.1/lib/
H A DMakefile58 libfetch \
/freebsd-13.1/contrib/mandoc/
H A Dlib.in60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
/freebsd-13.1/targets/pseudo/userland/lib/
H A DMakefile.depend70 lib/libfetch \
/freebsd-13.1/share/mk/
H A Dbsd.libnames.mk64 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
/freebsd-13.1/
H A DMAINTAINERS64 libfetch des Pre-commit review requested, email only.
H A DObsoleteFiles.inc9749 OLD_LIBS+=usr/lib/libfetch.so.5
9836 OLD_LIBS+=usr/lib32/libfetch.so.5
10708 OLD_LIBS+=usr/lib/libfetch.so.4
10755 OLD_LIBS+=usr/lib32/libfetch.so.4
12849 OLD_LIBS+=usr/lib/libfetch.so.3
12989 OLD_LIBS+=usr/lib/libfetch.so.2
13004 OLD_LIBS+=usr/lib/libfetch.so.1