HomeSort by relevance Sort by last modified time
    Searched full:__environ (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 285 # Check if __environ is available (for GetenvBeforeMain)
286 AC_MSG_CHECKING([for __environ])
288 [char **env = __environ])],
290 [Define to 1 if compiler supports __environ])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-elfedit 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-elfedit 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-elfedit 
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config.h.in 179 /* Define to 1 if compiler supports __environ */
config_linux.h 175 /* Define to 1 if compiler supports __environ */
config_android.h 175 /* Define to 1 if compiler supports __environ */
config_freebsd.h 175 /* Define to 1 if compiler supports __environ */
config_win.h 207 /* Define to 1 if compiler supports __environ */
  /external/chromium_org/third_party/tcmalloc/vendor/src/
config.h.in 176 /* Define to 1 if compiler supports __environ */
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 193 /* Define to 1 if compiler supports __environ */
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 193 /* Define to 1 if compiler supports __environ */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 120 // setting up errno. So instead, we use the built-in __environ array
127 if (__environ) { // can exist but be NULL, if statically linked
129 for (char** p = __environ; *p; p++) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 115 // setting up errno. So instead, we use the built-in __environ array
122 if (__environ) { // can exist but be NULL, if statically linked
124 for (char** p = __environ; *p; p++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gcov 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 

Completed in 799 milliseconds

12 3 4 5 6 7 8 9