Searched refs:IFS (Results 1 - 25 of 63) sorted by relevance

123

/illumos-gate/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="
H A DSetUp48 export IFS PATH
49 IFS="
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dgetppds38 SaveIFS="$IFS"
76 IFS="$NoSpaceTabIFS"
79 IFS="$SaveIFS"
99 IFS="$NoSpaceTabIFS"
102 IFS="$SaveIFS"
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7ctokgen34 IFS=","
/illumos-gate/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 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 &&
H A Dxmldocumenttree1.sh160 while IFS='' read -r -N 1 c ; do
170 IFS='' read -r -N 1 c
176 IFS='' read -r -d '>' c
185 IFS='' read -r -N 1 c || break
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 Dshnote.sh89 # we use '\r' as additional IFS to filter the final '\r'
90 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 &&
H A Dshtwitter.sh111 # we use '\r' as additional IFS to filter the final '\r'
112 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
119 while IFS='' read -r i ; do
148 while IFS=$'\r' read hexchunksize &&
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh225 OIFS=$IFS
226 IFS=":"
229 IFS=$OIFS
236 OIFS=$IFS
237 IFS="/@"
243 IFS=$OIFS
/illumos-gate/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
/illumos-gate/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
H A Dfs_include.sh231 set -- `IFS=, ; echo $2`
259 set -- `IFS=, ; echo $opts`
/illumos-gate/usr/src/cmd/xvm/ipagent/
H A Dipagent.ksh77 dladm show-link -p -o link,state | while IFS=: read LINKNAME STATE;
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh42 IFS=, ; set - $OPTS ; IFS=" "
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dheredoc.sh130 if [[ $( IFS=:;cat <<-!
131 $IFS$(print hi)$IFS
133 then err_exit '$IFS unset by command substitution in here docs'
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...]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh168 oldifs=$IFS
169 IFS=,
171 IFS=$oldifs

Completed in 147 milliseconds

123