HomeSort by: relevance | last modified time | path
    Searched refs:cut (Results 1 - 25 of 279) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/cut/
Makefile 4 PROG= cut
  /src/external/bsd/tre/dist/utils/
replace-vars.sh 8 version=`grep AC_INIT configure.ac | cut -d , -f 2 | cut -d ')' -f 1`
10 version_1=`echo $version | cut -d . -f 1`
11 version_2=`echo $version | cut -d . -f 2`
12 version_3=`echo $version | cut -d . -f 3`
21 var=`echo $replace | cut -d : -f 1`
22 val=`echo $replace | cut -d : -f 2`
  /src/external/gpl3/gcc/dist/libdecnumber/
decPacked.c 74 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...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decPacked.c 74 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...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decPacked.c 74 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...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decPacked.c 74 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...]
  /src/tests/usr.bin/cut/
t_cut.sh 36 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"
133 cut -b 5,6,7 -n "$(atf_get_srcdir)/d_utf8.in"
Makefile 7 TESTSDIR= ${TESTSBASE}/usr.bin/cut
  /src/external/bsd/libfido2/dist/tools/
fido2-unprot.sh 19 TOKEN_VERSION_MAJOR=$(echo "$TOKEN_VERSION" | cut -d. -f1)
20 TOKEN_VERSION_MINOR=$(echo "$TOKEN_VERSION" | cut -d. -f2)
39 DEV_PATH=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1)
40 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement)
48 RESIDENT_RPS=$(printf "%s\n" "$PIN" | setsid -w "${FIDO_TOOLS_PREFIX}"fido2-token -L -r "$DEV_PATH" | cut -d' ' -f3)
55 UNPROT_CREDS=$(printf "%s\n" "$PIN" | setsid -w "${FIDO_TOOLS_PREFIX}"fido2-token -L -k "$RESIDENT_RP" "$DEV_PATH" | grep ' uvopt$' | cut -d' ' -f2,3,4)
  /src/external/bsd/ntp/dist/html/hints/
solaris.xtra.patchfreq 42 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 }'`
  /src/tests/fs/tmpfs/
t_exec.sh 40 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
t_truncate.sh 40 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
  /src/external/bsd/atf/
Makefile.inc 16 | cut -d '"' -f 2 >atf-version-real.txt
  /src/sys/external/bsd/drm/dist/scripts/
create_linux_pci_lists.sh 27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
create_bsd_pci_lists.sh 27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
  /src/external/apache2/llvm/dist/llvm/utils/
GetSourceVersion 20 git svn info | grep 'Revision:' | cut -d: -f2-
  /src/external/gpl2/dtc/dist/scripts/
setlocalversion 16 printf '%s%s' -g `echo "$head" | cut -c1-8`
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal64.c 616 Int cut; /* work */ local
637 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
638 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
639 if (cut==0) { /* unit-boundary case */
647 uInt quot=QUOT10(*source, cut);
648 uInt rem=*source-quot*DECPOWERS[cut];
651 uInt rem=*source%DECPOWERS[cut];
652 next+=*source/DECPOWERS[cut];
655 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
671 cut=0; /* at lowest digit *
753 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal64.c 616 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=0; /* at lowest digit *
754 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal64.c 616 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=0; /* at lowest digit *
754 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal64.c 616 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=0; /* at lowest digit *
754 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/bsd/libpcap/dist/
autogen.sh 8 maj=`echo "$AUTORECONFVERSION" | cut -d. -f1`
9 min=`echo "$AUTORECONFVERSION" | cut -d. -f2`
31 maj_glibc=`echo "$GLIBC_VERSION" | cut -d. -f1`
32 min_glibc=`echo "$GLIBC_VERSION" | cut -d. -f2`
  /src/external/bsd/tcpdump/dist/
autogen.sh 8 maj=`echo "$AUTORECONFVERSION" | cut -d. -f1`
9 min=`echo "$AUTORECONFVERSION" | cut -d. -f2`
31 maj_glibc=`echo "$GLIBC_VERSION" | cut -d. -f1`
32 min_glibc=`echo "$GLIBC_VERSION" | cut -d. -f2`
  /src/external/bsd/nvi/dist/ex/
ex_yank.c 47 return (cut(sp,
  /src/external/bsd/zstd/dist/contrib/linux-kernel/
squashfs-benchmark.sh 30 $(sudo du -sx --block-size=1 $BENCHMARK_DIR | cut -f1) \
31 $(sudo du -sx --block-size=1 $BENCHMARK_FS | cut -f1);

Completed in 67 milliseconds

1 2 3 4 5 6 7 8 91011>>