| /NextBSD/lib/libfetch/ |
| HD | Makefile | 5 LIB= fetch 7 SRCS= fetch.c common.c ftp.c http.c file.c \ 9 INCS= fetch.h 10 MAN= fetch.3 52 MLINKS+= fetch.3 fetchFreeURL.3 53 MLINKS+= fetch.3 fetchGet.3 54 MLINKS+= fetch.3 fetchGetFTP.3 55 MLINKS+= fetch.3 fetchGetFile.3 56 MLINKS+= fetch.3 fetchGetHTTP.3 57 MLINKS+= fetch.3 fetchGetURL.3 [all …]
|
| /NextBSD/crypto/heimdal/lib/hdb/ |
| HD | 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()
|
| /NextBSD/contrib/gdb/gdb/gdbserver/ |
| HD | regcache.c | 46 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()
|
| /NextBSD/usr.bin/fetch/ |
| HD | Makefile | 3 PROG= fetch 5 LIBADD= fetch
|
| /NextBSD/release/picobsd/tinyware/simple_httpd/ |
| HD | README | 22 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
|
| /NextBSD/contrib/libucl/ |
| HD | configure.ac | 54 [Enable URLs fetch (requires libfetch or libcurl) @<:@default=no@:>@]), [], 123 AC_CHECK_HEADER([fetch.h], [ 124 AC_DEFINE(HAVE_FETCH_H, 1, [Define to 1 if you have the <fetch.h> header file.]) 125 AC_CHECK_LIB(fetch, fetchXGet, [ 126 AC_DEFINE(HAVE_LIBFETCH, 1, [Define to 1 if you have the 'fetch' library (-lfetch).])
|
| HD | CMakeLists.txt | 135 FIND_LIBRARY(LIBFETCH_LIBRARY NAMES fetch PATHS PATH_SUFFIXES lib64 lib 147 FIND_FILE(HAVE_FETCH_H NAMES fetch.h PATHS /usr/include 250 TARGET_LINK_LIBRARIES(ucl fetch)
|
| /NextBSD/tools/tools/locale/ |
| HD | README | 7 fetch cldr data from: http://cldr.unicode.org 9 fetch unidata from http://www.unicode.org/Public/zipped/ (latest version)
|
| /NextBSD/usr.sbin/portsnap/portsnap/ |
| HD | portsnap.sh | 49 -s server -- Server from which to fetch updates. 57 fetch -- Fetch a compressed snapshot of the ports tree, 59 cron -- Sleep rand(3600) seconds, and then fetch updates. 152 cron | extract | fetch | update | auto) 463 fetch ${QUIETFLAG} http://${SERVERNAME}/pub.ssl \ 482 fetch ${QUIETFLAG} http://${SERVERNAME}/$1.ssl \ 561 fetch ${QUIETFLAG} http://${SERVERNAME}/t/${SNAPSHOTHASH} \ 677 fetch -r http://${SERVERNAME}/s/${SNAPSHOTHASH}.tgz || return 1
|
| /NextBSD/sys/boot/ficl/softwords/ |
| HD | 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
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-usb-linux.c | 844 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local 863 fetch.offvec = vec; in usb_read_linux_mmap() 864 fetch.nfetch = limit; in usb_read_linux_mmap() 865 fetch.nflush = nflush; in usb_read_linux_mmap() 868 ret = ioctl(handle->fd, MON_IOCX_MFETCH, &fetch); in usb_read_linux_mmap() 886 nflush = fetch.nfetch; in usb_read_linux_mmap() 887 for (i=0; i<fetch.nfetch; ++i) { in usb_read_linux_mmap()
|
| /NextBSD/contrib/netbsd-tests/ |
| HD | FREEBSD-upgrade | 13 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
|
| /NextBSD/usr.sbin/pc-sysinstall/doc/ |
| HD | help-start-autoinstall | 6 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.
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | store_mem.c | 143 sp->fetch = mem_fetch; in krb5_storage_from_mem() 202 sp->fetch = mem_fetch; in krb5_storage_from_readonly_mem()
|
| HD | store.c | 208 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()
|
| HD | store-int.h | 39 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
|
| /NextBSD/tools/tools/usb/ |
| HD | print-usb-if-vids.sh | 30 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
|
| /NextBSD/usr.sbin/bsdinstall/distfetch/ |
| HD | Makefile | 5 LIBADD= fetch ncursesw dialog m
|
| /NextBSD/usr.sbin/pc-sysinstall/backend/ |
| HD | functions.sh | 215 SIZE=$(( `fetch -s "${FETCHFILE}"` / 1024 )) 219 ( fetch -o ${FETCHOUTFILE} "${FETCHFILE}" >/dev/null 2>/dev/null ; echo "$?" > ${EXITFILE} ) &
|
| /NextBSD/contrib/tnftp/src/ |
| HD | Makefile.am | 10 fetch.c \
|
| /NextBSD/usr.sbin/pkg/ |
| HD | Makefile | 9 LIBADD= archive fetch ucl sbuf crypto ssl
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 540 bool fetch = false; in GetOSVersion() local 548 fetch = true; in GetOSVersion() 553 fetch = is_connected; in GetOSVersion() 556 if (fetch) in GetOSVersion() 1117 bool fetch = false; in GetSystemArchitecture() local 1125 fetch = true; in GetSystemArchitecture() 1130 fetch = is_connected; in GetSystemArchitecture() 1133 if (fetch) in GetSystemArchitecture()
|
| /NextBSD/usr.bin/ftp/ |
| HD | Makefile | 15 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
|
| /NextBSD/usr.bin/systat/ |
| HD | Makefile | 7 SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
|
| /NextBSD/release/scripts/ |
| HD | pkg-stage.sh | 79 ${PKGCMD} fetch -o ${PKG_REPODIR} -d ${DVD_PACKAGES}
|