Searched refs:libfetch (Results 1 – 20 of 20) sorted by relevance
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/contrib/initramfs/hooks/ |
| H A D | zfs.in | 35 find /lib/ -name "@LIBFETCH_SONAME@" | while read -r libfetch; do 36 copy_exec "$libfetch"
|
| /freebsd-13.1/usr.bin/fetch/ |
| H A D | Makefile.depend | 11 lib/libfetch \
|
| /freebsd-13.1/usr.sbin/bsdinstall/distfetch/ |
| H A D | Makefile.depend | 12 lib/libfetch \
|
| /freebsd-13.1/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-13.1/usr.sbin/pkg/ |
| H A D | Makefile.depend | 15 lib/libfetch \
|
| /freebsd-13.1/secure/ |
| H A D | Makefile | 14 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 516 __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 D | libzfs_util.c | 1108 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL) 1109 (void) dlclose(hdl->libfetch);
|
| H A D | libzfs.abi | 1434 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 75 void *libfetch; member
|
| /freebsd-13.1/lib/libsysdecode/ |
| H A D | Makefile.depend | 73 lib/libfetch \
|
| /freebsd-13.1/lib/ |
| H A D | Makefile | 58 libfetch \
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | lib.in | 60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
|
| /freebsd-13.1/targets/pseudo/userland/lib/ |
| H A D | Makefile.depend | 70 lib/libfetch \
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.libnames.mk | 64 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
|
| /freebsd-13.1/ |
| H A D | MAINTAINERS | 64 libfetch des Pre-commit review requested, email only.
|
| H A D | ObsoleteFiles.inc | 9749 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
|