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

1 2 3 4 5 6 7 8 9

  /external/openssh/regress/
scp-ssh-wrapper.sh 7 save_IFS=$IFS
8 IFS=/
10 IFS="$save_IFS"
  /external/chromium_org/chrome/tools/build/win/
make_zip.sh 32 # Change IFS setting so we only split words with '\n'
33 IFS_Default=$IFS
34 IFS=$'\n'
38 IFS=$IFS_Default
make_chromebot_zip.sh 35 # Change IFS setting so we only split words with '\n'
36 IFS_Default=$IFS
37 IFS=$'\n'
41 IFS=$IFS_Default
  /external/chromium/sdch/open-vcdiff/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/chromium_org/sdch/open-vcdiff/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/chromium_org/third_party/libxml/src/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/chromium_org/third_party/tcmalloc/vendor/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/libpng/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/open-vcdiff/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
mkinstalldirs 16 IFS=" "" $nl"
113 oIFS=$IFS
114 IFS=/
117 IFS=$oIFS
  /external/bison/build-aux/
compile 37 IFS=" "" $nl"
120 save_IFS=$IFS
121 IFS=';'
124 IFS=$save_IFS
136 IFS=$save_IFS
155 save_ifs="$IFS"; IFS=','
157 IFS="$save_ifs"
160 IFS="$save_ifs"
  /external/chromium_org/third_party/opus/src/
compile 37 IFS=" "" $nl"
101 save_IFS=$IFS
102 IFS=';'
105 IFS=$save_IFS
117 IFS=$save_IFS
188 save_ifs="$IFS"; IFS=','
190 IFS="$save_ifs"
193 IFS="$save_ifs"
  /external/libcap-ng/libcap-ng-0.7/
compile 37 IFS=" "" $nl"
120 save_IFS=$IFS
121 IFS=';'
124 IFS=$save_IFS
136 IFS=$save_IFS
155 save_ifs="$IFS"; IFS=','
157 IFS="$save_ifs"
160 IFS="$save_ifs"
  /external/libffi/
mkinstalldirs 110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
mkinstalldirs 110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
  /external/libvpx/libvpx/examples/
gen_example_code.sh 34 while IFS=$'\n' read -r t_line; do
77 while IFS=$'\n' read -r line; do
gen_example_text.sh 29 while IFS=$'\n' read -r t_line; do
61 while IFS=$'\n' read -r line; do
  /system/core/sh/
mknodes.sh 47 while IFS=; read -r line; do
49 IFS=' '
51 IFS=
55 IFS=' '
75 IFS=' '
86 IFS=' '
130 while IFS=; read -r line; do
131 IFS=' '
133 IFS=
137 IFS='
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 175 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
177 IFS="$lt_save_ifs"
182 IFS="$lt_save_ifs"
229 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
231 IFS="$lt_save_ifs"
236 IFS="$lt_save_ifs
    [all...]

Completed in 1051 milliseconds

1 2 3 4 5 6 7 8 9