/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/ |
H A D | lib.sh | 26 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 D | run_param_test.sh | 8 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 D | functions.sh | 219 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 D | ld-version.sh | 12 IFS=. 25 IFS=' 30 IFS=' '
|
H A D | as-version.sh | 14 IFS=. 46 IFS=' 51 IFS=' '
|
H A D | cc-version.sh | 26 IFS=.
|
/openbmc/qemu/scripts/ |
H A D | update-syscalltbl.sh | 38 OFS="$IFS" 39 IFS=, 43 IFS="$OFS"
|
/openbmc/ipmitool/contrib/ |
H A D | create_webpage_compact.sh | 61 IFS=" 69 IFS=, 96 IFS=" " 102 IFS=,
|
H A D | create_webpage.sh | 61 IFS=" 69 IFS=, 102 IFS=" " 110 IFS=,
|
H A D | collect_data.sh | 17 IFS=" 22 IFS=,
|
H A D | create_rrds.sh | 17 IFS=" 22 IFS=,
|
/openbmc/openbmc/poky/scripts/ |
H A D | send-pull-request | 44 export IFS=$',\n' 56 unset IFS 141 export IFS=$',' 145 unset IFS
|
/openbmc/linux/tools/perf/ |
H A D | perf-completion.sh | 176 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 D | common.qemu | 93 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 D | buildstats.sh | 107 IFS=":" 158 IFS=' '; valuesarray=(${times}); IFS=':'
|
H A D | buildstats-plot.sh | 112 IFS=':'; statsarray=(${STATS}); unset IFS
|
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
H A D | init | 40 old_ifs="${IFS}" 41 IFS=: 43 IFS="${old_ifs}"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-intel-ifs | 9 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 D | profile | 34 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 D | phosphor-ipmi-config.bbappend | 56 OLDIFS="$IFS" 58 IFS='|' 60 IFS="$OLDIFS"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | acinclude.m4 | 152 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 D | samhain-avoid-searching-host-for-postgresql.patch | 23 - OLD_IFS="$IFS" 24 - IFS=":" 32 - IFS="${OLD_IFS}"
|
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/ |
H A D | me-time-sync.sh | 10 IFS=' ' read -r -a a <<< "${ret}"
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | import | 9 (find . -name "*.hpp" -print0 || true) | while IFS= read -r -d '' f
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/ |
H A D | run-ptest | 39 while IFS=': ' read -r t t_log ; do
|