/freebsd-src/lib/libfetch/ |
H A D | Makefile | 3 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 [all...] |
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | dir.mk | 63 all: {fetch,extract}{,-post} 65 fetch fetch-post extract extract-post: 94 .PHONY: fetch fetch-post extract extract-post
|
H A D | dir.exp | 13 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-src/sys/contrib/openzfs/config/ |
H A D | user-libfetch.m4 | 2 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-src/usr.bin/fetch/ |
H A D | Makefile | 1 PACKAGE= fetch 2 PROG= fetch 3 LIBADD= fetch
|
/freebsd-src/crypto/openssl/test/ |
H A D | provider_status_test.c | 149 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-src/contrib/unifdef/scripts/ |
H A D | git.config | 6 fetch = :refs/remotes/git-svn 9 fetch = +refs/heads/*:refs/remotes/github/* 10 fetch = +refs/pull/*/head:refs/remotes/github/pull/*
|
H A D | svnup.sh | 3 git svn fetch -A scripts/authors.svn
|
/freebsd-src/usr.bin/diff/ |
H A D | diffreg.c | 190 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() 1245 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) fetch() function [all...] |
/freebsd-src/crypto/heimdal/lib/hdb/ |
H A D | hdb-sqlite.c | 45 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-src/contrib/libfido2/fuzz/ |
H A D | Makefile | 79 fetch-oss-fuzz: ${CORPORA} 82 fetch-franz: 90 .PHONY: fetch-oss-fuzz fetch-franz corpus.tgz
|
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | BuildIDFetcher.cpp | 22 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-src/contrib/libucl/ |
H A D | configure.ac | 55 [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-src/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | microchip,pic32-dmt.txt | 4 malfunction. It is a free-running instruction fetch timer, which is clocked 5 whenever an instruction fetch occurs until a count match occurs.
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap-usb-linux.c | 103 int32_t nfetch; /* Number of events to fetch (out: fetched) */ 755 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() 773 * to process, so try to fetch VEC_SIZE packets. in usb_read_linux_mmap() 778 * Try to fetch as many packets as we have left in usb_read_linux_mmap() 796 * Try to fetch as many events as possible, up to in usb_read_linux_mmap() 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 in usb_read_linux_mmap() 757 struct mon_bin_mfetch fetch; usb_read_linux_mmap() local [all...] |
/freebsd-src/stand/ficl/softwords/ |
H A D | classes.fr | 120 \ 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-src/crypto/openssl/doc/man3/ |
H A D | EVP_DigestVerifyInit.pod | 33 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 D | EVP_DigestSignInit.pod | 34 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-src/tests/sys/netpfil/pf/ |
H A D | rdr.sh | 104 jexec ${j}a fetch -T 1 -o /dev/null -q "http://[2001:db8:b::2]:8000" 108 jexec ${j}a fetch -T 1 -o /dev/null -q "http://[2001:db8:a::1]:80"
|
/freebsd-src/contrib/unbound/testdata/root_zonemd.tdir/ |
H A D | root_zonemd.pre |
|
/freebsd-src/contrib/netbsd-tests/ |
H A D | FREEBSD-upgrade | 11 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
|
/freebsd-src/libexec/rc/rc.d/ |
H A D | ntpd | 204 $verbose Within ntp leapfile expiry limit, initiating fetch 229 fetch $ntp_leapfile_fetch_opts -o $_ntp_tmp_leapfile $url && break
|
/freebsd-src/tools/tools/locale/ |
H A D | README | 8 make fetch (download the CLDR source) 46 make fetch
|
/freebsd-src/usr.sbin/bsdinstall/distfetch/ |
H A D | Makefile | 3 LIBADD= fetch bsddialog
|
/freebsd-src/tools/tools/usb/ |
H A D | print-usb-if-vids.sh | 29 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
|