Home
last modified time | relevance | path

Searched refs:unset_env (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp138 std::vector<llvm::StringRef> unset_env; in ComputeLaunchEnvironment() local
143 unset_env.push_back(KV.first()); in ComputeLaunchEnvironment()
145 llvm::sort(unset_env); in ComputeLaunchEnvironment()
151 unset_env.push_back("QEMU_SET_ENV"); in ComputeLaunchEnvironment()
153 if (!unset_env.empty()) { in ComputeLaunchEnvironment()
154 unset_env.push_back("QEMU_UNSET_ENV"); in ComputeLaunchEnvironment()
155 host["QEMU_UNSET_ENV"] = llvm::join(unset_env, ","); in ComputeLaunchEnvironment()
/freebsd/stand/libsa/zfs/
H A Dzfs.c1234 zfs_nvstore_unset_impl(void *vdev, const char *name, bool unset_env) in zfs_nvstore_unset_impl() argument
1267 if (unset_env) { in zfs_nvstore_unset_impl()