Searched refs:IFS (Results 1 – 25 of 28) sorted by relevance
12
8 OLDIFS="$IFS"9 IFS=$'\n'31 IFS="$OLDIFS"64 OLDIFS="$IFS"65 IFS=$'\n'77 IFS="$OLDIFS"91 OLDIFS="$IFS"92 IFS=$'\n'98 IFS="$OLDIFS"
219 IFS='/' read net prefix <<< $1231 IFS=$sep read -a addr <<< $net259 IFS='/' read net prefix <<< $1282 IFS=$sep read -ra ip <<< $net299 min_ip=$(IFS=$sep; echo "${min[*]}")300 max_ip=$(IFS=$sep; echo "${max[*]}")316 IFS="-" read -ra port_list <<< $port_str
12 IFS=.25 IFS='30 IFS=' '
14 IFS=.46 IFS='51 IFS=' '
15 IFS=.
11 IFS=.
26 IFS=.
282 IFS='#' read -ra spaces <<<"$(shopt -s extglob; echo "${1//+([^[:space:]])/#}")"
60 local IFS="$1"
179 OLD_IFS="$IFS"180 IFS=" "184 IFS="$OLD_IFS"241 local c IFS=$' \t\n'261 local c IFS=$' \t\n'
9 Description: Write <cpu#> to trigger IFS test for one online core.38 Description: Version (hexadecimal) of loaded IFS test image. If no test image47 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.
120 OLDIFS=$IFS121 IFS=",$IFS"135 IFS=$OLDIFS
34 while IFS= read -r line; do
295 while IFS= read -r line
51 IFS=' '54 IFS=.
47 while IFS=: read -r from branch to sym; do
26 while IFS= read -r line; do
57 IFS=$'\n'
125 while IFS= read -r nsip_out; do
729 OLDIFS=$IFS730 IFS='*'744 IFS=$OLDIFS1399 unset IFS1466 IFS="
390 save_IFS="${IFS}"391 IFS="${IFS}:"412 IFS="$save_IFS"
120 while IFS=$'\t' read -r name url; do
651 IFS=, read -r id ip flags dev port <<< "${entry}"
368 IFS=':' read -r type args <<< "$target"1427 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)