Home
last modified time | relevance | path

Searched defs:set_env (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_dirs_test.cc76 SetEnv set_env("TEST_TMPDIR", temp_dir.DirName()); in TEST() local
81 SetEnv set_env("TEST_TMPDIR", nullptr); in TEST() local
90 SetEnv set_env("TEST_SRCDIR", temp_dir.DirName()); in TEST() local
95 SetEnv set_env("TEST_SRCDIR", nullptr); in TEST() local
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFEnvImpl.h66 LIBC_INLINE int set_env(const fenv_t *) { return 0; } in set_env() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp128 std::vector<std::string> set_env; in ComputeLaunchEnvironment() local
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h522 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
585 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h166 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h269 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
H A Dfenv_darwin_impl.h280 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h240 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/freebsd/lib/libutil/
H A Dlogin_class.c228 const char **set_env = login_getcaplist(lc, "setenv", ","); in setclassenvironment() local