Searched refs:find (Results 1 – 25 of 60) sorted by relevance
123
38 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…
44 find . -type f | sed 's@^\./@@'
74 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
50 grep -E '^ *(static|struct) +' $(find libtest unit -maxdepth 1 -name 'lib*.c' -o -name 'unit*.c' -o…64 grep -E '^ *# *define +' $(find libtest unit -maxdepth 1 -name 'lib*.c' -o -name 'unit*.c' -o -name…73 find libtest unit -type l -delete
73 find . -name BuildLog.htm -exec dos2unix '{}' +74 find . -name BuildLog.htm -exec cat '{}' +119 find . -name '*.exe' -o -name '*.dll'
110 find $(distdir) -name "*.dist" -a \! -name Makefile.dist -exec rm {} \;111 (distit=`find $(srcdir) -name "*.dist" | grep -v Makefile`; \
18 You find answers to the most frequent questions we get in the FAQ document.
96 …run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md -print0 | xargs -0 -n1 .g…109 run: find docs -name "*.md" ! -name "_*" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl112 …run: find docs/libcurl \( -name "curl_*.md" -o -name "libcurl*.md" \) -print0 | xargs -0 -n1 .gith…115 … run: find docs/libcurl/opts -name "CURL*.md" -print0 | xargs -0 -n1 .github/scripts/cleanspell.pl118 …run: find docs/cmdline-opts -name "_*.md" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl --no-…
61 be preferred. The file is scanned for the host and username (to find the62 password only) or for the host only, to find the first username and password69 (to find the password only) or for the host only, to find the first username
31 to find a working local port number. It starts with the given
37 Verify XDG_CONFIG_HOME use to find curlrc
25 Use "-C -" to instruct curl to automatically find out where/how to resume the
26 variable "HOME" is used to find the home directory.
39 find "${TOPDIR}" -type f -print | xargs ls -S | while read -r CCSID FILE
18 curl_easy_option_by_name - find an easy setopt option by name
18 curl_easy_option_by_id - find an easy setopt option by id
53 A pointer to a null-terminated string or NULL if it failed to find the
37 on **string** to find out the size.
39 strlen() on **input** to find out the size.
60 checked as the primary way to find the "current" home directory in which66 checked as the secondary way to find the "current" home directory (on Windows
35 not have to loop through all headers to find the one it is interested in. The
36 uses strlen() on **input** to find out the size.
29 …echo Error: Cannot find nmake.exe - be sure to run this script from within a Developer Command-Pro…
25 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
73 $! 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 24 milliseconds