/external/dropbear/ |
cli-main.c | 50 putenv("HOME=/data/local");
|
/external/open-vcdiff/gflags/src/windows/ |
port.h | 58 #define putenv _putenv macro
|
/external/open-vcdiff/src/ |
config.h.in | 52 /* Define to 1 if you have the `putenv' function. */
|
/external/skia/src/xml/ |
SkJS.cpp | 48 int putenv(const char *envstring) { function
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 50 using ::putenv;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/ |
transform.pass.cpp | 27 putenv(const_cast<char*>("LANG=" LOCALE_en_US_UTF_8));
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstdlib | 46 using ::putenv;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdlib | 46 using ::putenv;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cstdlib | 50 using ::putenv;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cstdlib | 50 using ::putenv;
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 49 using ::putenv;
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/misc/linux-x86/ccache/ |
ccache | |
/external/bison/lib/ |
stdlib.in.h | 511 # undef putenv 512 # define putenv rpl_putenv 514 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); 515 _GL_CXXALIAS_RPL (putenv, int, (char *string)); 517 _GL_CXXALIAS_SYS (putenv, int, (char *string)); 519 _GL_CXXALIASWARN (putenv);
|
spawn-pipe.c | 189 the program has modified the environment using putenv() or [un]setenv(). 194 copy of the environment block - ignoring the effects of putenv() and
|
/external/bison/darwin-lib/ |
stdlib.h | 833 # undef putenv 834 # define putenv rpl_putenv 836 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); 837 _GL_CXXALIAS_RPL (putenv, int, (char *string)); 839 _GL_CXXALIAS_SYS (putenv, int, (char *string)); 841 _GL_CXXALIASWARN (putenv); [all...] |
/external/bison/linux-lib/ |
stdlib.h | 833 # undef putenv 834 # define putenv rpl_putenv 836 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); 837 _GL_CXXALIAS_RPL (putenv, int, (char *string)); 839 _GL_CXXALIAS_SYS (putenv, int, (char *string)); 841 _GL_CXXALIASWARN (putenv); [all...] |