Searched refs:IFS (Results 1 – 17 of 17) sorted by relevance
8 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"
218 IFS='/' read net prefix <<< $1230 IFS=$sep read -a addr <<< $net258 IFS='/' read net prefix <<< $1281 IFS=$sep read -ra ip <<< $net298 min_ip=$(IFS=$sep; echo "${min[*]}")299 max_ip=$(IFS=$sep; echo "${max[*]}")315 IFS="-" read -ra port_list <<< $port_str
12 IFS=.25 IFS='30 IFS=' '
14 IFS=.46 IFS='51 IFS=' '
28 IFS=.
74 IFS="
171 OLD_IFS="$IFS"172 IFS=" "174 IFS="$OLD_IFS"221 local c IFS=$' \t\n'241 local c IFS=$' \t\n'
47 while IFS=: read -r from branch to sym; do
64 |IFS=, create_errno_lookup_func "$arch"
390 save_IFS="${IFS}"391 IFS="${IFS}:"412 IFS="$save_IFS"
559 saved_ifs="$IFS"560 IFS=,562 IFS="$saved_ifs"
65 while IFS=$'\t' read -r name url; do
99 #define IFS 0x18D /* Inter-frame spacing register */ macro
1837 unset IFS2086 IFS="
1497 IFS='
405 IFS='.' read a b c
148 filesystem (VFS) layer, which is named I/O Manager in NT and IFS
Completed in 35 milliseconds