Home
last modified time | relevance | path

Searched refs:IFS (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/testing/selftests/rseq/
H A Drun_param_test.sh8 OLDIFS="$IFS"
9 IFS=$'\n'
31 IFS="$OLDIFS"
64 OLDIFS="$IFS"
65 IFS=$'\n'
77 IFS="$OLDIFS"
91 OLDIFS="$IFS"
92 IFS=$'\n'
98 IFS="$OLDIFS"
/linux/samples/pktgen/
H A Dfunctions.sh219 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
/linux/scripts/
H A Dld-version.sh12 IFS=.
25 IFS='
30 IFS=' '
H A Das-version.sh14 IFS=.
46 IFS='
51 IFS=' '
H A Drustc-version.sh15 IFS=.
H A Drustc-llvm-version.sh11 IFS=.
H A Dcc-version.sh26 IFS=.
H A Ddecode_stacktrace.sh282 IFS='#' read -ra spaces <<<"$(shopt -s extglob; echo "${1//+([^[:space:]])/#}")"
H A Dcheck-uapi.sh60 local IFS="$1"
/linux/tools/perf/
H A Dperf-completion.sh179 OLD_IFS="$IFS"
180 IFS=" "
184 IFS="$OLD_IFS"
241 local c IFS=$' \t\n'
261 local c IFS=$' \t\n'
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-intel-ifs9 Description: Write <cpu#> to trigger IFS test for one online core.
38 Description: Version (hexadecimal) of loaded IFS test image. If no test image
47 Description: Write a number less than or equal to 0xff to load an IFS test image.
50 Reading the file will provide the suffix of the currently loaded IFS test image.
/linux/tools/testing/selftests/power_supply/
H A Dhelpers.sh120 OLDIFS=$IFS
121 IFS=",$IFS"
135 IFS=$OLDIFS
/linux/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh
H A Dtest_data_symbol.sh34 while IFS= read -r line; do
H A Drecord.sh295 while IFS= read -r line
/linux/scripts/package/
H A Dmkspec51 IFS=' '
54 IFS=.
/linux/arch/powerpc/tools/
H A Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_uprobe.tc26 while IFS= read -r line; do
/linux/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh57 IFS=$'\n'
/linux/tools/testing/selftests/net/
H A Dipvtap_test.sh125 while IFS= read -r nsip_out; do
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh729 OLDIFS=$IFS
730 IFS='*'
744 IFS=$OLDIFS
1399 unset IFS
1466 IFS="
/linux/Documentation/sound/cards/
H A Dmultisound.sh390 save_IFS="${IFS}"
391 IFS="${IFS}:"
412 IFS="$save_IFS"
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh120 while IFS=$'\t' read -r name url; do
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh651 IFS=, read -r id ip flags dev port <<< "${entry}"
/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh368 IFS=':' read -r type args <<< "$target"
1427 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)

12