Home
last modified time | relevance | path

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

12345678

/freebsd-12.1/lib/libfetch/
H A DMakefile6 LIB= fetch
10 INCS= fetch.h
11 MAN= fetch.3
54 MLINKS+= fetch.3 fetchGet.3
55 MLINKS+= fetch.3 fetchGetFTP.3
58 MLINKS+= fetch.3 fetchGetURL.3
59 MLINKS+= fetch.3 fetchList.3
66 MLINKS+= fetch.3 fetchPut.3
67 MLINKS+= fetch.3 fetchPutFTP.3
72 MLINKS+= fetch.3 fetchStat.3
[all …]
/freebsd-12.1/tools/tools/git/
H A Dgit-svn-init78 ${GIT} config svn-remote.svn.fetch head:refs/remotes/upstream/trunk
92 fetch = head:refs/remotes/upstream/trunk
107 ${GIT} svn fetch
113 ${GIT} config --add remote.upstream.fetch '+refs/pull/*:refs/remotes/upstream/pull/*'
114 ${GIT} fetch
/freebsd-12.1/usr.bin/diff/
H A Ddiffreg.c1102 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1105 fetch(ixnew, c, d, f2, '>', 0, *pflags); in change()
1117 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1416 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec()
1419 fetch(ixold, a, b, f1, in dump_context_vec()
1452 fetch(ixnew, lowc, d, f2, ' ', 0, flags); in dump_context_vec()
1455 fetch(ixnew, c, d, f2, in dump_context_vec()
1519 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1520 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
1524 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
[all …]
/freebsd-12.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-12.1/contrib/gdb/gdb/gdbserver/
H A Dregcache.c46 get_regcache (struct thread_info *inf, int fetch) in get_regcache() argument
56 if (fetch && regcache->registers_valid == 0) in get_regcache()
204 register_data (int n, int fetch) in register_data() argument
206 char *registers = get_regcache (current_inferior, fetch)->registers; in register_data()
/freebsd-12.1/usr.bin/fetch/
H A DMakefile3 PROG= fetch
5 LIBADD= fetch
/freebsd-12.1/release/picobsd/tinyware/simple_httpd/
H A DREADME22 The "fetch" mode supports file transfer over httpd. This
23 is best thought of as mate for fetch(1). This feature can be
67 This option is automatically selected if fetch option is selected.
83 This is the only option needed to use the "fetch" feature. The file
85 or fetch(1).
117 This is designed to be used in conjunction with fetch(3). It allows
128 receiver# fetch http://sender.com/Industrial_Secrets.tgz
137 receiver# fetch http://sender.com:53/Industrial_Secrets.tgz
/freebsd-12.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-12.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-12.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-12.1/contrib/libpcap/
H A Dpcap-usb-linux.c1102 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local
1121 fetch.offvec = vec; in usb_read_linux_mmap()
1122 fetch.nfetch = limit; in usb_read_linux_mmap()
1123 fetch.nflush = nflush; in usb_read_linux_mmap()
1126 ret = ioctl(handle->fd, MON_IOCX_MFETCH, &fetch); in usb_read_linux_mmap()
1145 nflush = fetch.nfetch; in usb_read_linux_mmap()
1146 for (i=0; i<fetch.nfetch; ++i) { in usb_read_linux_mmap()
/freebsd-12.1/usr.sbin/pc-sysinstall/doc/
H A Dhelp-start-autoinstall6 to configure networking with provided settings, and fetch an installation script from
19 or start with http:// or ftp:// to fetch from a remote system.
/freebsd-12.1/contrib/netbsd-tests/
H A DFREEBSD-upgrade13 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
/freebsd-12.1/libexec/rc/rc.d/
H A Dntpd176 $verbose Within ntp leapfile expiry limit, initiating fetch
194 fetch $ntp_leapfile_fetch_opts -o $_ntp_tmp_leapfile $url && break
/freebsd-12.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.c208 return sp->fetch(sp, buf, len); in krb5_storage_read()
311 sp->fetch(sp, data->data, data->length); in krb5_storage_to_data()
386 ret = sp->fetch(sp, v, len); in krb5_ret_int()
603 ret = sp->fetch(sp, value, sizeof(*value)); in krb5_ret_int8()
690 ret = sp->fetch(sp, data->data, size); in krb5_ret_data()
794 while((ret = sp->fetch(sp, &c, 1)) == 1){ in krb5_ret_stringz()
854 while((ret = sp->fetch(sp, &c, 1)) == 1){ in krb5_ret_stringnl()
H A Dstore-int.h39 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
/freebsd-12.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-12.1/usr.sbin/bsdinstall/distfetch/
H A DMakefile5 LIBADD= fetch ncursesw dialog m
/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh217 SIZE=$(( `fetch -s "${FETCHFILE}"` / 1024 ))
221 ( fetch -o ${FETCHOUTFILE} "${FETCHFILE}" >/dev/null 2>/dev/null ; echo "$?" > ${EXITFILE} ) &
/freebsd-12.1/contrib/tnftp/src/
H A DMakefile.am10 fetch.c \
/freebsd-12.1/tools/tools/fetchbench/
H A Dfetchbench69 …for f in `/usr/bin/jot ${NFETCH}`; do echo "${URL}"; done | /usr/bin/xargs /usr/bin/fetch -qo /dev…
/freebsd-12.1/usr.bin/ftp/
H A DMakefile15 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.cpp219 InputFile *LazyArchive::fetch() { return cast<ArchiveFile>(File)->fetch(Sym); } in fetch() function in LazyArchive
/freebsd-12.1/usr.sbin/pkg/
H A DMakefile28 LIBADD= archive fetch ucl sbuf crypto ssl

12345678