/external/bison/lib/ |
D | unsetenv.c | 51 # define unsetenv __unsetenv in __libc_lock_define_initialized() macro 57 unsetenv (const char *name) in __libc_lock_define_initialized() 93 # undef unsetenv 94 weak_alias (__unsetenv, unsetenv) 99 # undef unsetenv 102 extern void unsetenv (const char *); 104 extern int unsetenv (const char *); 123 unsetenv (name);
|
D | 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 - "
|
/external/bison/m4/ |
D | setenv.m4 | 70 AC_CHECK_DECLS_ONCE([unsetenv]) 74 AC_CHECK_FUNCS([unsetenv]) 80 AC_CACHE_CHECK([for unsetenv() return type], [gt_cv_func_unsetenv_ret], 85 #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 <stdlib.h> */ 91 int unsetenv (const char *name); 97 AC_DEFINE([VOID_UNSETENV], [1], [Define to 1 if unsetenv returns void 102 dnl Solaris 10 unsetenv does not remove all copies of a name. 103 dnl Haiku alpha 2 unsetenv gets confused by assignment to environ. 104 dnl OpenBSD 4.7 unsetenv("") does not fail. 105 AC_CACHE_CHECK([whether unsetenv obeys POSIX], [all …]
|
D | stdlib_h.m4 | 26 strtod strtoll strtoull unlockpt unsetenv])
|
/external/bison/linux-lib/ |
D | stdlib.h | 1219 # undef unsetenv 1220 # define unsetenv rpl_unsetenv 1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); 1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name)); 1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); 1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name)); 1231 _GL_CXXALIASWARN (unsetenv); 1234 # undef unsetenv 1236 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - "
|
/external/bison/darwin-lib/ |
D | stdlib.h | 1219 # undef unsetenv 1220 # define unsetenv rpl_unsetenv 1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); 1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name)); 1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); 1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name)); 1231 _GL_CXXALIASWARN (unsetenv); 1234 # undef unsetenv 1236 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - "
|
/external/toybox/toys/lsb/ |
D | su.c | 80 } else unsetenv("IFS"); in su_main() 87 } else unsetenv("IFS"); in su_main()
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 282 unsetenv(kSandboxPIDNSEnvironmentVarName); in MoveToNewNamespaces() 288 unsetenv(kSandboxNETNSEnvironmentVarName); in MoveToNewNamespaces() 370 unsetenv(saved_envvar); in SetupChildEnvironment()
|
/external/valgrind/memcheck/tests/darwin/ |
D | env.c | 26 unsetenv("MYVAR"); in main()
|
/external/ltp/lib/tests/ |
D | tst_dataroot02.c | 49 unsetenv("LTPROOT"); in main()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | CommandLineTest.cpp | 38 unsetenv(name); in ~TempEnvVar()
|
/external/toybox/toys/posix/ |
D | env.c | 36 unsetenv(TT.u->arg); in env_main()
|
D | date.c | 91 else unsetenv("TZ"); in utzreset()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 96 int unsetenv(const char *);
|
D | setenv.c | 198 unsetenv(const char *name) in unsetenv() function
|
/external/syslinux/com32/include/ |
D | stdlib.h | 56 __extern int unsetenv(const char *);
|
/external/toybox/toys/pending/ |
D | sulogin.c | 98 for (temp = forbid; *temp; temp++) unsetenv(*temp); in sulogin_main()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_internal.c | 207 unsetenv(name); in os_unsetenv() 210 return unsetenv(name); in os_unsetenv()
|
D | os_unix.c | 393 unsetenv(name); in os_unsetenv() 396 return unsetenv(name); in os_unsetenv()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.temp_dir_path/ |
D | temp_directory_path.pass.cpp | 34 assert(::unsetenv(var.c_str()) == 0); in UnsetEnv()
|
/external/toybox/toys/other/ |
D | login.c | 57 for (count = 0; count < ARRAY_LEN(forbid); count++) unsetenv(forbid[count]); in login_main()
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 185 void unsetenv(const char *);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 185 void unsetenv(const char *);
|
/external/libchrome/base/ |
D | environment.cc | 98 return !unsetenv(variable_name.data()); in UnSetVarImpl()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_linux_test.cc | 194 unsetenv(kEnvName); in TEST()
|