Searched refs:libfetch (Results 1 – 22 of 22) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | user-libfetch.m4 | 2 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 D | zfs.in | 34 find /lib/ -name "@LIBFETCH_SONAME@" | while read -r libfetch; do 35 copy_exec "$libfetch"
|
| /freebsd-14.2/usr.bin/fetch/ |
| H A D | Makefile.depend | 9 lib/libfetch \
|
| /freebsd-14.2/usr.sbin/bsdinstall/distfetch/ |
| H A D | Makefile.depend | 10 lib/libfetch \
|
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | Makefile.depend | 11 lib/libfetch \
|
| /freebsd-14.2/contrib/libucl/ |
| H A D | CMakeLists.txt | 16 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 D | configure.ac | 55 [Enable URLs fetch (requires libfetch or libcurl) @<:@default=no@:>@]), [], 145 [AC_MSG_ERROR([unable to find neither libfetch nor libcurl])])
|
| H A D | README.md | 258 or URL (if ucl is built with url support provided by either `libcurl` or `libfetch`):
|
| /freebsd-14.2/secure/ |
| H A D | Makefile | 13 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 524 __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 D | libzfs_impl.h | 73 void *libfetch; member
|
| H A D | libzfs_util.c | 1120 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL) in libzfs_fini() 1121 (void) dlclose(hdl->libfetch); in libzfs_fini()
|
| H A D | libzfs.abi | 2076 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
|
| /freebsd-14.2/rescue/rescue/ |
| H A D | Makefile.depend | 30 lib/libfetch \
|
| /freebsd-14.2/lib/libsysdecode/ |
| H A D | Makefile.depend | 79 lib/libfetch \
|
| /freebsd-14.2/lib/ |
| H A D | Makefile | 60 libfetch \
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | lib.in | 60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
|
| /freebsd-14.2/.github/ |
| H A D | CODEOWNERS | 55 /lib/libfetch @dag-erling
|
| /freebsd-14.2/targets/pseudo/userland/lib/ |
| H A D | Makefile.depend | 74 lib/libfetch \
|
| /freebsd-14.2/share/mk/ |
| H A D | bsd.libnames.mk | 64 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
|
| /freebsd-14.2/ |
| H A D | MAINTAINERS | 64 libfetch des Pre-commit review requested, email only.
|
| H A D | ObsoleteFiles.inc | 15815 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
|