Searched refs:IFS (Results 126 - 150 of 396) sorted by relevance

1234567891011>>

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dautoload.v2163 IFS=':'
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dexp-tests269 OIFS="$IFS"
270 IFS=":$IFS"
272 # The special behavior of "$*", using the first character of $IFS as separator
276 IFS="$OIFS"
/macosx-10.10.1/curl-83.1.2/curl/
H A Dinstall-sh46 IFS=" "" $nl"
401 oIFS=$IFS
402 IFS=/
407 IFS=$oIFS
H A Dconfigure26 # Set IFS to space, tab and newline.
33 IFS="$xc_space$xc_tab$xc_newline"
214 xc_tst_prev_IFS=$IFS; IFS=':'
216 IFS=$xc_tst_prev_IFS
219 IFS=$xc_tst_prev_IFS
224 xc_tst_prev_IFS=$IFS; IFS=';'
226 IFS=$xc_tst_prev_IFS
229 IFS
[all...]
/macosx-10.10.1/file-46/file/
H A Dinstall-sh46 IFS=" "" $nl"
395 oIFS=$IFS
396 IFS=/
401 IFS=$oIFS
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dinstall-sh46 IFS=" "" $nl"
394 oIFS=$IFS
395 IFS=/
400 IFS=$oIFS
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dinstall-sh46 IFS=" "" $nl"
394 oIFS=$IFS
395 IFS=/
400 IFS=$oIFS
/macosx-10.10.1/lukemftp-14/tnftp/build-aux/
H A Dinstall-sh46 IFS=" "" $nl"
395 oIFS=$IFS
396 IFS=/
401 IFS=$oIFS
/macosx-10.10.1/pcre-7/pcre/
H A Dinstall-sh46 IFS=" "" $nl"
394 oIFS=$IFS
395 IFS=/
400 IFS=$oIFS
H A Dconfigure89 # IFS
92 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
93 # splitting by setting IFS to empty value.)
94 IFS=" "" $as_nl"
99 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 IFS=$as_save_IFS
106 IFS=$as_save_IFS
240 as_save_IFS=$IFS; IFS
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dinstall-sh46 IFS=" "" $nl"
394 oIFS=$IFS
395 IFS=/
400 IFS=$oIFS
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dinstall-sh46 IFS=" "" $nl"
394 oIFS=$IFS
395 IFS=/
400 IFS=$oIFS
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dinstall-sh46 IFS=" "" $nl"
394 oIFS=$IFS
395 IFS=/
400 IFS=$oIFS
/macosx-10.10.1/zsh-61/zsh/
H A Dinstall-sh46 IFS=" "" $nl"
395 oIFS=$IFS
396 IFS=/
401 IFS=$oIFS
/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/apr-32/apr/apr/
H A Dconfigure82 # IFS
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 IFS=$as_save_IFS
100 IFS=$as_save_IFS
216 as_save_IFS=$IFS; IFS
[all...]
H A Dbuildconf54 IFS=.; set $lt_version; IFS=' '
/macosx-10.10.1/cups-408/cups/
H A Dconfigure84 # IFS
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 IFS=$as_save_IFS
102 IFS=$as_save_IFS
184 as_save_IFS=$IFS; IFS
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltconfig88 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
97 IFS="$save_ifs"
488 IFS="${IFS= }"; save_ifs="$IFS"; IFS
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltconfig88 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
97 IFS="$save_ifs"
488 IFS="${IFS= }"; save_ifs="$IFS"; IFS
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltconfig88 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
97 IFS="$save_ifs"
488 IFS="${IFS= }"; save_ifs="$IFS"; IFS
[all...]
/macosx-10.10.1/procmail-14/procmail/
H A Dinitmake6 if test -z "$IFS"
7 then IFS=" \
11 export IFS
309 OLDIFS="$IFS"; IFS=":$IFS"
316 IFS="$OLDIFS"
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dconfigure674 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
683 IFS="$ac_save_ifs"
715 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
724 IFS
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/features/
H A Dmath.sh53 ifs=$IFS
68 *=*) IFS='=|'
70 IFS=$ifs
168 *=*) IFS='=|'
170 IFS=$ifs
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/unix/
H A Dconfigure561 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
570 IFS="$ac_save_ifs"
656 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
665 IFS
[all...]

Completed in 416 milliseconds

1234567891011>>