HomeSort by relevance Sort by last modified time
    Searched refs:unsetenv (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/bison/lib/
unsetenv.c 51 # define unsetenv __unsetenv macro
57 unsetenv (const char *name) function
93 # undef unsetenv macro
94 weak_alias (__unsetenv, unsetenv)
99 # undef unsetenv
102 extern void unsetenv (const char *);
104 extern int unsetenv (const char *);
108 /* Call the underlying unsetenv, in case there is hidden bookkeeping
123 unsetenv (name);
stdlib.in.h 897 # undef unsetenv
898 # define unsetenv rpl_unsetenv
900 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
901 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
904 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
906 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
909 _GL_CXXALIASWARN (unsetenv);
912 # undef unsetenv
914 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable -
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_setenv.c 21 /* Stub for calling unsetenv */
26 unsetenv(arg);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_setenv.c 21 /* Stub for calling unsetenv */
26 unsetenv(arg);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
target-libpath.exp 221 unsetenv LD_LIBRARY_PATH
226 unsetenv LD_RUN_PATH
231 unsetenv SHLIB_PATH
236 unsetenv LD_LIBRARYN32_PATH
241 unsetenv LD_LIBRARY64_PATH
246 unsetenv LD_LIBRARY_PATH_32
251 unsetenv LD_LIBRARY_PATH_64
256 unsetenv DYLD_LIBRARY_PATH
261 unsetenv PATH
  /external/valgrind/memcheck/tests/darwin/
env.c 26 unsetenv("MYVAR");
  /external/ltp/lib/tests/
tst_dataroot02.c 49 unsetenv("LTPROOT");
  /external/swiftshader/third_party/LLVM/unittests/Support/
CommandLineTest.cpp 37 // Assume setenv and unsetenv come together.
38 unsetenv(name);
  /external/toybox/toys/posix/
env.c 45 unsetenv(TT.u->arg);
  /toolchain/binutils/binutils-2.25/libiberty/
putenv.c 23 Uses @code{setenv} or @code{unsetenv} to put @var{string} into
82 unsetenv (string);
setenv.c 25 @deftypefnx Supplemental void unsetenv (const char *@var{name})
30 The companion @code{unsetenv} function removes @var{name} from the
42 #define unsetenv libiberty_unsetenv macro
70 #undef unsetenv macro
166 unsetenv (const char *name) function
  /system/core/libcutils/tests/
android_get_control_file_test.cpp 40 EXPECT_EQ(unsetenv(key.c_str()), 0);
48 EXPECT_EQ(unsetenv(key.c_str()), 0);
android_get_control_socket_test.cpp 39 EXPECT_EQ(unsetenv(key), 0);
69 EXPECT_EQ(unsetenv(key), 0);
  /system/extras/su/
su.cpp 123 unsetenv("IFS");
129 unsetenv("LOGNAME");
130 unsetenv("USER");
  /external/toybox/toys/lsb/
su.c 80 } else unsetenv("IFS");
87 } else unsetenv("IFS");
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 152 * unsetenv(name) --
156 unsetenv(const char *name) function
181 DEF_WEAK(unsetenv); variable
  /external/openssh/openbsd-compat/
bsd-misc.h 94 int unsetenv(const char *);
  /external/bison/darwin-lib/
stdlib.h 1231 _GL_CXXALIASWARN (unsetenv); variable
1234 # undef unsetenv macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1231 _GL_CXXALIASWARN (unsetenv); variable
1234 # undef unsetenv macro
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
env_posix.go 39 // Called from syscall.unsetenv.
  /prebuilts/go/linux-x86/src/runtime/
env_posix.go 39 // Called from syscall.unsetenv.
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdlib 52 using ::unsetenv;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 52 using ::unsetenv;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdlib 52 using ::unsetenv;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdlib 52 using ::unsetenv;

Completed in 856 milliseconds

1 2 3 4 5 6 7 8