Home
last modified time | relevance | path

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

12345678910

/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-cut-Fix-s-flag-to-omit-blank-lines.patch4 Subject: [PATCH 1/1] cut: Fix "-s" flag to omit blank lines
6 Using cut with the delimiter flag ("-d") with the "-s" flag to only
8 deviant behavior from cut provided by GNU Coreutils. Blank lines should
16 In addition, a test to cut.tests has been added to ensure that this
23 coreutils/cut.c | 6 ++++++
24 testsuite/cut.tests | 9 +++++++++
27 diff --git a/coreutils/cut.c b/coreutils/cut.c
29 --- a/coreutils/cut.c
30 +++ b/coreutils/cut.c
44 diff --git a/testsuite/cut.tests b/testsuite/cut.tests
[all …]
/openbmc/u-boot/scripts/
H A DLindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
H A Ddtc-version.sh17 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1)
18 MINOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 2)
19 PATCH=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 3 | cut -d - -f 1)
H A Ddecodecode103 code=`echo "$code" | cut -c$((${marker} + 1))-`
116 faultlinenum=$(( $(wc -l $T.oo | cut -d" " -f1) - \
117 $(wc -l $T.aa | cut -d" " -f1) + 3))
119 faultline=`cat $T.dis | head -1 | cut -d":" -f2-`
H A Dbinutils-version.sh20 MAJOR=$(echo $version_string | cut -d . -f 1)
21 MINOR=$(echo $version_string | cut -d . -f 2)
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c618 Int cut; /* work */ in decDigitsToDPD() local
640 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */ in decDigitsToDPD()
641 if (cut==0) { /* unit-boundary case */ in decDigitsToDPD()
649 uInt quot=QUOT10(*source, cut); in decDigitsToDPD()
650 uInt rem=*source-quot*DECPOWERS[cut]; in decDigitsToDPD()
653 uInt rem=*source%DECPOWERS[cut]; in decDigitsToDPD()
654 next+=*source/DECPOWERS[cut]; in decDigitsToDPD()
657 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */ in decDigitsToDPD()
673 cut=0; /* at lowest digit */ in decDigitsToDPD()
700 cut++; in decDigitsToDPD()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D24358 du -b $TEST_IMG | cut -f1
62 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high"
76 du -b $TEST_IMG | cut -f1
78 du -b $TEST_IMG.data | cut -f1
82 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high"
84 [ $(du -B1 $TEST_IMG.data | cut -f1) -lt 2097152 ] && echo "low" || echo "high"
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dopfunctions13 SerialNumber | cut -d " " -f 2 | sed "s/^\(\"\)\(.*\)\1\$/\2/g")
77 ORIGINATOR_TYPE=$(echo "$ORIGINATOR_TYPE" | cut -d' ' -f 2 \
78 | cut -d'.' -f 6 | cut -d'"' -f 1)
80 ORIGINATOR_ID=$(echo "$ORIGINATOR_ID" | cut -d' ' -f 2 \
81 | cut -d'"' -f 2)
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/
H A Dip-to-fpga.sh13 IP_1=$(echo "${IP}" | cut -d "." -f 1)
14 IP_2=$(echo "${IP}" | cut -d "." -f 2)
15 IP_3=$(echo "${IP}" | cut -d "." -f 3)
16 IP_4=$(echo "${IP}" | cut -d "." -f 4)
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/
H A Ddeassert-leak-handler5 LeakType=$(echo "$DetectorName" | cut -d'_' -f2)
65 | cut -d' ' -f2 | cut -d'.' -f6-7 | tr -d '"')
70 | cut -d' ' -f2 | cut -d'.' -f6-7 | tr -d '"')
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dredundantosrelease50 firmware1_priority=$(eval "$dbus_command" | grep -w "1" | cut -d' ' -f 2)
55 redundant_firmware=$(eval "$dbus_command" | cut -d' ' -f 2-)
59 firmware2_priority=$(eval "$dbus_command" | grep -w "1" | cut -d' ' -f 2)
63 redundant_firmware=$(eval "$dbus_command" | cut -d' ' -f 2-)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-Fix-generate-keynames.patch21 cut -f 1 | cut -f 2 -d " " | sort -u) ; do
22 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1
30 cut -f 1 | cut -f 2 -d " " | sort -u) ; do
31 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1
/openbmc/openbmc/poky/scripts/contrib/
H A Duncovered24 diff -u <(grep "$path" | grep -v '0%$' | cut -f1 -d: | sort) \
25 <(find $path | xargs file | grep 'Python script' | cut -f1 -d:| sort) | \
26 grep "^+$path" | cut -c2-
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Drootfs25 root_uuid=`echo $bootparam_root | cut -c6-`
28 root_partuuid=`echo $bootparam_root | cut -c10-`
31 root_partlabel=`echo $bootparam_root | cut -c11-`
34 root_label=`echo $bootparam_root | cut -c7-`
/openbmc/openbmc/poky/meta/classes/
H A Dextrausers.bbclass32 setting=`echo $user_group_settings | cut -d ';' -f1`
33 remaining=`echo $user_group_settings | cut -d ';' -f2-`
35 cmd=`echo $setting | cut -d ' ' -f1`
36 opts=`echo $setting | cut -d ' ' -f2-`
70 setting=`echo $remaining | cut -d ';' -f1`
71 remaining=`echo $remaining | cut -d ';' -f2-`
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/
H A Dvrm-control.sh10 echo "$1" | awk '{print $1 * 256 + .5}' | cut -d '.' -f 1
106 rail=$(echo "$param" | cut -d'=' -f 1)
107 val=$(echo "${param}=" | cut -d'=' -f 2)
/openbmc/openbmc/poky/scripts/
H A Dtest-reexec18 targets=`bitbake -s | cut -d " " -f 1`
28 sstate_dir=`bitbake $target -e | grep "^SSTATE_DIR=" | cut -d "\"" -f 2`
29 sstate_pkgspec=`bitbake $target -e | grep "^SSTATE_PKGSPEC=" | cut -d "\"" -f 2`
30 sstasks=`bitbake $target -e | grep "^SSTATETASKS=" | cut -d "\"" -f 2`
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/
H A Dvrm-control.sh10 echo "$1" | awk '{print $1 * 256 + .5}' | cut -d '.' -f 1
106 rail=$(echo "$param" | cut -d'=' -f 1)
107 val=$(echo "${param}=" | cut -d'=' -f 2)
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/
H A Dpch-standby-check.sh12 GPIO_CHIP=$(echo "$GPIO_PIN" | cut -d' ' -f1) # Extract gpiochip
13 GPIO_LINE=$(echo "$GPIO_PIN" | cut -d' ' -f2) # Extract line offset
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh91 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | head -n1)
92 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | tail -n1)
94 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | head -n1)
95 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | tail -n1)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/
H A Dopenvpn59 NAME=`echo $PIDFILE | cut -c18-`
67 NAME=`echo $PIDFILE | cut -c18-`
81 NAME=`echo $PIDFILE | cut -c18-`
/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dgpio_bypass12 GPIO_NET=$(echo "$input" | cut -d':' -f1)
13 Event=$(echo "$input" | cut -d':' -f2)
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/
H A Dampere_host_check.sh6 CurrentHostState | cut -d"." -f6)
19 CurrentFirmwareCondition | cut -d"." -f6)
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-kernel-version.bbclass7 shortLatestVersion="$(echo ${latestVersion} | cut -c1-8)"
9 shortLinuxVersionExt="$(echo ${LINUX_VERSION_EXTENSION} | cut -c1-8)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/
H A Dcolord-native.bb22 major=`echo $version | cut -d. -f1`
23 minor=`echo $version | cut -d. -f2`
24 micro=`echo $version | cut -d. -f3`
52 major=`echo $version | cut -d. -f1`

12345678910