Home
last modified time | relevance | path

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

12

/linux-6.15/tools/testing/selftests/rseq/
H A Drun_param_test.sh8 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"
/linux-6.15/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-6.15/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 Dextract-fwblobs19 while IFS= read -r entry; do
H A Dcc-version.sh26 IFS=.
H A Drust_is_available.sh17 IFS=.
/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/power_supply/
H A Dhelpers.sh120 OLDIFS=$IFS
121 IFS=","
135 IFS=$OLDIFS
/linux-6.15/tools/gpio/
H A Dgpio-sloppy-logic-analyzer.sh126 oldifs="$IFS"
127 IFS=','; for trig in $1; do
129 IFS='+'; for elem in $trig; do
145 IFS="$oldifs"
/linux-6.15/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh271 OLDIFS=$IFS
272 IFS='*'
286 IFS=$OLDIFS
780 unset IFS
847 IFS="
/linux-6.15/arch/powerpc/tools/
H A Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
/linux-6.15/tools/perf/tests/shell/
H A Dtest_data_symbol.sh34 while IFS= read -r line; do
H A Drecord.sh243 while IFS= read -r line
/linux-6.15/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh57 IFS=$'\n'
/linux-6.15/tools/perf/trace/beauty/
H A Darch_errno_names.sh52 |IFS=, create_errno_lookup_func "$arch"
/linux-6.15/Documentation/sound/cards/
H A Dmultisound.sh390 save_IFS="${IFS}"
391 IFS="${IFS}:"
412 IFS="$save_IFS"
/linux-6.15/scripts/bash-completion/
H A Dmake9 local ifs=$IFS IFS=: dir compfile this_dir
14 IFS=$ifs
/linux-6.15/drivers/net/ethernet/amd/
H A Damd8111e.h99 #define IFS 0x18D /* Inter-frame spacing register */ macro
/linux-6.15/tools/testing/selftests/wireguard/
H A Dnetns.sh594 saved_ifs="$IFS"
595 IFS=,
597 IFS="$saved_ifs"
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh582 IFS=, read -r id ip flags dev port <<< "${entry}"
/linux-6.15/tools/testing/selftests/bpf/
H A Dvmtest.sh111 while IFS=$'\t' read -r name url; do

12