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:IFS
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H
A
D
run_param_test.sh
8
OLDIFS="$
IFS
"
9
IFS
=$'\n'
31
IFS
="$OLDIFS"
54
OLDIFS="$
IFS
"
55
IFS
=$'\n'
67
IFS
="$OLDIFS"
81
OLDIFS="$
IFS
"
82
IFS
=$'\n'
88
IFS
="$OLDIFS"
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H
A
D
run_param_test.sh
8
OLDIFS="$
IFS
"
9
IFS
=$'\n'
31
IFS
="$OLDIFS"
59
OLDIFS="$
IFS
"
60
IFS
=$'\n'
72
IFS
="$OLDIFS"
86
OLDIFS="$
IFS
"
87
IFS
=$'\n'
93
IFS
="$OLDIFS"
/kernel/linux/linux-5.10/scripts/
H
A
D
lld-version.sh
14
IFS
=.
22
IFS
='
27
IFS
=' '
H
A
D
as-version.sh
14
IFS
=.
46
IFS
='
51
IFS
=' '
H
A
D
gfp-translate
74
IFS
="
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
functions.sh
213
IFS
='/' read net prefix <<< $1
225
IFS
=$sep read -a addr <<< $net
253
IFS
='/' read net prefix <<< $1
276
IFS
=$sep read -ra ip <<< $net
293
min_ip=$(
IFS
=$sep; echo "${min[*]}")
294
max_ip=$(
IFS
=$sep; echo "${max[*]}")
310
IFS
="-" read -ra port_list <<< $port_str
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
functions.sh
219
IFS
='/' read net prefix <<< $1
231
IFS
=$sep read -a addr <<< $net
259
IFS
='/' read net prefix <<< $1
282
IFS
=$sep read -ra ip <<< $net
299
min_ip=$(
IFS
=$sep; echo "${min[*]}")
300
max_ip=$(
IFS
=$sep; echo "${max[*]}")
316
IFS
="-" read -ra port_list <<< $port_str
/kernel/linux/linux-6.6/scripts/
H
A
D
ld-version.sh
12
IFS
=.
25
IFS
='
30
IFS
=' '
H
A
D
as-version.sh
14
IFS
=.
46
IFS
='
51
IFS
=' '
H
A
D
cc-version.sh
26
IFS
=.
H
A
D
gfp-translate
74
IFS
="
H
A
D
rust_is_available.sh
17
IFS
=.
/kernel/linux/linux-5.10/tools/perf/
H
A
D
perf-completion.sh
176
OLD_IFS="$
IFS
"
177
IFS
=" "
179
IFS
="$OLD_IFS"
226
local c
IFS
=$' \t\n'
246
local c
IFS
=$' \t\n'
/kernel/linux/linux-6.6/tools/perf/
H
A
D
perf-completion.sh
176
OLD_IFS="$
IFS
"
177
IFS
=" "
179
IFS
="$OLD_IFS"
226
local c
IFS
=$' \t\n'
246
local c
IFS
=$' \t\n'
/kernel/linux/build/test/kernel_ltp/
H
A
D
generate_config.sh
24
IFS
=$'\n'
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
test_data_symbol.sh
26
while
IFS
= read -r line; do
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H
A
D
arch_errno_names.sh
52
|
IFS
=, create_errno_lookup_func "$arch"
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H
A
D
arch_errno_names.sh
64
|
IFS
=, create_errno_lookup_func "$arch"
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H
A
D
openvswitch.sh
566
unset
IFS
633
IFS
="
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
vmtest.sh
87
while
IFS
=$'\t' read -r name url; do
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H
A
D
netns.sh
581
saved_ifs="$
IFS
"
582
IFS
=,
584
IFS
="$saved_ifs"
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H
A
D
netns.sh
593
saved_ifs="$
IFS
"
594
IFS
=,
596
IFS
="$saved_ifs"
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
amd8111e.h
99
#define
IFS
0x18D /* Inter-frame spacing register */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
amd8111e.h
99
#define
IFS
0x18D /* Inter-frame spacing register */
macro
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
pmtu.sh
1644
unset
IFS
1884
IFS
="
Completed in 15 milliseconds
1
2