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

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/
darwin9.supp 100 # afaict this is legit. Might be caused by setenv("VAR=")
166 # unavoidable due to BSD setenv() semantics.
172 fun:setenv$UNIX2003
darwin11.supp 74 # afaict this is legit. Might be caused by setenv("VAR=")
106 # unavoidable due to BSD setenv() semantics.
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 113 setenv("LIBCLANG_LOGGING", "1", /*overwrite=*/0);
  /external/openssh/openbsd-compat/
Makefile.in 19 OPENBSD=base64.o basename.o bindresvport.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.o strlcat.o strlcpy.o strmode.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o timingsafe_bcmp.o vis.o
bsd-misc.h 31 int setenv(const char *, const char *, int);
  /external/bison/darwin-lib/
stdlib.h 1117 # undef setenv macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1117 # undef setenv macro
    [all...]
  /external/linux-tools-perf/
perf.c 74 setenv("PERF_PAGER", "cat", 1);
135 setenv(PERF_DIR_ENVIRONMENT, (*argv)[1], 1);
142 setenv(PERF_DIR_ENVIRONMENT, cmd + strlen(CMD_PERF_DIR), 1);
150 setenv(PERF_WORK_TREE_ENVIRONMENT, (*argv)[1], 1);
156 setenv(PERF_WORK_TREE_ENVIRONMENT, cmd + strlen(CMD_WORK_TREE), 1);
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /bionic/libc/stdlib/
getenv.c 40 * environmental array, for use by setenv(3) and unsetenv(3).
  /bionic/libstdc++/include/
cstdlib 51 using ::setenv;
  /external/bison/m4/
stdlib_h.m4 25 setenv setstate setstate_r srandom srandom_r
  /external/chromium/base/
environment.cc 81 return !setenv(variable_name, new_value.c_str(), 1);
  /external/compiler-rt/lib/asan/
asan_mac.cc 154 // Ok to use setenv() since the wrappers don't depend on the value of
156 setenv(kDyldInsertLibraries, new_env, /*overwrite*/1);
159 setenv(kDyldInsertLibraries, info.dli_fname, /*overwrite*/0);
211 // Can't use setenv() here, because it requires the allocator to be
  /external/open-vcdiff/src/
config.h.in 58 /* Define to 1 if you have the `setenv' function. */
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 75 188572 Valgrind on Mac should suppress setenv() mem leak
  /external/webkit/Tools/Scripts/
build-jsc 67 $result = system "sh", "-c", 'xcodebuild -project JavaScriptCore.xcodeproj "$@" | grep -v setenv && exit ${PIPESTATUS[0]}', "xcodebuild", @options, @ARGV, @coverageSupportOptions;
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 51 using ::setenv;
  /ndk/sources/cxx-stl/system/include/
cstdlib 51 using ::setenv;
  /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;

Completed in 529 milliseconds

12 3 4 5 6 7 8 91011>>