Searched refs:libfetch (Results 1 – 18 of 18) sorted by relevance
| /freebsd/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/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/usr.bin/fetch/ |
| H A D | Makefile.depend | 9 lib/libfetch \
|
| /freebsd/usr.sbin/bsdinstall/distfetch/ |
| H A D | Makefile.depend | 10 lib/libfetch \
|
| /freebsd/usr.sbin/pkg/ |
| H A D | Makefile.depend | 11 lib/libfetch \
|
| /freebsd/secure/ |
| H A D | Makefile | 12 SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 525 __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 D | libzfs_impl.h | 72 void *libfetch; member
|
| H A D | libzfs_util.c | 1139 if (hdl->libfetch != (void *)-1 && hdl->libfetch != NULL) in libzfs_fini() 1140 (void) dlclose(hdl->libfetch); in libzfs_fini()
|
| H A D | libzfs.abi | 2655 <var-decl name='libfetch' type-id='eaa32e2f' visibility='default'/>
|
| /freebsd/rescue/rescue/ |
| H A D | Makefile.depend | 30 lib/libfetch \
|
| /freebsd/lib/libsysdecode/ |
| H A D | Makefile.depend | 79 lib/libfetch \
|
| /freebsd/contrib/mandoc/ |
| H A D | lib.in | 60 LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)")
|
| /freebsd/lib/ |
| H A D | Makefile | 61 libfetch \
|
| /freebsd/targets/pseudo/userland/lib/ |
| H A D | Makefile.depend | 73 lib/libfetch \
|
| /freebsd/.github/ |
| H A D | CODEOWNERS | 64 /lib/libfetch @dag-erling
|
| /freebsd/ |
| H A D | MAINTAINERS | 62 libfetch des Pre-commit review requested
|
| /freebsd/share/mk/ |
| H A D | bsd.libnames.mk | 66 LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
|