Searched refs:SetEnv (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 1848 SetEnv(index_var_, ""); in TEST_F() 1849 SetEnv(total_var_, ""); in TEST_F() 1857 SetEnv(index_var_, "0"); in TEST_F() 1858 SetEnv(total_var_, "1"); in TEST_F() 1868 SetEnv(index_var_, "4"); in TEST_F() 1873 SetEnv(index_var_, "8"); in TEST_F() 1874 SetEnv(total_var_, "9"); in TEST_F() 1878 SetEnv(index_var_, "0"); in TEST_F() 1899 SetEnv(total_var_, ""); in TEST_F() 1902 SetEnv(index_var_, ""); in TEST_F() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cpp | 160 bool SetEnv(const char *name, const char *value) { in SetEnv() function
|
| H A D | sanitizer_common.h | 274 bool SetEnv(const char *name, const char *value);
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ChangeLog | 2312 upstream: adjust SetEnv description to clarify $TERM handling 2337 upstream: allow ssh_config SetEnv to override $TERM, which is otherwise 5584 upstream: fix sshd_config SetEnv directive inside Match blocks; part of
|