Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/config/
HDuser-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-stable/sys/contrib/openzfs/contrib/initramfs/hooks/
HDzfs.in35 find /lib/ -name "@LIBFETCH_SONAME@" | while read -r libfetch; do
36 copy_exec "$libfetch"
/freebsd-13-stable/usr.bin/fetch/
HDMakefile.depend10 lib/libfetch \
/freebsd-13-stable/contrib/libucl/
HDCMakeLists.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…
HDconfigure.ac55 [Enable URLs fetch (requires libfetch or libcurl) @<:@default=no@:>@]), [],
145 [AC_MSG_ERROR([unable to find neither libfetch nor libcurl])])
HDREADME.md258 or URL (if ucl is built with url support provided by either `libcurl` or `libfetch`):
/freebsd-13-stable/usr.sbin/bsdinstall/distfetch/
HDMakefile.depend11 lib/libfetch \
/freebsd-13-stable/usr.sbin/pkg/
HDMakefile.depend14 lib/libfetch \
/freebsd-13-stable/secure/
HDMakefile13 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_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()
HDlibzfs_util.c1114 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL)
1115 (void) dlclose(hdl->libfetch);
HDlibzfs.abi1433 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
/freebsd-13-stable/lib/libsysdecode/
HDMakefile.depend72 lib/libfetch \
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs_impl.h75 void *libfetch; member
/freebsd-13-stable/lib/
HDMakefile58 libfetch \
/freebsd-13-stable/contrib/mandoc/
HDlib.in60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
/freebsd-13-stable/targets/pseudo/userland/lib/
HDMakefile.depend69 lib/libfetch \
/freebsd-13-stable/share/mk/
HDbsd.libnames.mk64 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
/freebsd-13-stable/
HDMAINTAINERS63 libfetch des Pre-commit review requested, email only.
HDObsoleteFiles.inc12696 OLD_LIBS+=usr/lib/libfetch.so.5
13505 OLD_LIBS+=usr/lib/libfetch.so.4
15566 OLD_LIBS+=usr/lib/libfetch.so.3
15706 OLD_LIBS+=usr/lib/libfetch.so.2
15721 OLD_LIBS+=usr/lib/libfetch.so.1