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

1234

/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dmkinstalldirs8 IFS="${IFS-${defaultIFS}}"
13 oIFS="${IFS}"
14 # Some sh's can't handle IFS=/ for some reason.
15 IFS='%'
17 IFS="${oIFS}"
/external/chromium/sdch/open-vcdiff/
H A Dmkinstalldirs16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
/external/libpng/
H A Dmkinstalldirs16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
/external/bison/build-aux/
H A Dmkinstalldirs110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
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
/external/libffi/
H A Dmkinstalldirs110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
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
/external/libvpx/examples/
H A Dgen_example_code.sh34 while IFS=$'\n' read -r t_line; do
77 while IFS=$'\n' read -r line; do
H A Dgen_example_text.sh29 while IFS=$'\n' read -r t_line; do
61 while IFS=$'\n' read -r line; do
/external/jpeg/
H A Dltconfig44 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
51 IFS="$save_ifs"
335 IFS="${IFS= }"; save_ifs="$IFS"; IFS
[all...]
H A Dinstall-sh167 IFS="${IFS-${defaultIFS}}"
169 oIFS="${IFS}"
170 # Some sh's can't handle IFS=/ for some reason.
171 IFS='%'
173 IFS="${oIFS}"
/external/chromium/third_party/icu/source/
H A Dinstall-sh168 IFS="${IFS-${defaultIFS}}"
170 oIFS="${IFS}"
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS="${oIFS}"
/external/chromium/third_party/libevent/
H A Dinstall-sh155 IFS="${IFS-${defaultIFS}}"
157 oIFS="${IFS}"
158 # Some sh's can't handle IFS=/ for some reason.
159 IFS='%'
161 IFS="${oIFS}"
/external/clearsilver/
H A Dinstall-sh155 IFS="${IFS-${defaultIFS}}"
157 oIFS="${IFS}"
158 # Some sh's can't handle IFS=/ for some reason.
159 IFS='%'
161 IFS="${oIFS}"
/external/dbus/
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
/external/dropbear/
H A Dinstall-sh168 IFS="${IFS-${defaultIFS}}"
170 oIFS="${IFS}"
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS="${oIFS}"
/external/e2fsprogs/config/
H A Dinstall-sh155 IFS="${IFS-${defaultIFS}}"
157 oIFS="${IFS}"
158 # Some sh's can't handle IFS=/ for some reason.
159 IFS='%'
161 IFS="${oIFS}"
/external/elfutils/config/
H A Dinstall-sh168 IFS="${IFS-${defaultIFS}}"
170 oIFS="${IFS}"
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS="${oIFS}"
/external/expat/conftools/
H A Dinstall-sh168 IFS="${IFS-${defaultIFS}}"
170 oIFS="${IFS}"
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS="${oIFS}"
/external/genext2fs/
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
/external/grub/
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
/external/icu4c/
H A Dinstall-sh168 IFS="${IFS-${defaultIFS}}"
170 oIFS="${IFS}"
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS="${oIFS}"
/external/libpcap/
H A Dinstall-sh167 IFS="${IFS-${defaultIFS}}"
169 oIFS="${IFS}"
170 # Some sh's can't handle IFS=/ for some reason.
171 IFS='%'
173 IFS="${oIFS}"
/external/libvpx/build/make/
H A Dgen_msvs_sln.sh121 IFS_bak=${IFS}
122 IFS=$'\r'$'\n'
126 IFS=${IFS_bak}
137 IFS=$'\r'$'\n'
146 IFS=${IFS_bak}
165 IFS_bak=${IFS}
166 IFS=$'\r'$'\n'
211 IFS=${IFS_bak}
/external/strace/
H A Dinstall-sh168 IFS="${IFS-$defaultIFS}"
170 oIFS=$IFS
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS=$oIFS

Completed in 199 milliseconds

1234