Home
last modified time | relevance | path

Searched refs: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/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp128 std::vector<std::string> set_env; in ComputeLaunchEnvironment() local
134 set_env.push_back(Environment::compose(KV)); in ComputeLaunchEnvironment()
136 llvm::sort(set_env); in ComputeLaunchEnvironment()
149 if (!set_env.empty()) { in ComputeLaunchEnvironment()
150 host["QEMU_SET_ENV"] = llvm::join(set_env, ","); in ComputeLaunchEnvironment()
/freebsd/lib/libutil/
H A Dlogin_class.c228 const char **set_env = login_getcaplist(lc, "setenv", ","); in setclassenvironment() local
230 if (set_env != NULL) { in setclassenvironment()
231 while (*set_env != NULL) { in setclassenvironment()
232 char *p = strchr(*set_env, '='); in setclassenvironment()
234 if (p != NULL && p != *set_env) { /* Discard invalid entries */ in setclassenvironment()
240 ep = *set_env; in setclassenvironment()
248 ++set_env; in setclassenvironment()
/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/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/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/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