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

123456

/netbsd-6-1-5-RELEASE/usr.bin/cut/
H A DMakefile4 PROG= cut
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecPacked.c74 uInt cut=DECDPUN; /* downcounter per Unit */ local
92 if (cut==0) {
95 cut=DECDPUN;
107 cut--;
112 if (cut==0) {
115 cut=DECDPUN;
126 cut--;
164 Int cut=0; /* phase of output */ local
203 if (cut==0) *up=(Unit)nib;
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecPacked.c74 uInt cut=DECDPUN; /* downcounter per Unit */ local
92 if (cut==0) {
95 cut=DECDPUN;
107 cut--;
112 if (cut==0) {
115 cut=DECDPUN;
126 cut--;
164 Int cut=0; /* phase of output */ local
203 if (cut==0) *up=(Unit)nib;
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]);
[all...]
/netbsd-6-1-5-RELEASE/tests/util/cut/
H A Dt_cut.sh36 echo "----- test: cut ${opts} $(basename $file) -----"
37 cut $opts "$file" || atf_fail "command failed: cut ${opts} $file"
100 cut -b 6,7,8 "$(atf_get_srcdir)/d_latin1.in"
103 cut -c 6,7,8 "$(atf_get_srcdir)/d_latin1.in"
116 cut -b 6,7,8 "$(atf_get_srcdir)/d_utf8.in"
119 cut -c 6,7,8 "$(atf_get_srcdir)/d_utf8.in"
H A DMakefile7 TESTSDIR= ${TESTSBASE}/util/cut
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dincremental_test.sh54 cut -d ' ' -f 2- > actual
59 cut -d : -f 2- |
60 cut -d ' ' -f 3- |
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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 }'`
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dt_exec.sh40 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
H A Dt_truncate.sh40 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
H A Dt_read_write.sh42 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
47 [ $(md5 a | cut -d ' ' -f 4) = f47c75614087a8dd938ba4acff252494 ] || \
52 [ $(md5 b | cut -d ' ' -f 4) = 72d4ff27a28afbc066d5804999d5a504 ] || \
H A Dt_statvfs.sh41 pagesize=$(sysctl hw.pagesize | cut -d ' ' -f 3)
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/scripts/
H A Dcreate_linux_pci_lists.sh27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
H A Dcreate_bsd_pci_lists.sh27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal64.c616 Int cut; /* work */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
640 if (cut==0) { /* unit-boundary case */
648 uInt quot=QUOT10(*source, cut);
649 uInt rem=*source-quot*DECPOWERS[cut];
652 uInt rem=*source%DECPOWERS[cut];
653 next+=*source/DECPOWERS[cut];
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
672 cut
754 Int cut=0; /* power of ten in current unit */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal64.c616 Int cut; /* work */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
640 if (cut==0) { /* unit-boundary case */
648 uInt quot=QUOT10(*source, cut);
649 uInt rem=*source-quot*DECPOWERS[cut];
652 uInt rem=*source%DECPOWERS[cut];
653 next+=*source/DECPOWERS[cut];
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
672 cut
754 Int cut=0; /* power of ten in current unit */ local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_yank.c43 return (cut(sp,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux_backup.sh41 for session in $(tmux list-sessions | cut -d' ' -f1 | sed -e 's/:$//') ; do
58 for win in $(tmux list-windows -t "$tmpsession" | grep -v "^\s" | cut -d' ' -f1 | sed -e 's/:$//'); do
66 for pane in $(tmux list-panes -t "$win_spec" | cut -d' ' -f1 | sed -e 's/:$//'); do
/netbsd-6-1-5-RELEASE/external/bsd/flex/bin/
H A DMakefile58 -DFLEX_MAJOR_VERSION=`echo ${VERSION} | cut -f 1 -d .` \
59 -DFLEX_MINOR_VERSION=`echo ${VERSION} | cut -f 2 -d .` \
60 -DFLEX_SUBMINOR_VERSION=`echo ${VERSION} | cut -f 3 -d .` | \
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dt-pvcreate-operation-md.sh16 which cut || exit 200
66 linux_minor=$(echo `uname -r` | cut -d'.' -f3 | cut -d'-' -f1)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/
H A Dmkpc6 cpp -I$1 | grep OpenSSL | cut -d ' ' -f 2
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/admin/
H A Dcheck-install.sh64 ver=$(${prog} --version | head -n 1 | cut -d ' ' -f 4)
/netbsd-6-1-5-RELEASE/tests/util/
H A DMakefile7 TESTS_SUBDIRS= awk bzip2 config cut df grep id m4 make mtree ps sdiff sh sort \
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dam-eject.in20 fs=`amq | grep ' toplvl ' | cut -d' ' -f1`
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Ddeflate.sh12 SIZE=`ls -l ${kernel}.gz.tmp | cut -d ' ' -f 8`

Completed in 332 milliseconds

123456