HomeSort by relevance Sort by last modified time
    Searched refs:unsetenv (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 66 ASSERT_EQ(0, unsetenv("LIBC_HOOKS_ENABLE"));
  /build/kati/
main.cc 303 LOG("unsetenv(%s)", name.c_str());
304 unsetenv(name.c_str());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 194 unsetenv(kEnvName);
  /external/android-clat/
clatd.c 518 unsetenv("ANDROID_DNS_MODE");
  /external/kmod/tools/
modprobe.c 278 unsetenv("MODPROBE_MODULE");
  /external/llvm/unittests/Support/
CommandLineTest.cpp 37 // Assume setenv and unsetenv come together.
38 unsetenv(name);
  /libcore/luni/src/main/java/libcore/io/
Os.java 179 public void unsetenv(String name) throws ErrnoException; method in interface:Os
ForwardingOs.java 192 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } method in class:ForwardingOs
Linux.java 272 public native void unsetenv(String name) throws ErrnoException; method in class:Linux
  /system/core/adb/
sysdeps.h 277 #define unsetenv unsetenv_utf8_not_yet_implemented macro
  /libcore/luni/src/main/java/android/system/
Os.java 618 * See <a href="http://man7.org/linux/man-pages/man3/unsetenv.3.html">unsetenv(3)</a>.
620 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } method in class:Os
  /external/clang/tools/scan-build-py/libear/
ear.c 471 unsetenv(env_names[it]);
  /external/kmod/testsuite/
testsuite.c 183 unsetenv("LD_PRELOAD");
  /external/toybox/lib/
xwrap.c 813 if (new ? setenv("TZ", new, 1) : unsetenv("TZ")) perror_exit("setenv");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 589 extern int unsetenv (__const char *__name) __THROW __nonnull ((1));
    [all...]
  /system/core/liblog/
logprint.c 353 unsetenv(tz);
    [all...]
  /bionic/tests/
dlfcn_test.cpp 291 unsetenv("IFUNC_CHOICE");
322 unsetenv("IFUNC_CHOICE");
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 277 TLI.setUnavailable(LibFunc::unsetenv);
707 case LibFunc::unsetenv:
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 618 #define unsetenv _unsetenv
  /external/v8/src/
d8-posix.cc 732 const char* message = "unsetenv() takes one argument";
747 unsetenv(*var);
761 os_templ->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal)
  /external/wayland/src/
wayland-client.c 1017 unsetenv("WAYLAND_SOCKET");
    [all...]
  /external/minijail/
libminijail.c     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 472 case LibFunc::unsetenv:
    [all...]
  /external/ppp/pppd/
main.c     [all...]

Completed in 645 milliseconds

1 23 4 5