| /OK3568_Linux_fs/kernel/tools/bootconfig/scripts/ |
| H A D | ftrace.sh | 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 24 file=`echo $line | cut -f1 -d:` 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 file=`echo $line | cut -f1 -d:` 45 echo 0 > `echo $line | cut -f1 -d:` 55 tr=`echo $t | cut -d: -f2` 62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 64 tr=`echo $t | cut -d: -f2-4` 65 limit=`echo $t | cut -d: -f5` 67 tr=`echo $t | cut -d: -f2` [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Lindent | 4 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 D | dtc-version.sh | 17 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)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Lindent | 7 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 8 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 9 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Lindent | 7 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 8 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 9 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ |
| H A D | functions | 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 43 echo 0 > `echo $line | cut -f1 -d:` 53 tr=`echo $t | cut -d: -f2` 60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 62 tr=`echo $t | cut -d: -f2-4` 63 limit=`echo $t | cut -d: -f5` 65 tr=`echo $t | cut -d: -f2` [all …]
|
| /OK3568_Linux_fs/external/mpp/build/android/ |
| H A D | env_setup.sh | 47 CMAKE_VERSION=$(${CMAKE_PROGRAM} --version | grep "version" | cut -d " " -f 3) 48 CMAKE_MAJOR_VERSION=`echo ${CMAKE_VERSION} | cut -d "." -f 1` 49 CMAKE_MINOR_VERSION=`echo ${CMAKE_VERSION} | cut -d "." -f 2` 176 …grep -o '^Pkg.Revision.*[0-9]*.*' $ANDROID_NDK/source.properties |cut -d " " -f 3 | cut -d "." -f … 179 …RET=$(grep -o '^r[0-9]*.*' $ANDROID_NDK/RELEASE.TXT | cut -d " " -f 1 | cut -b2- | sed 's/[a-z]//g…
|
| /OK3568_Linux_fs/kernel/Documentation/features/ |
| H A D | list-arch.sh | 16 SUBSYS=$(echo $F | cut -d/ -f1) 17 N=$(grep -h "^# Feature name:" $F | cut -c25-) 18 C=$(grep -h "^# Kconfig:" $F | cut -c25-) 19 D=$(grep -h "^# description:" $F | cut -c25-) 20 S=$(grep -hv "^#" $F | grep -w $ARCH | cut -d\| -f3)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/tools/ |
| H A D | head_check.sh | 52 vma=$(cat .tmp_symbols.txt | grep -e " [TA] _stext$" | cut -d' ' -f1) 56 start_head_addr=$(cat .tmp_symbols.txt | grep " t start_first_256B$" | cut -d' ' -f1) 66 top_vma=$(echo $vma | cut -d'0' -f1) 68 expected_start_text_addr=$(cat .tmp_symbols.txt | grep " a text_start$" | cut -d' ' -f1 | sed "s/^0… 70 start_text_addr=$(cat .tmp_symbols.txt | grep " t start_text$" | cut -d' ' -f1)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_eventname.tc | 8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "` 28 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " " 32 grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do 43 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
| H A D | 0001-Fix-generate-keynames.patch | 20 cut -f 1 | cut -f 2 -d " " | sort -u) ; do 21 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1 29 cut -f 1 | cut -f 2 -d " " | sort -u) ; do 30 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1
|
| /OK3568_Linux_fs/buildroot/package/dvb-apps/ |
| H A D | 0001-Fix-generate-keynames.patch | 20 cut -f 1 | cut -f 2 -d " " | sort -u) ; do 21 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1 29 cut -f 1 | cut -f 2 -d " " | sort -u) ; do 30 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | corr.c | 166 int32_t j,tot,cut; in main() local 167 cut = len/2; in main() 172 if (tot1>cut && tot<=cut) { in main() 173 printf(" |%d| %d of %d\n",j-1,tot,cut); in main() 174 cut += (len-cut)/2; in main()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | check-host-asciidoc.sh | 13 version=`$asciidoc --version | cut -d\ -f2` 14 major=`echo "$version" | cut -d. -f1` 15 minor=`echo "$version" | cut -d. -f2` 16 bugfix=`echo "$version" | cut -d. -f3`
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | extrausers.bbclass | 26 setting=`echo $user_group_settings | cut -d ';' -f1` 27 remaining=`echo $user_group_settings | cut -d ';' -f2-` 29 cmd=`echo $setting | cut -d ' ' -f1` 30 opts=`echo $setting | cut -d ' ' -f2-` 64 setting=`echo $remaining | cut -d ';' -f1` 65 remaining=`echo $remaining | cut -d ';' -f2-`
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest_deps.sh | 93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 177 sed -e 's/+/ /' | cut -d "=" -f 2) 188 cut -d "=" -f 2) 197 sed -e 's/+/ /' | cut -d "=" -f 2) 218 fail_target=$(echo "$test" | cut -d "/" -f1)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | rootfs | 25 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-`
|
| /OK3568_Linux_fs/kernel/tools/leds/ |
| H A D | get_led_device_info.sh | 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 122 color=`echo $led_name | cut -d: -f1` 123 function=`echo $led_name | cut -d: -f2` 125 devicename=`echo $led_name | cut -d: -f1` 126 color=`echo $led_name | cut -d: -f2` 127 function=`echo $led_name | cut -d: -f3`
|
| /OK3568_Linux_fs/external/libmali/scripts/ |
| H A D | normalize_dependencies.sh | 15 version=$(patchelf --version 2>&1 | cut -d' ' -f2 || echo 0) 16 major=$(echo "$version" | cut -d. -f1) 17 minor=$(echo "$version" | cut -d. -f2)
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | uncovered | 24 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-
|