Searched refs:IFS (Results 1 – 25 of 26) sorted by relevance
12
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"
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=' '
26 IFS=.
74 IFS="
19 IFS=.
176 OLD_IFS="$IFS"177 IFS=" "179 IFS="$OLD_IFS"226 local c IFS=$' \t\n'246 local c IFS=$' \t\n'
5 Description: Write <cpu#> to trigger IFS test for one online core.31 Description: Version (hexadecimal) of loaded IFS binary image. If no scan image38 Description: Write a number less than or equal to 0xff to load an IFS test image.41 Reading the file will provide the suffix of the currently loaded IFS test image.
124 unset IFS191 IFS="
26 while IFS= read -r line; do
47 while IFS=: read -r from branch to sym; do
54 |IFS=, create_errno_lookup_func "$arch"
390 save_IFS="${IFS}"391 IFS="${IFS}:"412 IFS="$save_IFS"
99 #define IFS 0x18D /* Inter-frame spacing register */ macro
87 while IFS=$'\t' read -r name url; do
571 saved_ifs="$IFS"572 IFS=,574 IFS="$saved_ifs"
1159 $(for a in "$@"; do printf "%q${IFS:0:1}" "$a"; done)
1981 unset IFS2234 IFS="
1608 IFS='
405 IFS='.' read a b c
148 filesystem (VFS) layer, which is named I/O Manager in NT and IFS
Completed in 44 milliseconds