Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 60) 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…
H A Dcmakelint.sh44 find . -type f | sed 's@^\./@@'
H A Dmaketgz74 find . -name "*.dist" -a ! -name Makefile.dist -exec rm {} \;
188 find curl-* -depth -exec touch -c -t "$filestamp" '{}' +
226 find . | sort | zip -9 -X "$zip" -@ >/dev/null
/curl/
H A Dappveyor.sh68 find . -name BuildLog.htm -exec dos2unix '{}' +
69 find . -name BuildLog.htm -exec cat '{}' +
114 find . -name '*.exe' -o -name '*.dll'
H A DMakefile.am110 find $(distdir) -name "*.dist" -a \! -name Makefile.dist -exec rm {} \;
111 (distit=`find $(srcdir) -name "*.dist" | grep -v Makefile`; \
H A DREADME18 You find answers to the most frequent questions we get in the FAQ document.
/curl/.github/workflows/
H A Dcheckdocs.yml92 …run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md -print0 | xargs -0 -n1 .g…
105 run: find docs -name "*.md" ! -name "_*" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl
108 …run: find docs/libcurl \( -name "curl_*.md" -o -name "libcurl*.md" \) -print0 | xargs -0 -n1 .gith…
111 … run: find docs/libcurl/opts -name "CURL*.md" -print0 | xargs -0 -n1 .github/scripts/cleanspell.pl
114 …run: find docs/cmdline-opts -name "_*.md" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl --no-…
H A Dcygwin.yml113 find . -name '*.exe' -o -name '*.dll'
169 find . -name '*.exe' -o -name '*.dll' | grep -v '/examples/'
/curl/docs/libcurl/opts/
H A DCURLOPT_NETRC.md61 be preferred. The file is scanned for the host and username (to find the
62 password only) or for the host only, to find the first username and password
69 (to find the password only) or for the host only, to find the first username
H A DCURLOPT_LOCALPORTRANGE.md31 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
/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/packages/OS400/
H A Dmakefile.sh39 find "${TOPDIR}" -type f -print | xargs ls -S | while read -r CCSID FILE
/curl/docs/libcurl/
H A Dcurl_easy_option_by_name.md18 curl_easy_option_by_name - find an easy setopt option by name
H A Dcurl_easy_option_by_id.md18 curl_easy_option_by_id - find an easy setopt option by id
H A Dcurl_getenv.md53 A pointer to a null-terminated string or NULL if it failed to find the
H A Dcurl_escape.md37 on **string** to find out the size.
H A Dcurl_unescape.md39 strlen() on **input** to find out the size.
H A Dlibcurl-env.md60 checked as the primary way to find the "current" home directory in which
66 checked as the secondary way to find the "current" home directory (on Windows
H A Dcurl_pushheader_byname.md35 not have to loop through all headers to find the one it is interested in. The
H A Dcurl_easy_unescape.md36 uses strlen() on **input** to find out the size.
/curl/winbuild/
H A Dmakedebug.bat29 …echo Error: Cannot find nmake.exe - be sure to run this script from within a Developer Command-Pro…
/curl/CMake/
H A Dcmake_uninstall.cmake.in25 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
/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 21 milliseconds

123