| /freebsd-13.1/lib/libfetch/ |
| H A D | Makefile | 5 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 D | dir.mk | 61 all: {fetch,extract}{,-post} 63 fetch fetch-post extract extract-post: 92 .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-13.1/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-13.1/usr.bin/fetch/ |
| H A D | Makefile | 3 PACKAGE= fetch 4 PROG= fetch 5 LIBADD= fetch
|
| /freebsd-13.1/usr.bin/diff/ |
| H A D | diffreg.c | 919 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 D | git-svn-init | 84 ${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 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-13.1/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-13.1/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-13.1/usr.sbin/portsnap/portsnap/ |
| H A D | portsnap.sh | 51 -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 D | classes.fr | 121 \ 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 D | Symbols.cpp | 257 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 D | FREEBSD-upgrade | 13 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | ntpd | 201 $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 D | pcap-usb-linux.c | 1234 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 D | print-usb-if-vids.sh | 30 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
|
| /freebsd-13.1/usr.sbin/bsdinstall/distfetch/ |
| H A D | Makefile | 5 LIBADD= fetch ncursesw dialog m
|
| /freebsd-13.1/contrib/unbound/testdata/ |
| H A D | auth_zonemd_file_fail.rpl | 3 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 D | auth_zonemd_permissive_mode.rpl | 3 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 D | auth_zonemd_file.rpl | 3 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 D | store_mem.c | 143 sp->fetch = mem_fetch; in krb5_storage_from_mem() 202 sp->fetch = mem_fetch; in krb5_storage_from_readonly_mem()
|
| H A D | store-int.h | 39 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
|
| /freebsd-13.1/contrib/tnftp/src/ |
| H A D | Makefile.am | 10 fetch.c \
|
| /freebsd-13.1/secure/caroot/ |
| H A D | Makefile | 12 …fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/…
|