Home
last modified time | relevance | path

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

12

/Linux-v6.6/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-v6.6/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-v6.6/scripts/
Dld-version.sh12 IFS=.
25 IFS='
30 IFS=' '
Das-version.sh14 IFS=.
46 IFS='
51 IFS=' '
Dcc-version.sh26 IFS=.
Dgfp-translate74 IFS="
Drust_is_available.sh17 IFS=.
/Linux-v6.6/tools/perf/
Dperf-completion.sh176 OLD_IFS="$IFS"
177 IFS=" "
179 IFS="$OLD_IFS"
226 local c IFS=$' \t\n'
246 local c IFS=$' \t\n'
/Linux-v6.6/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-v6.6/tools/perf/tests/shell/
Dtest_data_symbol.sh26 while IFS= read -r line; do
/Linux-v6.6/arch/powerpc/tools/
Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
/Linux-v6.6/tools/perf/trace/beauty/
Darch_errno_names.sh52 |IFS=, create_errno_lookup_func "$arch"
/Linux-v6.6/Documentation/sound/cards/
Dmultisound.sh390 save_IFS="${IFS}"
391 IFS="${IFS}:"
412 IFS="$save_IFS"
/Linux-v6.6/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh553 unset IFS
620 IFS="
/Linux-v6.6/drivers/net/ethernet/amd/
Damd8111e.h99 #define IFS 0x18D /* Inter-frame spacing register */ macro
/Linux-v6.6/tools/testing/selftests/bpf/
Dvmtest.sh87 while IFS=$'\t' read -r name url; do
/Linux-v6.6/tools/testing/selftests/wireguard/
Dnetns.sh593 saved_ifs="$IFS"
594 IFS=,
596 IFS="$saved_ifs"
/Linux-v6.6/tools/testing/selftests/drivers/net/team/
Dnet_forwarding_lib.sh1206 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/Linux-v6.6/tools/testing/selftests/net/forwarding/
Dlib.sh1206 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/Linux-v6.6/tools/testing/selftests/drivers/net/bonding/
Dnet_forwarding_lib.sh1206 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/Linux-v6.6/tools/testing/selftests/drivers/net/dsa/
Dlib.sh1206 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
/Linux-v6.6/tools/testing/selftests/net/
Dpmtu.sh2016 unset IFS
2269 IFS="
/Linux-v6.6/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1608 IFS='
/Linux-v6.6/Documentation/admin-guide/laptops/
Dlaptop-mode.rst405 IFS='.' read a b c
/Linux-v6.6/Documentation/filesystems/
Dcoda.rst148 filesystem (VFS) layer, which is named I/O Manager in NT and IFS

12