HomeSort by relevance Sort by last modified time
    Searched full:setenv (Results 51 - 75 of 581) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/asan/
asan_mac.cc 130 // Ok to use setenv() since the wrappers don't depend on the value of
132 setenv(kDyldInsertLibraries, new_env, /*overwrite*/1);
135 setenv(kDyldInsertLibraries, info.dli_fname, /*overwrite*/0);
202 // Can't use setenv() here, because it requires the allocator to be
  /external/openssh/openbsd-compat/
Makefile.in 19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
  /external/toybox/toys/posix/
touch.c 59 setenv("TZ", "UTC0", 1);
  /external/valgrind/docs/internals/
3_4_BUGSTATUS.txt 75 188572 Valgrind on Mac should suppress setenv() mem leak
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 51 using ::setenv;
  /ndk/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 82 setenv( name.begin(), value.begin(), 1 );
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 47 using ::setenv;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 47 using ::setenv;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 51 using ::setenv;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /system/core/init/
keywords.h 86 KEYWORD(setenv, OPTION, 2, 0)
  /system/netd/server/
main.cpp 75 setenv("ANDROID_DNS_MODE", "local", 1);
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c 328 * device with gallium backend directly, without setenv */
329 setenv("GBM_BACKEND", "gbm_gallium_drm.so", 1);
  /external/selinux/policycoreutils/newrole/
newrole.c 517 rc |= setenv("TERM", term, 1);
519 rc |= setenv("DISPLAY", display, 1);
521 rc |= setenv("XAUTHORITY", xauthority, 1);
522 rc |= setenv("HOME", pw->pw_dir, 1);
523 rc |= setenv("SHELL", pw->pw_shell, 1);
524 rc |= setenv("USER", pw->pw_name, 1);
525 rc |= setenv("LOGNAME", pw->pw_name, 1);
526 rc |= setenv("PATH", DEFAULT_PATH, 1);
    [all...]
  /external/valgrind/
darwin11.supp 170 # afaict this is legit. Might be caused by setenv("VAR=")
202 # unavoidable due to BSD setenv() semantics.
  /frameworks/rs/
rsScript.cpp 178 // not nullptr-terminated. We then use setenv(), which properly handles
187 if (setenv("TZ", tz, 1) == 0) {
  /external/v8/src/
d8-posix.cc 665 const char* message = "setenv() takes two arguments";
674 "os.setenv(): String conversion of variable name failed.";
681 "os.setenv(): String conversion of variable contents failed.";
686 setenv(*var, *value, 1);
700 "os.setenv(): String conversion of variable name failed.";
714 os_templ->Set(String::NewFromUtf8(isolate, "setenv"),

Completed in 887 milliseconds

1 23 4 5 6 7 8 91011>>