Searched refs:cut (Results 1 - 25 of 581) sorted by relevance

1234567891011>>

/macosx-10.10/uucp-11/uucp/contrib/
H A Duuxconv41 tsite=`echo $site | cut -c1-5`
45 control=`egrep "^C" $file | cut -c3-`
46 input=`egrep "^I" $file | cut -c3-`
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_msgs.c58 int cut = WARN_TEXTWIDTH-1; local
60 while(!ISSPACE(ptr[cut]) && cut) {
61 cut--;
63 if(0 == cut)
64 /* not a single cutting position was found, just cut it at the
66 cut = WARN_TEXTWIDTH-1;
68 (void)fwrite(ptr, cut + 1, 1, config->global->errors);
70 ptr += cut+1; /* skip the space too */
71 len -= cut;
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcut.c26 * cut fields or columns from fields from a file
30 "[-?\n@(#)$Id: cut (AT&T Research) 2010-08-11 $\n]"
32 "[+NAME?cut - cut out selected columns or fields of each line of a file]"
138 Cut_t* cut; local
140 if (!(cut = (Cut_t*)stakalloc(sizeof(Cut_t) + strlen(cp) * sizeof(int))))
142 if (cut->mb = mbwide())
144 memset(cut->space, 0, sizeof(cut->space) / 2);
145 memset(cut
252 cutcols(Cut_t* cut, Sfio_t* fdin, Sfio_t* fdout) argument
364 cutfields(Cut_t* cut, Sfio_t* fdin, Sfio_t* fdout) argument
575 Cut_t* cut; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DGetRepositoryPath18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
H A DGetSourceVersion20 git svn info | grep 'Revision:' | cut -d: -f2-
/macosx-10.10/apache-793/httpd/support/
H A Dcheck_forensic45 cut -f 1 -d '|' $F > $all
46 grep ^+ < $all | cut -c2- | sort > $in
47 grep -- ^- < $all | cut -c2- | sort > $out
/macosx-10.10/ntp-92/html/hints/
H A Dsolaris.xtra.patchfreq42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
60 instr=`echo setcpudelay+34?X | adb $kernel | cut -d: -f 2 | nawk '{ print $1 }'`
/macosx-10.10/ncurses-44/xcodescripts/
H A Dnative_execs.sh10 export -n `env | grep -E "^PLATFORM_" | cut -d= -f1` \
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/PP/
H A DBoolean.pm14 =cut
25 =cut
/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/Serialiser/
H A DError.pm15 =cut
24 =cut
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dautogen.sh19 if [ `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53 ]; then
33 if [ `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53 ]; then
/macosx-10.10/WebKit2-7600.1.25/
H A DMakefile3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D34_next_method_in_eval.t14 =cut
H A D01_MRO.t22 =cut
H A D05_MRO.t24 =cut
/macosx-10.10/BootCache-109/
H A Dconvert_playlist_to_logical_playlist.sh9 dev=$(mount | grep "on / " | cut -d ' ' -f 1)
34 grep ROOT_OF_VOLUME $files | cut -d '"' -f 2 | sed 's/ROOT_OF_VOLUME//' | sort -u > $sorted
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DDelete.pm12 =cut
H A DFail.pm12 =cut
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/XS/
H A DBoolean.pm19 =cut
30 =cut
/macosx-10.10/bash-94.1.2/bash-3.2/examples/startup-files/apple/
H A Drc35 if [ -z "${uid}" ]; then uid=$(id | cut -d = -f 2 | cut -d \( -f 1); fi
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dcheck-digest.in174 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
175 identifier=`grep identifier= sdigest-reply | cut -f2- -d=`
176 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
187 cresponseData=`grep responseData= cdigest-reply | cut -f2- -d=`
204 status=`grep status= s2digest-reply | cut -f2- -d=`
225 status=`grep status= s2digest-reply | cut -f2- -d=`
241 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
242 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
255 cresponseData=`grep responseData= cdigest-reply | cut -f2- -d=`
256 cRsp=`grep AuthenticatorResponse= cdigest-reply | cut
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm8 =cut
28 =cut
43 =cut
56 =cut
143 =cut
169 =cut
182 =cut
198 =cut
223 =cut
299 =cut
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/
H A Dbuildconf104 if [ -f `which cut` ]; then
107 VERSION=`echo $REVISION | cut -d- -s -f1`
108 RELEASE=`echo $REVISION | cut -d- -s -f2`
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-install.sh64 ver=$(${prog} --version | head -n 1 | cut -d ' ' -f 4)
/macosx-10.10/curl-83.1.2/curl/
H A Dmaketgz39 major=`echo $libversion |cut -d. -f1 | sed -e "s/[^0-9]//g"`
40 minor=`echo $libversion |cut -d. -f2 | sed -e "s/[^0-9]//g"`
41 patch=`echo $libversion |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`

Completed in 228 milliseconds

1234567891011>>