Home
last modified time | relevance | path

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

123456789

/freebsd-13.1/lib/libfetch/
H A DMakefile5 PACKAGE= fetch
7 LIB= fetch
11 INCS= fetch.h
12 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-13.1/contrib/bmake/unit-tests/
H A Ddir.mk61 all: {fetch,extract}{,-post}
63 fetch fetch-post extract extract-post:
92 .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-13.1/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-13.1/usr.bin/fetch/
H A DMakefile3 PACKAGE= fetch
4 PROG= fetch
5 LIBADD= fetch
/freebsd-13.1/usr.bin/diff/
H A Ddiffreg.c919 nc = fetch(ixold, i0, i0, f1, '\0', in output()
924 fetch(ixnew, J[i0], J[i0], f2, '\0', in output()
1184 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1207 fetch(ixnew, c, d, f2, '\0', 0, *pflags); in change()
1211 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1532 fetch(ixold, a, b, f1, in dump_context_vec()
1568 fetch(ixnew, c, d, f2, in dump_context_vec()
1632 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1633 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
1637 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
[all …]
/freebsd-13.1/tools/tools/git/
H A Dgit-svn-init84 ${GIT} config svn-remote.svn.fetch head:refs/remotes/upstream/trunk
98 fetch = head:refs/remotes/upstream/trunk
113 ${GIT} svn fetch
119 ${GIT} config --add remote.upstream.fetch '+refs/pull/*:refs/remotes/upstream/pull/*'
120 ${GIT} fetch
/freebsd-13.1/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-13.1/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-13.1/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-13.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh51 -s server -- Server from which to fetch updates.
59 fetch -- Fetch a compressed snapshot of the ports tree,
61 cron -- Sleep rand(3600) seconds, and then fetch updates.
154 cron | extract | fetch | update | auto)
465 fetch ${QUIETFLAG} http://${SERVERNAME}/pub.ssl \
484 fetch ${QUIETFLAG} http://${SERVERNAME}/$1.ssl \
563 fetch ${QUIETFLAG} http://${SERVERNAME}/t/${SNAPSHOTHASH} \
681 fetch -r http://${SERVERNAME}/s/${SNAPSHOTHASH}.tgz || return 1
/freebsd-13.1/stand/ficl/softwords/
H A Dclasses.fr121 \ fetch and store through the pointer
135 \ fetch and store through the pointer
148 \ fetch and store through the pointer
162 \ fetch and store through the pointer
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp257 void Symbol::fetch() const { in fetch() function in Symbol
259 cast<ArchiveFile>(sym->file)->fetch(sym->sym); in fetch()
264 dyn_cast<LazyObjFile>(sym->file)->fetch(); in fetch()
534 fetch(); in resolveUndefined()
705 newSym.fetch(); in replaceCommon()
745 other.fetch(); in resolveLazy()
/freebsd-13.1/contrib/netbsd-tests/
H A DFREEBSD-upgrade13 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
/freebsd-13.1/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-13.1/contrib/libpcap/
H A Dpcap-usb-linux.c1234 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local
1253 fetch.offvec = vec; in usb_read_linux_mmap()
1254 fetch.nfetch = limit; in usb_read_linux_mmap()
1255 fetch.nflush = nflush; in usb_read_linux_mmap()
1258 ret = ioctl(handle->fd, MON_IOCX_MFETCH, &fetch); in usb_read_linux_mmap()
1277 nflush = fetch.nfetch; in usb_read_linux_mmap()
1278 for (i=0; i<fetch.nfetch; ++i) { in usb_read_linux_mmap()
/freebsd-13.1/tools/tools/usb/
H A Dprint-usb-if-vids.sh30 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
/freebsd-13.1/usr.sbin/bsdinstall/distfetch/
H A DMakefile5 LIBADD= fetch ncursesw dialog m
/freebsd-13.1/contrib/unbound/testdata/
H A Dauth_zonemd_file_fail.rpl3 target-fetch-policy: "0 0 0 0 0"
12 ## url for http fetch
17 ## queries are used to fetch authoritative answers from this zone,
H A Dauth_zonemd_permissive_mode.rpl3 target-fetch-policy: "0 0 0 0 0"
13 ## url for http fetch
18 ## queries are used to fetch authoritative answers from this zone,
H A Dauth_zonemd_file.rpl3 target-fetch-policy: "0 0 0 0 0"
12 ## url for http fetch
17 ## queries are used to fetch authoritative answers from this zone,
/freebsd-13.1/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()
H A Dstore-int.h39 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
/freebsd-13.1/contrib/tnftp/src/
H A DMakefile.am10 fetch.c \
/freebsd-13.1/secure/caroot/
H A DMakefile12fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/…

123456789