Home
last modified time | relevance | path

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

123

/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/
H A Dlib.sh26 local oldifs="$IFS"
27 IFS=:
32 IFS="$oldifs"
67 local oldifs="$IFS"
76 IFS=.
80 IFS="$oldifs"
85 IFS="$oldifs"
92 IFS="$oldifs"
109 IFS=:
149 IFS="$oldifs"
[all …]
/openbmc/linux/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"
/openbmc/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
/openbmc/linux/scripts/
H A Dld-version.sh12 IFS=.
25 IFS='
30 IFS=' '
H A Das-version.sh14 IFS=.
46 IFS='
51 IFS=' '
H A Dcc-version.sh26 IFS=.
/openbmc/qemu/scripts/
H A Dupdate-syscalltbl.sh38 OFS="$IFS"
39 IFS=,
43 IFS="$OFS"
/openbmc/ipmitool/contrib/
H A Dcreate_webpage_compact.sh61 IFS="
69 IFS=,
96 IFS=" "
102 IFS=,
H A Dcreate_webpage.sh61 IFS="
69 IFS=,
102 IFS=" "
110 IFS=,
H A Dcollect_data.sh17 IFS="
22 IFS=,
H A Dcreate_rrds.sh17 IFS="
22 IFS=,
/openbmc/openbmc/poky/scripts/
H A Dsend-pull-request44 export IFS=$',\n'
56 unset IFS
141 export IFS=$','
145 unset IFS
/openbmc/linux/tools/perf/
H A Dperf-completion.sh176 OLD_IFS="$IFS"
177 IFS=" "
179 IFS="$OLD_IFS"
226 local c IFS=$' \t\n'
246 local c IFS=$' \t\n'
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.qemu93 while IFS= read ${read_timeout} resp <&${QEMU_OUT[$h]}
240 old_IFS=$IFS
241 IFS="%"
253 IFS=$old_IFS
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats.sh107 IFS=":"
158 IFS=' '; valuesarray=(${times}); IFS=':'
H A Dbuildstats-plot.sh112 IFS=':'; statsarray=(${STATS}); unset IFS
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dinit40 old_ifs="${IFS}"
41 IFS=:
43 IFS="${old_ifs}"
/openbmc/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.
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dprofile34 IFS='[;' read -t 2 -p $(printf '\e7\e[r\e[999;999H\e[6n\e8') -sd R _ y x _
47 IFS='[;R' read -t 2 -d R -r z y x _
49 IFS='[;R' read -r _ y x _
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend56 OLDIFS="$IFS"
58 IFS='|'
60 IFS="$OLDIFS"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A Dacinclude.m4152 ac_save_ifs=$IFS
153 IFS=':'
157 IFS=$ac_save_ifs
168 ac_save_ifs=$IFS
169 IFS=':'
173 IFS=$ac_save_ifs
264 qt_save_IFS=$IFS
265 IFS=':'
269 IFS=$qt_save_IFS
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-avoid-searching-host-for-postgresql.patch23 - OLD_IFS="$IFS"
24 - IFS=":"
32 - IFS="${OLD_IFS}"
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/
H A Dme-time-sync.sh10 IFS=' ' read -r -a a <<< "${ret}"
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dimport9 (find . -name "*.hpp" -print0 || true) | while IFS= read -r -d '' f
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A Drun-ptest39 while IFS=': ' read -r t t_log ; do

123