Searched defs:env (Results 1 – 11 of 11) sorted by relevance
142 fenv_t env; in fesetexceptflag() local196 fenv_t env; in feholdexcept() local285 fenv_t env; in feclearexcept() local380 fenv_t env = *envp; in fesetenv() local
51 fenv_t env; in fn() local
83 fenv_t env; in sqrtl() local
300 static void __sanitize_environment_variables(char** env) { in __sanitize_environment_variables()330 void __libc_init_AT_SECURE(char** env) { in __libc_init_AT_SECURE()
141 char* const env[], in posix_spawn()169 const posix_spawnattr_t* attr, char* const argv[], char* const env[]) { in posix_spawn()174 const posix_spawnattr_t* attr, char* const argv[], char* const env[]) { in posix_spawnp()
214 char* env = getenv(kHooksEnvEnable); in CheckLoadMallocHooks() local225 char* env = getenv(kDebugEnvOptions); in CheckLoadMallocDebug() local
177 const char* env = getenv(env_var_name); in get_config_from_env_or_sysprops() local
210 …std::string env = std::string("LD_PRELOAD=") + GetTestlibRoot() + "/ld_preload_test_helper_lib2.so… in TEST() local295 std::string env = std::string("LD_CONFIG_FILE=") + config_file.path; in TEST() local332 std::string env = std::string("LD_CONFIG_FILE=") + config_file.path; in TEST() local373 std::string env = std::string("LD_CONFIG_FILE=") + config_file.path; in TEST() local
227 void SetEnv(const std::vector<const char*>& env) { in SetEnv()
2085 std::string env = "LD_LIBRARY_PATH=" + GetTestlibRoot(); in TEST() local
141 fenv_t env = { .__status = fpsr, .__control = fpcr }; in feholdexcept() local