Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in34 find /lib/ -name "@LIBFETCH_SONAME@" | while read -r libfetch; do
35 copy_exec "$libfetch"
/freebsd-14.2/usr.bin/fetch/
H A DMakefile.depend9 lib/libfetch \
/freebsd-14.2/usr.sbin/bsdinstall/distfetch/
H A DMakefile.depend10 lib/libfetch \
/freebsd-14.2/usr.sbin/pkg/
H A DMakefile.depend11 lib/libfetch \
/freebsd-14.2/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-14.2/secure/
H A DMakefile13 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c524 __typeof__(func) *func = dlsym(hdl->libfetch, #func); in get_key_material_https()
526 if (hdl->libfetch == NULL) in get_key_material_https()
527 hdl->libfetch = dlopen(LIBFETCH_SONAME, RTLD_LAZY); in get_key_material_https()
529 if (hdl->libfetch == NULL) { in get_key_material_https()
530 hdl->libfetch = (void *)-1; in get_key_material_https()
536 if (hdl->libfetch == (void *)-1) { in get_key_material_https()
547 char *fetchLastErrString = dlsym(hdl->libfetch, "fetchLastErrString"); in get_key_material_https()
H A Dlibzfs_impl.h73 void *libfetch; member
H A Dlibzfs_util.c1120 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL) in libzfs_fini()
1121 (void) dlclose(hdl->libfetch); in libzfs_fini()
H A Dlibzfs.abi2076 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
/freebsd-14.2/rescue/rescue/
H A DMakefile.depend30 lib/libfetch \
/freebsd-14.2/lib/libsysdecode/
H A DMakefile.depend79 lib/libfetch \
/freebsd-14.2/lib/
H A DMakefile60 libfetch \
/freebsd-14.2/contrib/mandoc/
H A Dlib.in60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
/freebsd-14.2/.github/
H A DCODEOWNERS55 /lib/libfetch @dag-erling
/freebsd-14.2/targets/pseudo/userland/lib/
H A DMakefile.depend74 lib/libfetch \
/freebsd-14.2/share/mk/
H A Dbsd.libnames.mk64 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
/freebsd-14.2/
H A DMAINTAINERS64 libfetch des Pre-commit review requested, email only.
H A DObsoleteFiles.inc15815 OLD_LIBS+=usr/lib/libfetch.so.5
16624 OLD_LIBS+=usr/lib/libfetch.so.4
18675 OLD_LIBS+=usr/lib/libfetch.so.3
18815 OLD_LIBS+=usr/lib/libfetch.so.2
18830 OLD_LIBS+=usr/lib/libfetch.so.1