Home
last modified time | relevance | path

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

123456789

/freebsd/lib/libfetch/
H A DMakefile3 PACKAGE= fetch
5 LIB= fetch
7 SRCS= fetch.c common.c ftp.c http.c file.c \
9 INCS= fetch.h
10 MAN= fetch.3
51 MLINKS+= fetch.3 fetchFreeURL.3
52 MLINKS+= fetch.3 fetchGet.3
53 MLINKS+= fetch.3 fetchGetFTP.3
54 MLINKS+= fetch.3 fetchGetFile.3
55 MLINKS+= fetch.3 fetchGetHTTP.3
[all …]
/freebsd/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/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/usr.bin/fetch/
H A DMakefile1 PACKAGE= fetch
2 PROG= fetch
3 LIBADD= fetch
/freebsd/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/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/usr.bin/diff/
H A Ddiffreg.c190 static int fetch(long *, int, int, FILE *, int, int, int);
922 nc = fetch(ixold, i0, i0, f1, '\0', 1, flags); in output()
924 fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags); in output()
1181 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1184 fetch(ixnew, c, d, f2, '>', 0, *pflags); in change()
1203 nc = fetch(ixold, a, b, f1, '\0', 1, *pflags); in change()
1214 fetch(ixnew, c, d, f2, '\0', 0, *pflags); in change()
1218 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1223 fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags); in change()
1248 fetch(lon in fetch()
1244 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) fetch() function
[all...]
/freebsd/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/contrib/libfido2/fuzz/
H A DMakefile79 fetch-oss-fuzz: ${CORPORA}
82 fetch-franz:
90 .PHONY: fetch-oss-fuzz fetch-franz corpus.tgz
/freebsd/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/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/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/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/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/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/contrib/netbsd-tests/
H A DFREEBSD-upgrade11 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
/freebsd/libexec/rc/rc.d/
H A Dntpd204 $verbose Within ntp leapfile expiry limit, initiating fetch
229 fetch $ntp_leapfile_fetch_opts -o $_ntp_tmp_leapfile $url && break
/freebsd/tools/tools/locale/
H A DREADME8 make fetch (download the CLDR source)
46 make fetch
/freebsd/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/crypto/heimdal/lib/krb5/
H A Dstore_mem.c143 sp->fetch = mem_fetch; in krb5_storage_from_mem()
202 sp->fetch = mem_fetch; in krb5_storage_from_readonly_mem()
/freebsd/usr.sbin/bsdinstall/distfetch/
H A DMakefile3 LIBADD= fetch bsddialog
/freebsd/tools/tools/usb/
H A Dprint-usb-if-vids.sh29 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/

123456789