Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/testing/selftests/rseq/
Drun_param_test.sh8 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"
/linux-6.1.9/samples/pktgen/
Dfunctions.sh218 IFS='/' read net prefix <<< $1
230 IFS=$sep read -a addr <<< $net
258 IFS='/' read net prefix <<< $1
281 IFS=$sep read -ra ip <<< $net
298 min_ip=$(IFS=$sep; echo "${min[*]}")
299 max_ip=$(IFS=$sep; echo "${max[*]}")
315 IFS="-" read -ra port_list <<< $port_str
/linux-6.1.9/scripts/
Dld-version.sh12 IFS=.
25 IFS='
30 IFS=' '
Das-version.sh14 IFS=.
46 IFS='
51 IFS=' '
Dcc-version.sh28 IFS=.
Dgfp-translate74 IFS="
Drust_is_available.sh19 IFS=.
/linux-6.1.9/tools/perf/
Dperf-completion.sh171 OLD_IFS="$IFS"
172 IFS=" "
174 IFS="$OLD_IFS"
221 local c IFS=$' \t\n'
241 local c IFS=$' \t\n'
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-platform-intel-ifs5 Description: Write <cpu#> to trigger IFS test for one online core.
31 Description: Version (hexadecimal) of loaded IFS binary image. If no scan image
38 Description: Write "1" (or "y" or "Y") to reload the IFS image from
/linux-6.1.9/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh124 unset IFS
191 IFS="
/linux-6.1.9/arch/powerpc/tools/
Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
/linux-6.1.9/tools/perf/tests/shell/
Dtest_data_symbol.sh32 while IFS= read -r line; do
/linux-6.1.9/tools/perf/trace/beauty/
Darch_errno_names.sh54 |IFS=, create_errno_lookup_func "$arch"
/linux-6.1.9/Documentation/sound/cards/
Dmultisound.sh390 save_IFS="${IFS}"
391 IFS="${IFS}:"
412 IFS="$save_IFS"
/linux-6.1.9/tools/testing/selftests/bpf/
Dvmtest.sh81 while IFS=$'\t' read -r name url; do
/linux-6.1.9/drivers/net/ethernet/amd/
Damd8111e.h99 #define IFS 0x18D /* Inter-frame spacing register */ macro
/linux-6.1.9/tools/testing/selftests/wireguard/
Dnetns.sh571 saved_ifs="$IFS"
572 IFS=,
574 IFS="$saved_ifs"
/linux-6.1.9/tools/testing/selftests/drivers/net/dsa/
Dlib.sh1172 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/linux-6.1.9/tools/testing/selftests/drivers/net/bonding/
Dnet_forwarding_lib.sh1172 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/linux-6.1.9/tools/testing/selftests/drivers/net/team/
Dnet_forwarding_lib.sh1172 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/linux-6.1.9/tools/testing/selftests/net/forwarding/
Dlib.sh1172 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/linux-6.1.9/tools/testing/selftests/net/
Dpmtu.sh1981 unset IFS
2234 IFS="
/linux-6.1.9/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1608 IFS='
/linux-6.1.9/Documentation/admin-guide/laptops/
Dlaptop-mode.rst405 IFS='.' read a b c
/linux-6.1.9/Documentation/filesystems/
Dcoda.rst148 filesystem (VFS) layer, which is named I/O Manager in NT and IFS

12