Home
last modified time | relevance | path

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

123

/titanic_44/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_44/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="$IFS."
203 IFS="$ORIGIFS"
379 ORIGIFS="$IFS"
[all …]
/titanic_44/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="${IFS}."
381 IFS="$ORIGIFS"
/titanic_44/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_44/usr/src/cmd/initpkg/
H A Dumountall.sh225 OIFS=$IFS
226 IFS=":"
229 IFS=$OIFS
236 OIFS=$IFS
237 IFS="/@"
243 IFS=$OIFS
/titanic_44/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_44/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 &&
H A Dsimplefileattributetree1.sh61 typeset IFS='/'
194IFS=$'\n' ; typeset -a findls_lines=( $(ulimit -c 0 ; LC_ALL=C find "$1" -type f -ls) ) ; IFS=$' \…
H A Dshnote.sh90 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
97 while IFS='' read -r i ; do
126 while IFS=$'\r' read hexchunksize &&
/titanic_44/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 …]
H A Dheredoc.sh130 if [[ $( IFS=:;cat <<-!
131 $IFS$(print hi)$IFS
/titanic_44/usr/src/grub/grub-0.97/
H A Dinstall-sh224 IFS="${IFS-$defaultIFS}"
226 oIFS=$IFS
228 IFS='%'
231 IFS=$oIFS
H A Dconfigure111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
114 IFS=$as_save_IFS
132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
135 IFS=$as_save_IFS
240 IFS=" $as_nl"
1076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1079 IFS=$as_save_IFS
1429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
[all …]
/titanic_44/usr/src/cmd/bnu/
H A DTeardown25 export IFS PATH
26 IFS="
H A Duulog28 export IFS PATH
29 IFS="
H A DUutry24 export IFS PATH
25 IFS="
H A Duuto77 export IFS PATH
78 IFS="
/titanic_44/usr/src/tools/scripts/
H A Dxref.sh168 oldifs=$IFS
169 IFS=,
171 IFS=$oldifs
H A Dws.sh165 ofs=$IFS
166 IFS=": "
174 IFS=$ofs
H A DInstall.sh528 OIFS="$IFS"
529 IFS="
532 IFS="$OIFS"
537 OIFS="$IFS"
538 IFS="
541 IFS="$OIFS"
/titanic_44/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh52 IFS=:
57 unset IFS
/titanic_44/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh42 IFS=, ; set - $OPTS ; IFS=" "

123