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

12

/ast/src/cmd/INIT/
H A Dmkdir.sh48 then ifs=${IFS-'
50 IFS=/
52 IFS=$ifs
H A Dcrossexec.sh100 ifs=${IFS-'
103 do IFS=' '
106 IFS=$ifs
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 DMakefile136 ifs=$IFS
143 ?*) IFS='='
145 IFS=$ifs macro
259 ifs=$IFS
260 IFS=. macro
262 IFS=$ifs macro
H A Dpackage.sh565 ifs=${IFS-'
1271 _ifs_=$IFS
1272 IFS=,
1274 IFS=$_ifs_
1556 IFS=':'
1558 IFS=$ifs
1956 IFS=:
1957 set /$IFS$PATH
1958 IFS=$ifs
2025 *-*) IFS
[all...]
/ast/src/cmd/pax/
H A Dbax.sh37 ifs=${IFS-'
39 IFS=:
41 IFS=$ifs
/ast/src/cmd/ksh93/tests/
H A Dreadcsv.sh46 IFS=${2-,}
56 do delim=$IFS
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...]
H A Dvartree2.sh60 IFS='-' read dummy a b c d e f <<<"$i"
127 IFS='-' read dummy a b c d e f <<<"$i"
H A Dtilde.sh41 typeset IFS=: pwd=/etc/passwd
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 Dvartree1.sh55 IFS='-' read dummy a b c d e f <<<"$i"
H A Dquoting.sh207 IFS=,
211 then err_exit "field splitting of $x with IFS=$IFS not working"
/ast/src/cmd/ie/
H A Die.sh112 ifs=${IFS-'
114 IFS=:
116 IFS=$ifs
/ast/src/cmd/mam/
H A Dmamexec.sh159 _ifs_=$IFS
160 while IFS=' '; $_read_ _op_ _arg_ _val_
161 do IFS=$_ifs_
328 IFS=$_ifs_
/ast/src/cmd/ksh93/features/
H A Dmath.sh53 ifs=$IFS
68 *=*) IFS='=|'
70 IFS=$ifs
168 *=*) IFS='=|'
170 IFS=$ifs
/ast/src/cmd/std/
H A Dshar.sh119 IFS=$'\n'
170 then contents="$contents$IFS${file##*/}"
171 else contents="$contents$IFS$file"
177 contdirs="$contdirs$IFS$file/ "
422 IFS=$'\n' # this line should not be needed
/ast/src/cmd/3d/features/
H A Dsyscall.sh298 ifs=${IFS-'
301 do IFS=" "
304 IFS=$ifs
686 *) IFS=$comma
690 IFS=$ifs
755 IFS=$comma
757 IFS=$ifs
950 *) IFS=$comma
954 IFS=$ifs
1052 *) IFS
[all...]
/ast/src/cmd/warp/
H A Dwarp.sh145 ifs=${IFS-'
147 IFS=:
149 IFS=$ifs
/ast/src/lib/libcs/
H A Dgenlocal.sh78 "") ifs=${IFS-'
80 IFS=:
82 IFS=$ifs
/ast/src/cmd/3d/
H A D3d.sh218 *:*) ifs=${IFS-'
220 IFS=:
233 IFS=$ifs
/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh52 IFS=:
57 unset IFS
/ast/src/lib/libpp/
H A DMakefile52 ifs=$IFS
53 IFS=. macro
55 IFS=$ifs macro
/ast/src/cmd/html/
H A Dmm2html.sh204 ifs=${IFS-$'\n\t'}
233 IFS="${IFS},"
235 IFS=$ifs
477 do IFS= read -r -u$fd a || {
655 IFS=' '
657 IFS=$ifs
1112 else IFS=:
1114 IFS=$ifs
1546 ?*) IFS
[all...]

Completed in 35 milliseconds

12