/titanic_51/usr/src/cmd/ibd_upgrade/ |
H A D | ibd_upgrade.sh | 28 ORIGIFS="${IFS}" 46 IFS=":" 50 IFS="@" 53 IFS="," 59 IFS="${ORIGIFS}" 78 IFS="d" 80 IFS="${ORIGIFS}" 88 IFS="," 90 IFS="${ORIGIFS}" 143 IFS [all...] |
/titanic_51/usr/src/cmd/svc/milestone/ |
H A D | net-physical | 129 ORIGIFS="$IFS" 130 IFS="$IFS." 132 IFS="$ORIGIFS" 166 ORIGIFS="$IFS" 167 IFS="$IFS." 169 IFS="$ORIGIFS" 200 ORIGIFS="$IFS" 201 IFS [all...] |
/titanic_51/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_net_physical.sh | 102 ORIGIFS="$IFS" 103 IFS="$IFS." 105 IFS="$ORIGIFS" 139 ORIGIFS="$IFS" 140 IFS="$IFS." 142 IFS="$ORIGIFS" 338 ORIGIFS="$IFS" 339 IFS [all...] |
/titanic_51/usr/src/cmd/print/scripts/ |
H A D | getppds | 38 SaveIFS="$IFS" 76 IFS="$NoSpaceTabIFS" 79 IFS="$SaveIFS" 99 IFS="$NoSpaceTabIFS" 102 IFS="$SaveIFS"
|
H A D | ppdmgr | 371 IFS="$NoSpaceTabIFS" 373 IFS="$SaveIFS" 386 IFS="$NoSpaceTabIFS" 388 IFS="$SaveIFS" 476 IFS="$NoSpaceTabIFS" 478 IFS="$SaveIFS" 498 IFS="$NoSpaceTabIFS" 500 IFS="$SaveIFS" 1399 SaveIFS="$IFS"
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mamprobe.sh | 129 ifs=${IFS-' 131 IFS=: 133 IFS=$ifs 155 ifs=${IFS-' 157 IFS=/ 159 IFS=$ifs
|
H A D | rt.sh | 75 ifs=${IFS:-$' \t\n'} 166 IFS=${IFS}"," 168 IFS=$ifs 189 IFS=${IFS}"," 191 IFS=$ifs
|
H A D | mkdir.sh | 48 then ifs=${IFS-' 50 IFS=/ 52 IFS=$ifs
|
H A D | crossexec.sh | 100 ifs=${IFS-' 103 do IFS=' ' 106 IFS=$ifs
|
/titanic_51/usr/src/cmd/initpkg/ |
H A D | umountall.sh | 225 OIFS=$IFS 226 IFS=":" 229 IFS=$OIFS 236 OIFS=$IFS 237 IFS="/@" 243 IFS=$OIFS
|
/titanic_51/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 87 ORIGIFS="$IFS" 88 IFS="${IFS}:" 90 IFS="$ORIGIFS" 103 ORIGIFS="$IFS" 104 IFS="${IFS}:" 106 IFS="$ORIGIFS" 163 /sbin/ipmpstat -gP -o groupname,group | while IFS=: read name ifname; do
|
/titanic_51/usr/src/lib/libshell/common/scripts/ |
H A D | simplefiletree1.sh | 60 typeset IFS='/' 109 IFS=$'\n' ; typeset -a filenames=( $(find "$1" -type f) ) ; IFS=$' \t\n'
|
H A D | rssread.sh | 86 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code> 93 while IFS='' read -r i ; do 122 while IFS=$'\n' read hexchunksize ; do 463 while IFS='' read -r -N 1 c ; do 473 IFS='' read -r -N 1 c 479 IFS='' read -r -d '>' c 488 IFS='' read -r -N 1 c || break
|
H A D | shtinyurl.sh | 58 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code> 65 while IFS='' read -r i ; do 94 while IFS=$'\r' read hexchunksize &&
|
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/ |
H A D | simplefiletree1.sh | 60 typeset IFS='/' 109 IFS=$'\n' ; typeset -a filenames=( $(find "$1" -type f) ) ; IFS=$' \t\n'
|
H A D | rssread.sh | 85 # we use '\r' as additional IFS to filter the final '\r' 86 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code> 93 while IFS='' read -r i ; do 122 while IFS=$'\n' read hexchunksize ; do 294 while IFS='' read -r -N 1 c ; do 301 while IFS='' read -r -N 1 c ; do 463 while IFS='' read -r -N 1 c ; do 473 IFS='' read -r -N 1 c 479 IFS='' read -r -d '>' c 488 IFS [all...] |
H A D | shtinyurl.sh | 57 # we use '\r' as additional IFS to filter the final '\r' 58 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code> 65 while IFS='' read -r i ; do 94 while IFS=$'\r' read hexchunksize &&
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | locale | 2 ifs=$IFS 6 do IFS=. 8 IFS=$ifs
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | variables.sh | 95 IFS=: 263 unset IFS 264 ( IFS=' ' ; read -r a b c <<-! 280 unset IFS x 284 IFS=': ' 286 IFS=' ' 299 print "$i" | IFS=": " read arg rem; g="($arg)($rem)" 321 IFS=' ' 413 unset IFS 530 IFS='|' [all …]
|
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | install-sh | 224 IFS="${IFS-$defaultIFS}" 226 oIFS=$IFS 227 # Some sh's can't handle IFS=/ for some reason. 228 IFS='%' 231 IFS=$oIFS
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | variables.sh | 95 IFS=: 263 unset IFS 264 ( IFS=' ' ; read -r a b c <<-! 268 then err_exit 'IFS=" " not causing adjacent space to be null string' 275 then err_exit 'IFS not restored after subshell' 278 # The next part generates 3428 IFS set/read tests. 280 unset IFS x 284 IFS=': ' 286 IFS=' ' 297 *) err_exit "IFS [all...] |
/titanic_51/usr/src/cmd/bnu/ |
H A D | Teardown | 25 export IFS PATH 26 IFS="
|
H A D | uulog | 28 export IFS PATH 29 IFS="
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | math.sh | 53 ifs=$IFS 68 *=*) IFS='=|' 70 IFS=$ifs 168 *=*) IFS='=|' 170 IFS=$ifs
|
/titanic_51/usr/src/tools/scripts/ |
H A D | xref.sh | 168 oldifs=$IFS 169 IFS=, 171 IFS=$oldifs
|