Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cut
(Results
1 - 25
of
145
) sorted by relevance
1
2
3
4
5
6
/kernel/linux/linux-5.10/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
[all...]
H
A
D
xbc.sh
39
grep "^$1 =" $XBC_TMPFILE |
cut
-d= -f2- | \
55
grep "^$1" $XBC_TMPFILE |
cut
-d= -f1|
cut
-d. -f$((__s + 1))-$((__s + $2)) | uniq
/kernel/linux/linux-6.6/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
[all...]
H
A
D
xbc.sh
39
grep "^$1 =" $XBC_TMPFILE |
cut
-d= -f2- | \
55
grep "^$1$3" $XBC_TMPFILE |
cut
-d= -f1|
cut
-d. -f$((__s + 1))-$((__s + $2)) | uniq
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/
H
A
D
run.sh
41
test=$(echo "$line" |
cut
-d" " -f1)
43
expect=$(echo "$line" |
cut
-d" " -f2-)
50
test=$(echo "$test" |
cut
-c2-)
64
repeat=$(echo "$expect" |
cut
-d' ' -f1 |
cut
-d: -f2)
65
expect=$(echo "$expect" |
cut
-d' ' -f2-)
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
kselftest_deps.sh
93
targets=$(egrep "^TARGETS +|^TARGETS =" Makefile |
cut
-d "=" -f2)
212
sed -e 's/+/ /' |
cut
-d "=" -f 2)
223
cut
-d "=" -f 2)
232
sed -e 's/+/ /' |
cut
-d "=" -f 2)
250
cut
-d "=" -f 2)
271
fail_target=$(echo "$test" |
cut
-d "/" -f1)
278
pass_trgts+="$(echo "$test" |
cut
-d "/" -f1) "
/kernel/linux/linux-5.10/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`
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
kselftest_deps.sh
93
targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile |
cut
-d "=" -f2)
210
sed -e 's/+/ /' |
cut
-d "=" -f 2)
221
cut
-d "=" -f 2)
230
sed -e 's/+/ /' |
cut
-d "=" -f 2)
248
cut
-d "=" -f 2)
269
fail_target=$(echo "$test" |
cut
-d "/" -f1)
276
pass_trgts+="$(echo "$test" |
cut
-d "/" -f1) "
/kernel/linux/linux-6.6/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`
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
ethtool_extended_state.sh
28
|
cut
-d "(" -f2 |
cut
-d ")" -f1)
29
local ext_substate=$(echo $ext_state |
cut
-sd "," -f2 \
31
ext_state=$(echo $ext_state |
cut
-d "," -f1)
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
H
A
D
runner.sh
61
field=$(echo "$line" |
cut
-d= -f1)
62
value=$(echo "$line" |
cut
-d= -f2-)
77
if [ $(head -n 1 "$TEST" |
cut
-c -2) = "#!" ]
79
interpreter=$(head -n 1 "$TEST" |
cut
-c 3-)
/kernel/linux/linux-5.10/scripts/
H
A
D
decodecode
125
code=`echo "$code" |
cut
-c$((${marker} + 1))-`
138
faultlinenum=$(( $(wc -l $T.oo |
cut
-d" " -f1) - \
139
$(wc -l $T.aa |
cut
-d" " -f1) + 3))
141
faultline=`cat $T.dis | head -1 |
cut
-d":" -f2-`
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
ethtool_extended_state.sh
30
|
cut
-d "(" -f2 |
cut
-d ")" -f1)
31
local ext_substate=$(echo $ext_state |
cut
-sd "," -f2 \
33
ext_state=$(echo $ext_state |
cut
-d "," -f1)
/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/
H
A
D
runner.sh
89
field=$(echo "$line" |
cut
-d= -f1)
90
value=$(echo "$line" |
cut
-d= -f2-)
117
if [ $(head -n 1 "$TEST" |
cut
-c -2) = "#!" ]
119
interpreter=$(head -n 1 "$TEST" |
cut
-c 3-)
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/
H
A
D
run.sh
41
test=$(echo "$line" |
cut
-d" " -f1)
43
expect=$(echo "$line" |
cut
-d" " -f2-)
50
test=$(echo "$test" |
cut
-c2-)
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
mac.h
9
#define cut_version_to_mask(
cut
) (0x1 << ((
cut
) + 1))
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
mac.h
9
#define cut_version_to_mask(
cut
) (0x1 << ((
cut
) + 1))
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
functions.sh
145
irqs=$(grep "$queues" /proc/interrupts |
cut
-f1 -d:)
146
[ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts |
cut
-f1 -d:)
148
do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir |
cut
-f 1 -d : ;\
160
local node_cpu_range_list=`
cut
-f1- -d, --output-delimiter=" " \
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
functions.sh
151
irqs=$(grep "$queues" /proc/interrupts |
cut
-f1 -d:)
152
[ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts |
cut
-f1 -d:)
154
do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir |
cut
-f 1 -d : ;\
166
local node_cpu_range_list=`
cut
-f1- -d, --output-delimiter=" " \
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
Makefile
10
sort -rV | head -n1 |
cut
-d'_' -f2)
128
cut
-d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
135
grep -Eo '[^ ]+@LIBBPF_' |
cut
-d@ -f1 | sort -u | wc -l)
191
cut
-d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
198
grep -Eo '[^ ]+@LIBBPF_' |
cut
-d@ -f1 | \
207
HDR_MAJ_VERSION := $(shell grep -oE '^$(pound)define LIBBPF_MAJOR_VERSION ([0-9]+)$$' libbpf_version.h |
cut
-d' ' -f3)
208
HDR_MIN_VERSION := $(shell grep -oE '^$(pound)define LIBBPF_MINOR_VERSION ([0-9]+)$$' libbpf_version.h |
cut
-d' ' -f3)
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/
H
A
D
pstore_post_reboot_tests
25
mount_point=`echo ${mount_info} |
cut
-d' ' -f2 | head -n1`
30
mount_point=`grep pstore /proc/mounts |
cut
-d' ' -f2 | head -n1`
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
stat_bpf_counters_cgrp.sh
34
find_cgroups_self_cgrp=$(grep perf_event /proc/self/cgroup |
cut
-d: -f3)
37
find_cgroups_self_cgrp=$(grep ^0: /proc/self/cgroup |
cut
-d: -f3)
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H
A
D
pstore_post_reboot_tests
25
mount_point=`echo ${mount_info} |
cut
-d' ' -f2 | head -n1`
30
mount_point=`grep pstore /proc/mounts |
cut
-d' ' -f2 | head -n1`
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
netdevice.sh
163
MASTER_IFACE="$(echo $1 |
cut
-d@ -f2)"
166
IFACE_TO_TEST="$(echo $1 |
cut
-d@ -f1)"
198
ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' |
cut
-d\ -f2 |
cut
-d: -f1> "$TMP_LIST_NETDEV"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
netdevice.sh
163
MASTER_IFACE="$(echo $1 |
cut
-d@ -f2)"
166
IFACE_TO_TEST="$(echo $1 |
cut
-d@ -f1)"
198
ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' |
cut
-d\ -f2 |
cut
-d: -f1> "$TMP_LIST_NETDEV"
Completed in 6 milliseconds
1
2
3
4
5
6