Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 61) sorted by relevance

123

/curl/scripts/
H A Dinstallcheck.sh38 diff -u <(find docs/libcurl/ -name "*.3" -printf "%f\n" | grep -v template | sort) <(find "$PREFIX/…
45 diff -u <(find include/ -name "*.h" -printf "%f\n" | sort) <(find "$PREFIX/include/" -name "*.h" -p…
/curl/.github/workflows/
H A Dspellcheck.yml33 run: find docs -name "*.md" ! -name "_*" | xargs -n1 ./.github/scripts/cleancmd.pl
36 …run: find docs/libcurl -name "curl_*.md" -o -name "libcurl*.md" | xargs -n1 ./.github/scripts/clea…
39 run: find docs/libcurl/opts -name "CURL*.md" | xargs -n1 ./.github/scripts/cleanspell.pl
42 … run: find docs/cmdline-opts -name "_*.md" | xargs -n1 ./.github/scripts/cleancmd.pl --no-header
H A Dlinkcheck.yml37 …run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md | xargs -n1 ./.github/scr…
/curl/
H A Dmaketgz67 find . -name "*.dist" -a ! -name Makefile.dist -exec rm {} \;
176 find curl-* -depth -exec touch -c -t "$filestamp" '{}' +
214 find . | sort | zip -9 -X "$zip" -@ >/dev/null
H A DMakefile.am101 find $(distdir) -name "*.dist" -exec rm {} \;
102 (distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
H A Dappveyor.sh107 find . -name '*.exe' -o -name '*.dll'
/curl/CMake/
H A DFindCARES.cmake27 # CARES_INCLUDE_DIR, where to find ares.h, etc.
31 # CARES_LIBRARY, where to find the c-ares library.
H A DFindBrotli.cmake39 "Could NOT find Brotli"
H A DFindLibSSH2.cmake24 # - Try to find the libssh2 library
H A DFindLibPSL.cmake24 # - Try to find the libpsl library
H A Dcmake_uninstall.cmake.in25 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
/curl/docs/libcurl/opts/
H A DCURLOPT_NETRC.md58 be preferred. The file is scanned for the host and username (to find the
59 password only) or for the host only, to find the first username and password
66 (to find the password only) or for the host only, to find the first username
H A DCURLOPT_LOCALPORTRANGE.md30 to find a working local port number. It starts with the given
/curl/tests/data/
H A Dtest43337 Verify XDG_CONFIG_HOME use to find .curlrc
H A Dtest131074 # set source directory so fake_ntlm can find the test files
76 # set source directory so fake_ntlm can find the test and log files
/curl/docs/cmdline-opts/
H A Dcontinue-at.md25 Use "-C -" to instruct curl to automatically find out where/how to resume the
H A Dnetrc.md26 variable "HOME" is used to find the home directory.
/curl/docs/libcurl/
H A Dcurl_easy_option_by_name.md17 curl_easy_option_by_name - find an easy setopt option by name
H A Dcurl_easy_option_by_id.md17 curl_easy_option_by_id - find an easy setopt option by id
H A Dcurl_getenv.md52 A pointer to a null-terminated string or NULL if it failed to find the
H A Dcurl_escape.md36 on **string** to find out the size.
H A Dcurl_unescape.md38 strlen() on **input** to find out the size.
H A Dlibcurl-env.md59 checked as the primary way to find the "current" home directory in which
65 checked as the secondary way to find the "current" home directory (on Windows
/curl/winbuild/
H A Dmakedebug.cmd29 …ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Pr…
/curl/packages/vms/
H A Dsetup_gnv_curl_build.com73 $! A logical name to make it easier to find some of the hacks.
76 $! A logical name to find the [.packages.vms] directory where we started.
105 $! Set up an include list for the compiler to find all the header files

Completed in 41 milliseconds

123