Home
last modified time | relevance | path

Searched full:wget (Results 1 – 25 of 64) sorted by relevance

123

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.cmd6 rem Note: Wget required!
14 rem Check Wget installed
15 for /f "delims=" %%a in ('where wget') do @set wget=%%a variable
16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit…
17 echo Wget found: %wget%
19 "%wget%" -O %work_dir%\yoyo_ad_servers %list_addr%
H A Dcreate_unbound_ad_servers.sh7 # Note: Wget required!
17 WGET=`which wget`
20 # Check Wget installed
21 if [ ! -f $WGET ]; then
22 echo "Wget not found. Exiting..."
27 $WGET -O $work_dir/yoyo_ad_servers "$list_addr" && \
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Durlget.c274 /* Second try: using "wget -q -O - url". */ in fetch()
281 /* Test for presence of wget: "wget --version > /dev/null" */ in fetch()
285 argv[0] = "wget"; in fetch()
288 exitstatus = execute ("wget", "wget", argv, false, false, true, true, in fetch()
299 argv[0] = "wget"; in fetch()
305 exitstatus = execute ("wget", "wget", argv, true, false, false, false, in fetch()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/debian8/
H A DDockerfile18 build-essential python wget subversion unzip && \
22 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \
32 wget "https://cmake.org/files/v3.7/cmake-3.7.2-SHA-256.txt.asc" && \
33 wget "https://cmake.org/files/v3.7/cmake-3.7.2-SHA-256.txt" && \
35 wget "https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz" && \
/netbsd-src/libexec/httpd/testsuite/
H A DMakefile10 WGET?= wget macro
41 ${SILENT}$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "${DATA}" "${VERBOSE}"
H A Dtest-bigfile6 wget="$1"; shift
27 "${wget}" -c http://localhost:${bozotestport}/bigfile
/netbsd-src/external/gpl3/autoconf/dist/
H A Dcfg.mk79 WGET = wget
99 $(WGET) $(WGET_FLAGS) \
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DDockerfile8 wget
11 RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor -…
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/
H A DDockerfile43 RUN apt-get update && apt-get install -y lsb-release wget software-properties-common
44 RUN wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
68 RUN wget https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2-Linux-x86_64.sh -O…
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A DDockerfile11 RUN apt-get install -y autoconf automake libtool curl make g++ unzip wget git \
18 RUN wget -qO- https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz…
/netbsd-src/sys/fs/cd9660/
H A Dcd9660_util.c77 static uint16_t wget(const u_char **, size_t *, int);
128 fc = wget(&fn, &fnlen, joliet_level); in isofncmp()
226 wget(const u_char **str, size_t *sz, int joliet_level) in wget() function
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.sh16 # wget sed, tr, shasum, logger
49 REQUIREDCMDS=" wget logger tr sed shasum"
343 if wget $PROTO $PREFER -o ${TMPFILE}.log $LEAPSRC -O $TMPFILE ; then
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Ddownload_prerequisites49 if type wget > /dev/null ; then
50 fetch='wget'
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Ddownload_prerequisites58 if type wget > /dev/null ; then
59 fetch='wget'
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DREADME-FIPS.md100 $ wget https://www.openssl.org/source/openssl-3.0.0.tar.gz
112 $ wget https://www.openssl.org/source/openssl-3.1.0.tar.gz
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_lib.c261 * compatible with other HTTP client implementations like wget, curl and git in use_proxy()
283 * compatible with other HTTP client implementations like wget, curl and git in OSSL_HTTP_adapt_proxy()
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DREADME.selinux8 …# wget http://download.fedora.redhat.com/pub/fedora/linux/core/4/SRPMS/kernel-2.6.11-1.1369_FC4.sr…
/netbsd-src/external/gpl2/diffutils/dist/
H A DABOUT-NLS235 wget | [] [] [] [] [] [] [] [] |
296 wget | [] [] [] [] [] |
357 wget | [] [] [] [] [] [] [] | 20
/netbsd-src/external/gpl3/gcc.old/dist/
H A DABOUT-NLS275 wget | [] [] [] [] [] [] [] |
378 wget | [] [] [] [] [] [] [] [] |
481 wget | [] [] [] |
584 wget | [] [] [] [] [] [] [] | 25
/netbsd-src/external/gpl3/gcc/dist/
H A DABOUT-NLS275 wget | [] [] [] [] [] [] [] |
378 wget | [] [] [] [] [] [] [] [] |
481 wget | [] [] [] |
584 wget | [] [] [] [] [] [] [] | 25
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dgendocs.sh69 wget \"$scripturl\"
70 wget \"$templateurl\"
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Dmatrix.texi171 wget | [] [] |
349 wget | [] [] [] [] [] [] [] [] |
527 wget | [] [] |
705 wget | [] [] [] [] |
883 wget | [] [] [] | 19
/netbsd-src/external/gpl2/gmake/dist/
H A DABOUT-NLS315 wget | [] [] [] [] [] [] |
452 wget | [] [] [] [] [] [] [] |
589 wget | [] [] [] |
726 wget | [] [] [] [] [] [] [] [] | 24
/netbsd-src/external/gpl2/texinfo/dist/
H A DABOUT-NLS315 wget | [] [] [] [] [] [] |
452 wget | [] [] [] [] [] [] [] |
589 wget | [] [] [] |
726 wget | [] [] [] [] [] [] [] [] | 24
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgendocs.sh79 wget \"$scripturl\"
80 wget \"$templateurl\"

123