HomeSort by relevance Sort by last modified time
    Searched refs:IFS (Results 1 - 25 of 69) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/bnu/
Teardown 25 export IFS PATH
26 IFS="
uulog 28 export IFS PATH
29 IFS="
Uutry 24 export IFS PATH
25 IFS="
uuto 77 export IFS PATH
78 IFS="
SetUp 48 export IFS PATH
49 IFS="
uupick 29 export IFS PATH
30 IFS="
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
getppds 38 SaveIFS="$IFS"
76 IFS="$NoSpaceTabIFS"
79 IFS="$SaveIFS"
99 IFS="$NoSpaceTabIFS"
102 IFS="$SaveIFS"
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7ctokgen 34 IFS=","
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
net-physical 112 ORIGIFS="$IFS"
113 IFS="$IFS."
115 IFS="$ORIGIFS"
147 ORIGIFS="$IFS"
148 IFS="$IFS."
150 IFS="$ORIGIFS"
181 ORIGIFS="$IFS"
182 IFS="$IFS.
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
simplefiletree1.sh 61 typeset IFS='/'
106 IFS=$'\n' ; typeset -a filenames=( $(find "$1" -type f) ) ; IFS=$' \t\n'
shtinyurl.sh 58 # we use '\r' as additional IFS to filter the final '\r'
59 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
66 while IFS='' read -r i ; do
95 while IFS=$'\r' read hexchunksize &&
xmldocumenttree1.sh 161 while IFS='' read -r -N 1 c ; do
171 IFS='' read -r -N 1 c
177 IFS='' read -r -d '>' c
186 IFS='' read -r -N 1 c || break
rssread.sh 86 # we use '\r' as additional IFS to filter the final '\r'
87 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
94 while IFS='' read -r i ; do
123 while IFS=$'\n' read hexchunksize ; do
295 while IFS='' read -r -N 1 c ; do
302 while IFS='' read -r -N 1 c ; do
464 while IFS='' read -r -N 1 c ; do
474 IFS='' read -r -N 1 c
480 IFS='' read -r -d '>' c
489 IFS='' read -r -N 1 c || brea
    [all...]
shnote.sh 90 # we use '\r' as additional IFS to filter the final '\r'
91 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
98 while IFS='' read -r i ; do
127 while IFS=$'\r' read hexchunksize &&
shtwitter.sh 112 # we use '\r' as additional IFS to filter the final '\r'
113 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
120 while IFS='' read -r i ; do
149 while IFS=$'\r' read hexchunksize &&
  /onnv/onnv-gate/usr/src/cmd/svc/shell/
net_include.sh 74 ORIGIFS="$IFS"
75 IFS="${IFS}:"
77 IFS="$ORIGIFS"
90 ORIGIFS="$IFS"
91 IFS="${IFS}:"
93 IFS="$ORIGIFS"
150 /sbin/ipmpstat -gP -o groupname,group | while IFS=: read name ifname; do
fs_include.sh 231 set -- `IFS=, ; echo $2`
259 set -- `IFS=, ; echo $opts`
  /onnv/onnv-gate/usr/src/grub/grub-0.97/
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
  /onnv/onnv-gate/usr/src/cmd/xvm/ipagent/
ipagent.ksh 77 dladm show-link -p -o link,state | while IFS=: read LINKNAME STATE;
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/exportfs/
exportfs.sh 42 IFS=, ; set - $OPTS ; IFS=" "
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcnetr/
postinstall 118 ORIGIFS="$IFS"
119 IFS="$IFS."
121 IFS="$ORIGIFS"
  /onnv/onnv-gate/usr/src/cmd/initpkg/
umountall.sh 226 OIFS=$IFS
227 IFS=":"
230 IFS=$OIFS
  /onnv/onnv-gate/usr/src/tools/scripts/
xref.sh 169 oldifs=$IFS
170 IFS=,
172 IFS=$oldifs
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
heredoc.sh 130 if [[ $( IFS=:;cat <<-!
131 $IFS$(print hi)$IFS
133 then err_exit '$IFS unset by command substitution in here docs'
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=': '; set -- '$i'; expected '$s' got '$g'" ;
    [all...]

Completed in 360 milliseconds

1 2 3