Home
last modified time | relevance | path

Searched refs:IFS (Results 1 – 25 of 120) sorted by relevance

12345

/titanic_51/usr/src/cmd/ibd_upgrade/
H A Dibd_upgrade.sh28 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 Dnet-physical129 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 Ds10_net_physical.sh102 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 Dgetppds38 SaveIFS="$IFS"
76 IFS="$NoSpaceTabIFS"
79 IFS="$SaveIFS"
99 IFS="$NoSpaceTabIFS"
102 IFS="$SaveIFS"
H A Dppdmgr371 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 Dmamprobe.sh129 ifs=${IFS-'
131 IFS=:
133 IFS=$ifs
155 ifs=${IFS-'
157 IFS=/
159 IFS=$ifs
H A Drt.sh75 ifs=${IFS:-$' \t\n'}
166 IFS=${IFS}","
168 IFS=$ifs
189 IFS=${IFS}","
191 IFS=$ifs
H A Dmkdir.sh48 then ifs=${IFS-'
50 IFS=/
52 IFS=$ifs
H A Dcrossexec.sh100 ifs=${IFS-'
103 do IFS=' '
106 IFS=$ifs
/titanic_51/usr/src/cmd/initpkg/
H A Dumountall.sh225 OIFS=$IFS
226 IFS=":"
229 IFS=$OIFS
236 OIFS=$IFS
237 IFS="/@"
243 IFS=$OIFS
/titanic_51/usr/src/cmd/svc/shell/
H A Dnet_include.sh87 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 Dsimplefiletree1.sh60 typeset IFS='/'
109 IFS=$'\n' ; typeset -a filenames=( $(find "$1" -type f) ) ; IFS=$' \t\n'
H A Drssread.sh86 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 Dshtinyurl.sh58 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 Dsimplefiletree1.sh60 typeset IFS='/'
109 IFS=$'\n' ; typeset -a filenames=( $(find "$1" -type f) ) ; IFS=$' \t\n'
H A Drssread.sh85 # 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 Dshtinyurl.sh57 # 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 Dlocale2 ifs=$IFS
6 do IFS=.
8 IFS=$ifs
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dvariables.sh95 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 Dinstall-sh224 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 Dvariables.sh95 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 DTeardown25 export IFS PATH
26 IFS="
H A Duulog28 export IFS PATH
29 IFS="
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh53 ifs=$IFS
68 *=*) IFS='=|'
70 IFS=$ifs
168 *=*) IFS='=|'
170 IFS=$ifs
/titanic_51/usr/src/tools/scripts/
H A Dxref.sh168 oldifs=$IFS
169 IFS=,
171 IFS=$oldifs

12345