Searched refs:echo (Results 1 – 25 of 32) sorted by relevance
12
1 @echo off177 echo.190 echo.332 echo.334 echo.335 echo.343 echo.345 echo.346 echo.348 echo.[all …]
1 @echo off89 echo.104 echo.119 echo.301 echo.303 echo.305 echo.310 echo.312 echo.315 echo.[all …]
1 @echo off228 echo.241 echo.656 echo.658 echo.660 echo.668 echo.670 echo.673 echo.675 echo.[all …]
1 @echo off186 echo.188 echo.189 echo What to scan:190 echo.195 echo.200 echo.201 echo Error: Unknown argument '%1'205 echo.210 echo.[all …]
1 @echo off62 echo.207 echo.209 echo.214 echo.219 echo.224 echo.229 echo.234 echo.239 echo.[all …]
64 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'73 echo '::group::build examples'75 echo '::endgroup::'102 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'113 echo '::endgroup::'146 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'156 echo '::endgroup::'177 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'187 echo '::endgroup::'209 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'[all …]
68 …echo 'deb http://deb.freexian.com/extended-lts stretch-lts main contrib non-free' | tee /etc/apt/s…89 echo '::group::raw'; cat bld-1/lib/curl_config.h || true; echo '::endgroup::'102 echo '::group::raw'; cat bld-cares/lib/curl_config.h || true; echo '::endgroup::'132 echo '::group::raw'; cat bld-am/lib/curl_config.h || true; echo '::endgroup::'
220 …echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'221 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'237 …echo '::group::gcc include-fixed details'; find "${libgccdir}/include-fixed" | sort; echo '::endgr…240 echo "Zap gcc hack: '${libgccdir}/include-fixed/${f}'"274 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'419 echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile432 …echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'433 … echo '::group::brew packages preinstalled'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'532 …echo '::group::gcc include-fixed details'; find "${libgccdir}/include-fixed" | sort; echo '::endgr…537 echo "Zap gcc hack: '${libgccdir}/include-fixed/${f}'"[all …]
52 echo "::stop-commands::$(uuidgen)"75 echo "::stop-commands::$(uuidgen)"98 echo "::stop-commands::$(uuidgen)"119 echo "::stop-commands::$(uuidgen)"
67 … do brew update && brew install libtool autoconf automake && break 2 || { echo Error: wait to try …71 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
98 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'146 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'265 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'356 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'484 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'570 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'600 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'765 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
31 … echo ${APPVEYOR_TARGET_URL} | sed 's/\/project\//\/api\/projects\//' | xargs -t -n1 curl -s | \
156 echo 'needs-build=true' >> $GITHUB_OUTPUT170 echo 'CC=gcc-12' >> $GITHUB_ENV171 echo 'CXX=g++-12' >> $GITHUB_ENV331 echo 'CC=gcc-12' >> $GITHUB_ENV332 echo 'CXX=g++-12' >> $GITHUB_ENV475 echo '::group::raw'; cat lib/curl_config.h || true; echo '::endgroup::'
35 gh config set prompt disabled && echo "label=$(
35 async def echo(websocket): function44 async with server.serve(echo, "localhost", port):
1 @echo off29 …echo Error: Cannot find nmake.exe - be sure to run this script from within a Developer Command-Pro…32 if %ERRORLEVEL% NEQ 0 echo Error: Build Failed
599 @echo Using SSL: $(USE_SSL)601 @echo Using MSH3: $(USE_MSH3)603 @echo Using SSH2: $(USE_SSH2)604 @echo Using SSH: $(USE_SSH)606 @echo Using IDN: $(USE_IDN)610 @echo CFLAGS: $(CFLAGS)611 @echo LFLAGS: $(LFLAGS)612 @echo GenPDB: $(GEN_PDB)613 @echo Debug: $(DEBUG)614 @echo Machine: $(MACHINE)[all …]
31 COMMAND ${CMAKE_COMMAND} -E echo "#include \"tool_setup.h\"" > "tool_hugehelp.c"32 COMMAND ${CMAKE_COMMAND} -E echo "#ifndef HAVE_LIBZ" >> "tool_hugehelp.c"34 COMMAND ${CMAKE_COMMAND} -E echo "#else" >> "tool_hugehelp.c"36 COMMAND ${CMAKE_COMMAND} -E echo "#endif /* HAVE_LIBZ */" >> "tool_hugehelp.c"46 COMMAND ${CMAKE_COMMAND} -E echo "#include \"tool_hugehelp.h\"" > "tool_hugehelp.c"
88 dnl Emits shell code that verifies that 'echo' command95 # Verify that 'echo' command is available, otherwise abort.99 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'105 # Try built-in echo, and fail.106 echo "$xc_msg_err 'echo' command not found. $xc_msg_abrt" >&2134 echo "$xc_msg_err 'test' command not found. $xc_msg_abrt" >&2162 echo "$xc_msg_err 'PATH' variable not set. $xc_msg_abrt" >&2216 xc_tst_str=`echo "$xc_tst_str" 2>/dev/null \249 (`echo "$xc_tst_str" 2>/dev/null \278 xc_tst_str=`echo "$xc_tst_str" 2>/dev/null \[all …]
117 clangvhi=`echo $clangver | cut -d . -f1`195 gccvhi=`echo $gccver | cut -d . -f1`197 gccvlo=`echo $gccver | cut -d . -f2`454 echo " " >&6456 echo " " >&6470 echo " " >&6472 echo " " >&6491 echo " " >&6493 echo " " >&61455 echo " " >&6[all …]
67 wolfssllibpath=`echo $addld | $SED -e 's/^-L//'`
22 mkdir %LOGDIR/data ; mkdir %LOGDIR/log; cp %SRCDIR/data/test1 %LOGDIR/data; echo 'test:1:Test shoul…
47 echo 'void hugehelp(void) {}' >$target
111 _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse`112 _libcurl_wanted=`echo ifelse([$2],,[0],[$2]) | $_libcurl_version_parse`138 LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'`
56 echo "Installing wolfSSL $WOLFSSL_VER"70 echo "Installing wolfSSH $WOLFSSH_VER"
Completed in 60 milliseconds