Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 15 of 15) sorted by relevance

/curl/src/
H A Dtool_msgs.c66 size_t cut = width-1; in voutf() local
68 while(!ISBLANK(ptr[cut]) && cut) { in voutf()
69 cut--; in voutf()
71 if(0 == cut) in voutf()
74 cut = width-1; in voutf()
76 (void)fwrite(ptr, cut + 1, 1, tool_stderr); in voutf()
78 ptr += cut + 1; /* skip the space too */ in voutf()
79 len -= cut + 1; in voutf()
/curl/
H A Dcurl-config.in105 cmajor=`echo "$checkfor" | cut -d. -f1`
106 cminor=`echo "$checkfor" | cut -d. -f2`
109 cpatch=`echo "$checkfor" | cut -d. -f3 | cut -d- -f1`
111 vmajor=`echo '@CURLVERSION@' | cut -d. -f1`
112 vminor=`echo '@CURLVERSION@' | cut -d. -f2`
115 vpatch=`echo '@CURLVERSION@' | cut -d. -f3 | cut -d- -f1`
/curl/scripts/
H A Dcontributors.sh66 cut -d: -f2- | \
67 cut '-d(' -f1 | \
68 cut '-d<' -f1 | \
H A Dcontrithanks.sh56 cut -d: -f2- | \
57 cut '-d(' -f1 | \
58 cut '-d<' -f1 | \
H A Dmaketgz60 major=$(echo "$libversion" | cut -d. -f1 | sed -e "s/[^0-9]//g")
61 minor=$(echo "$libversion" | cut -d. -f2 | sed -e "s/[^0-9]//g")
62 patch=$(echo "$libversion" | cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g")
H A Dverify-release68 timestamp=$(grep -Eo 'SOURCE_DATE_EPOCH=[0-9]*' curl-"$curlver"/docs/RELEASE-TOOLS.md | cut -d= -f2)
/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml49 grep -Eo "#([0-9]+)" log | cut -d# -f2 | sort | uniq | xargs -t -n1 -I{} \
52 …grep -Eo '^([0-9]+):[0-9]{4}-(09-30T|10-|11-01T)' | cut -d: -f1 | sort | uniq | xargs -t -n1 -I {}…
63 …grep -Eo '^([0-9]+):[0-9]{4}-(09-30T|10-|11-01T)' | cut -d: -f1 | sort | uniq | xargs -t -n1 -I {}…
/curl/tests/data/
H A Dtest36357 # make the first send cut off after this amount of data
H A Dtest129543 # make the first send cut off after this amount of data
H A Dtest129445 # make the first send cut off after this amount of data
/curl/docs/cmdline-opts/
H A Dremote-name.md22 part of the remote file is used, the path is cut off.)
/curl/docs/libcurl/opts/
H A DCURLOPT_REDIR_PROTOCOLS_STR.md52 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
H A DCURLOPT_PROTOCOLS_STR.md48 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
/curl/m4/
H A Dcurl-compilers.m4117 clangvhi=`echo $clangver | cut -d . -f1`
118 clangvlo=`echo $clangver | cut -d . -f2`
195 gccvhi=`echo $gccver | cut -d . -f1`
197 gccvlo=`echo $gccver | cut -d . -f2`
274 …compiler_ver=`echo "$compiler_num" | cut -c -2 | $SED 's/^0//'`.`echo "$compiler_num" | cut -c 3-4…
/curl/docs/
H A DTODO1234 embedded slashes should be cut off.

Completed in 34 milliseconds