Home
last modified time | relevance | path

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

/freebsd/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/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/usr.bin/fetch/
H A DMakefile.depend9 lib/libfetch \
/freebsd/usr.sbin/bsdinstall/distfetch/
H A DMakefile.depend10 lib/libfetch \
/freebsd/usr.sbin/pkg/
H A DMakefile.depend11 lib/libfetch \
/freebsd/secure/
H A DMakefile12 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c525 __typeof__(func) *func = dlsym(hdl->libfetch, #func); in get_key_material_https()
527 if (hdl->libfetch == NULL) in get_key_material_https()
528 hdl->libfetch = dlopen(LIBFETCH_SONAME, RTLD_LAZY); in get_key_material_https()
530 if (hdl->libfetch == NULL) { in get_key_material_https()
531 hdl->libfetch = (void *)-1; in get_key_material_https()
537 if (hdl->libfetch == (void *)-1) { in get_key_material_https()
548 char *fetchLastErrString = dlsym(hdl->libfetch, "fetchLastErrString"); in get_key_material_https()
H A Dlibzfs_impl.h72 void *libfetch; member
H A Dlibzfs_util.c1139 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL) in libzfs_fini()
1140 (void) dlclose(hdl->libfetch); in libzfs_fini()
H A Dlibzfs.abi2655 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
/freebsd/rescue/rescue/
H A DMakefile.depend28 lib/libfetch \
/freebsd/lib/libsysdecode/
H A DMakefile.depend78 lib/libfetch \
/freebsd/contrib/mandoc/
H A Dlib.in60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
/freebsd/lib/
H A DMakefile61 libfetch \
/freebsd/targets/pseudo/userland/lib/
H A DMakefile.depend73 lib/libfetch \
/freebsd/.github/
H A DCODEOWNERS64 /lib/libfetch @dag-erling
/freebsd/
H A DMAINTAINERS62 libfetch des Pre-commit review requested
/freebsd/share/mk/
H A Dbsd.libnames.mk66 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a