Home
last modified time | relevance | path

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

12

/linux-6.12.1/tools/testing/selftests/rseq/
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.12.1/samples/pktgen/
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.12.1/scripts/
Dld-version.sh12 IFS=.
25 IFS='
30 IFS=' '
Das-version.sh14 IFS=.
46 IFS='
51 IFS=' '
Drustc-version.sh15 IFS=.
Drustc-llvm-version.sh11 IFS=.
Dcc-version.sh26 IFS=.
Drust_is_available.sh17 IFS=.
Dcheck-uapi.sh59 local IFS="$1"
/linux-6.12.1/tools/perf/
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.12.1/Documentation/ABI/testing/
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.12.1/tools/testing/selftests/power_supply/
Dhelpers.sh120 OLDIFS=$IFS
121 IFS=","
135 IFS=$OLDIFS
/linux-6.12.1/tools/gpio/
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.12.1/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh269 OLDIFS=$IFS
270 IFS='*'
284 IFS=$OLDIFS
773 unset IFS
840 IFS="
/linux-6.12.1/arch/powerpc/tools/
Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
/linux-6.12.1/tools/perf/tests/shell/
Dtest_data_symbol.sh36 while IFS= read -r line; do
/linux-6.12.1/tools/testing/selftests/dt/
Dtest_unprobed_devices.sh57 IFS=$'\n'
/linux-6.12.1/tools/perf/trace/beauty/
Darch_errno_names.sh52 |IFS=, create_errno_lookup_func "$arch"
/linux-6.12.1/Documentation/sound/cards/
Dmultisound.sh390 save_IFS="${IFS}"
391 IFS="${IFS}:"
412 IFS="$save_IFS"
/linux-6.12.1/tools/testing/selftests/wireguard/
Dnetns.sh593 saved_ifs="$IFS"
594 IFS=,
596 IFS="$saved_ifs"
/linux-6.12.1/drivers/net/ethernet/amd/
Damd8111e.h99 #define IFS 0x18D /* Inter-frame spacing register */ macro
/linux-6.12.1/tools/testing/selftests/bpf/
Dvmtest.sh111 while IFS=$'\t' read -r name url; do
/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_lib.sh561 IFS=, read -r id ip flags dev port <<< "${entry}"
/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dlib.sh1460 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/linux-6.12.1/tools/testing/selftests/net/
Dpmtu.sh2113 unset IFS
2366 IFS="

12