Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd-14.2/lib/libfetch/
H A DMakefile4 PACKAGE= fetch
6 LIB= fetch
10 INCS= fetch.h
11 MAN= fetch.3
53 MLINKS+= fetch.3 fetchGet.3
54 MLINKS+= fetch.3 fetchGetFTP.3
57 MLINKS+= fetch.3 fetchGetURL.3
58 MLINKS+= fetch.3 fetchList.3
65 MLINKS+= fetch.3 fetchPut.3
71 MLINKS+= fetch.3 fetchStat.3
[all …]
/freebsd-14.2/contrib/bmake/unit-tests/
H A Ddir.mk63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
94 .PHONY: fetch fetch-post extract extract-post
H A Ddir.exp13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post
15 fetch fetch-post extract extract-post
39 : fetch
/freebsd-14.2/sys/contrib/openzfs/config/
H A Duser-libfetch.m42 dnl # Check for a libfetch - either fetch(3) or libcurl.
5 dnl # * fetch(3) vs libcurl
8 dnl # fetch(3) is only dynamic.
30 #include <fetch.h>
37 AC_MSG_RESULT([fetch(3)])
67 AC_DEFINE_UNQUOTED([LIBFETCH_IS_FETCH], [$LIBFETCH_IS_FETCH], [libfetch is fetch(3)])
/freebsd-14.2/usr.bin/fetch/
H A DMakefile2 PACKAGE= fetch
3 PROG= fetch
4 LIBADD= fetch
/freebsd-14.2/crypto/openssl/test/
H A Dprovider_status_test.c149 EVP_MD *fetch = NULL; in test_provider_status() local
162 if (!TEST_ptr(fetch = EVP_MD_fetch(libctx, "SHA256", NULL))) in test_provider_status()
164 EVP_MD_free(fetch); in test_provider_status()
165 fetch = NULL; in test_provider_status()
181 if (!TEST_ptr_null(fetch = EVP_MD_fetch(libctx, "SHA256", NULL))) in test_provider_status()
186 EVP_MD_free(fetch); in test_provider_status()
/freebsd-14.2/contrib/unifdef/scripts/
H A Dgit.config6 fetch = :refs/remotes/git-svn
9 fetch = +refs/heads/*:refs/remotes/github/*
10 fetch = +refs/pull/*/head:refs/remotes/github/pull/*
H A Dsvnup.sh3 git svn fetch -A scripts/authors.svn
/freebsd-14.2/contrib/googletest/.github/workflows/
H A Dgtest-ci.yml17 fetch-depth: 0
28 fetch-depth: 0
40 fetch-depth: 0
/freebsd-14.2/usr.bin/diff/
H A Ddiffreg.c1156 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1159 fetch(ixnew, c, d, f2, '>', 0, *pflags); in change()
1189 fetch(ixnew, c, d, f2, '\0', 0, *pflags); in change()
1193 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1519 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec()
1522 fetch(ixold, a, b, f1, in dump_context_vec()
1558 fetch(ixnew, c, d, f2, in dump_context_vec()
1622 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1623 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
1627 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
[all …]
/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c45 sqlite3_stmt *fetch; member
253 sqlite3_finalize(hsdb->fetch); in hdb_sqlite_close_database()
312 &hsdb->fetch, in hdb_sqlite_make_database()
394 sqlite3_stmt *fetch = hsdb->fetch; in hdb_sqlite_fetch_kvno() local
403 sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_fetch_kvno()
405 sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch); in hdb_sqlite_fetch_kvno()
419 value.length = sqlite3_column_bytes(fetch, 0); in hdb_sqlite_fetch_kvno()
420 value.data = (void *) sqlite3_column_blob(fetch, 0); in hdb_sqlite_fetch_kvno()
438 sqlite3_clear_bindings(fetch); in hdb_sqlite_fetch_kvno()
439 sqlite3_reset(fetch); in hdb_sqlite_fetch_kvno()
/freebsd-14.2/contrib/libfido2/fuzz/
H A DMakefile79 fetch-oss-fuzz: ${CORPORA}
82 fetch-franz:
90 .PHONY: fetch-oss-fuzz fetch-franz corpus.tgz
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
23 if (std::optional<std::string> Path = BuildIDFetcher::fetch(BuildID)) in fetch()
/freebsd-14.2/contrib/libucl/
H A Dconfigure.ac55 [Enable URLs fetch (requires libfetch or libcurl) @<:@default=no@:>@]), [],
124 AC_CHECK_HEADER([fetch.h], [
125 AC_DEFINE(HAVE_FETCH_H, 1, [Define to 1 if you have the <fetch.h> header file.])
126 AC_CHECK_LIB(fetch, fetchXGet, [
127 AC_DEFINE(HAVE_LIBFETCH, 1, [Define to 1 if you have the 'fetch' library (-lfetch).])
/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Dmicrochip,pic32-dmt.txt4 malfunction. It is a free-running instruction fetch timer, which is clocked
5 whenever an instruction fetch occurs until a count match occurs.
/freebsd-14.2/contrib/libpcap/
H A Dpcap-usb-linux.c755 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local
802 fetch.offvec = vec; in usb_read_linux_mmap()
803 fetch.nfetch = limit; in usb_read_linux_mmap()
804 fetch.nflush = nflush; in usb_read_linux_mmap()
807 ret = ioctl(handle->fd, MON_IOCX_MFETCH, &fetch); in usb_read_linux_mmap()
826 nflush = fetch.nfetch; in usb_read_linux_mmap()
827 for (i=0; i<fetch.nfetch; ++i) { in usb_read_linux_mmap()
/freebsd-14.2/stand/ficl/softwords/
H A Dclasses.fr120 \ fetch and store through the pointer
134 \ fetch and store through the pointer
147 \ fetch and store through the pointer
161 \ fetch and store through the pointer
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_DigestVerifyInit.pod33 implement that digest directly itself or it may (optionally) choose to fetch it
36 for the properties to be used during the fetch. Finally, the passed parameters
39 The I<pkey> algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, to
40 be used for the actual signing. See L<provider(7)/Implicit fetch> for
43 The OpenSSL default and legacy providers support fetching digests and can fetch
45 supports fetching digests but will only fetch digests that are themselves
H A DEVP_DigestSignInit.pod34 implement that digest directly itself or it may (optionally) choose to fetch it
37 the properties to be used during the fetch. Finally, the passed parameters
40 The I<pkey> algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, to
41 be used for the actual signing. See L<provider(7)/Implicit fetch> for
44 The OpenSSL default and legacy providers support fetching digests and can fetch
46 supports fetching digests but will only fetch digests that are themselves
/freebsd-14.2/contrib/netbsd-tests/
H A DFREEBSD-upgrade13 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
/freebsd-14.2/libexec/rc/rc.d/
H A Dntpd201 $verbose Within ntp leapfile expiry limit, initiating fetch
226 fetch $ntp_leapfile_fetch_opts -o $_ntp_tmp_leapfile $url && break
/freebsd-14.2/tools/tools/locale/
H A DREADME8 make fetch (download the CLDR source)
46 make fetch
/freebsd-14.2/tools/tools/usb/
H A Dprint-usb-if-vids.sh29 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
/freebsd-14.2/contrib/tcpdump/
H A DCONTRIBUTING.md54 git fetch upstream
106 git fetch upstream
167 This means that an attempt to fetch packet data based on the expected
209 * The `GET_*()` macros that fetch integral values are:
234 tcpdump. The `GET_BE_*()` macros will fetch a big-endian value and
236 machines, and the `GET_LE_*()` macros will fetch a little-endian
243 macros will fetch values even if they are not aligned on the proper
246 * The `GET_*()` macros that fetch IPv4 address values are:
258 both big-endian and little-endian machines and will fetch values even
271 * To fetch a network address and convert it to a printable string, use
/freebsd-14.2/usr.sbin/bsdinstall/distfetch/
H A DMakefile5 LIBADD= fetch bsddialog

123456789