Home
last modified time | relevance | path

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

123

/dragonfly/lib/libfetch/
HDMakefile3 LIB= fetch
6 SRCS= fetch.c common.c ftp.c http.c file.c \
8 INCS= fetch.h
9 MAN= fetch.3
42 MLINKS+= fetch.3 fetchFreeURL.3
43 MLINKS+= fetch.3 fetchGet.3
44 MLINKS+= fetch.3 fetchGetFTP.3
45 MLINKS+= fetch.3 fetchGetFile.3
46 MLINKS+= fetch.3 fetchGetHTTP.3
47 MLINKS+= fetch.3 fetchGetURL.3
[all …]
/dragonfly/usr.bin/diff/
HDdiffreg.c197 static int fetch(long *, int, int, FILE *, int, int, int);
1068 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1072 i = fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags); in change()
1097 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) in fetch() function
1350 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec()
1352 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags); in dump_context_vec()
1353 fetch(ixold, a, b, f1, in dump_context_vec()
1359 fetch(ixold, b + 1, upb, f1, ' ', 0, flags); in dump_context_vec()
1386 fetch(ixnew, lowc, d, f2, ' ', 0, flags); in dump_context_vec()
1388 fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags); in dump_context_vec()
[all …]
/dragonfly/etc/
HDMakefile.usr157 fetch -o - ${DPDLURL} | \
177 fetch -o - ${DPDLURL} | \
190 pkg-bootstrap-fetch:
191 ${PKG_ENV} fetch -o - ${PKGBOOT} | \
212 @(cd ${.CURDIR} && make pkg-bootstrap-fetch)
221 @(cd ${.CURDIR} && make pkg-bootstrap-fetch)
/dragonfly/tools/tools/locale/
HDREADME7 fetch cldr data from: http://cldr.unicode.org
9 fetch unidata from http://www.unicode.org/Public/zipped/ (latest version)
/dragonfly/usr.sbin/installer/libaura/
HDdict.c80 d->fetch = aura_dict_fetch_hash; in aura_dict_new()
84 d->fetch = aura_dict_fetch_list; in aura_dict_new()
88 d->fetch = aura_dict_fetch_list; in aura_dict_new()
372 d->fetch(d, key, key_size, data, data_size); in aura_dict_fetch()
381 d->fetch(d, key, key_size, &data, &data_size); in aura_dict_exists()
HDdict.h53 void (*fetch)(struct aura_dict *, const void *, size_t, void **, size_t *); member
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-switch-conversion.c610 tree array_type, ctor, decl, value_type, fetch, default_type; in build_one_array() local
639 fetch = build4 (ARRAY_REF, value_type, decl, tidx, NULL_TREE, in build_one_array()
643 fetch = fold_convert (default_type, fetch); in build_one_array()
644 fetch = force_gimple_operand_gsi (&gsi, fetch, true, NULL_TREE, in build_one_array()
647 load = gimple_build_assign (name, fetch); in build_one_array()
/dragonfly/usr.bin/fetch/
HDMakefile3 PROG= fetch
HDfetch.c435 fetch(char *URL, const char *path) in fetch() function
1193 e = fetch(*argv, "-"); in main()
1196 e = fetch(*argv, q); in main()
1199 e = fetch(*argv, o_filename); in main()
1202 e = fetch(*argv, p); in main()
/dragonfly/contrib/tnftp/
HDREADME.DRAGONFLY15 src/fetch.c
HDNEWS78 Support https:// fetch if OpenSSL is available and enabled.
/dragonfly/share/man/man9/
HDMakefile88 fetch.9 \
504 MLINKS+=fetch.9 fubyte.9 \
505 fetch.9 fuword32.9 \
506 fetch.9 fuword64.9 \
507 fetch.9 fuwordadd32.9 \
508 fetch.9 fuwordadd64.9
/dragonfly/usr.bin/ftp/
HDMakefile13 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
/dragonfly/usr.bin/systat/
HDMakefile8 SRCS= cmds.c cmdtab.c convtbl.c devs.c fetch.c ifcmds.c ifstat.c iostat.c \
/dragonfly/initrd/rescue.libcrypto/
HDMakefile23 fetch \
/dragonfly/share/misc/
HDscsi_modes195 {Disable Pre-fetch Transfer Length} i2
196 {Minimum Pre-fetch} i2
197 {Maximum Pre-fetch} i2
198 {Maximum Pre-fetch Ceiling} i2
/dragonfly/sys/dev/sound/pcm/
HDfeeder_rate.c1547 int32_t fetch, fetched, start, cp; in z_resampler_feed_internal() local
1582 fetch = z_min(z_free(info), reqin); in z_resampler_feed_internal()
1583 if (fetch == 0) { in z_resampler_feed_internal()
1599 fetch = z_min(z_free(info), reqin); in z_resampler_feed_internal()
1613 if (fetch != 0) { in z_resampler_feed_internal()
1620 fetch * align, source), align); in z_resampler_feed_internal()
1628 if (fetched != fetch) in z_resampler_feed_internal()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDREADME-HS20424 <3>Starting ANQP fetch for 02:00:00:00:01:00
428 <3>ANQP fetch completed
475 <3>Starting ANQP fetch for 02:00:00:00:01:00
479 <3>ANQP fetch completed
577 <3>Starting ANQP fetch for 02:00:00:00:01:00
581 <3>ANQP fetch completed
/dragonfly/stand/boot/pc32/pxeldr/
HDpxeldr.S153 # instruction pre-fetch queue
186 # instruction pre-fetch queue
/dragonfly/usr.bin/
HDMakefile62 fetch \
/dragonfly/usr.sbin/mfiutil/
HDmfi_drive.c261 fetch: in mfi_pd_get_list()
273 goto fetch; in mfi_pd_get_list()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-switch-conversion.c1139 tree array_type, ctor, decl, value_type, fetch, default_type; in build_one_array() local
1172 fetch = build4 (ARRAY_REF, value_type, decl, tidx, NULL_TREE, in build_one_array()
1176 fetch = fold_convert (default_type, fetch); in build_one_array()
1177 fetch = force_gimple_operand_gsi (&gsi, fetch, true, NULL_TREE, in build_one_array()
1180 load = gimple_build_assign (name, fetch); in build_one_array()
/dragonfly/share/mk/
HDbsd.sys.mk164 depend dependall distclean distribute exe extract fetch \
/dragonfly/games/fortune/datfiles/
HDdragonfly-tips1 Having trouble using fetch through a firewall? Try setting the environment
2 variable FTP_PASSIVE_MODE to yes, and see fetch(3) for more details.
89 You can use the 'fetch' command to retrieve files over ftp or http.
91 fetch http://www.dragonflybsd.org/
95 In order to make fetch (the DragonFly BSD downloading tool) ask for
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-rx.texi196 If the next opcode following this directive spans a fetch line
198 If the next opcode does not span a fetch line, this directive has no

123