Searched refs:cut (Results 1 – 15 of 15) sorted by relevance
66 size_t cut = width-1; in voutf() local68 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()
105 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`
66 cut -d: -f2- | \67 cut '-d(' -f1 | \68 cut '-d<' -f1 | \
56 cut -d: -f2- | \57 cut '-d(' -f1 | \58 cut '-d<' -f1 | \
60 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")
68 timestamp=$(grep -Eo 'SOURCE_DATE_EPOCH=[0-9]*' curl-"$curlver"/docs/RELEASE-TOOLS.md | cut -d= -f2)
49 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 {}…
57 # make the first send cut off after this amount of data
43 # make the first send cut off after this amount of data
45 # make the first send cut off after this amount of data
22 part of the remote file is used, the path is cut off.)
52 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
48 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
117 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…
1234 embedded slashes should be cut off.
Completed in 34 milliseconds