Searched refs:bear_update_environment (Results 1 – 1 of 1) sorted by relevance
70 static char const **bear_update_environment(char *const envp[], bear_env_t *env);294 char const **const menvp = bear_update_environment(envp, &initial_env); in call_execve()308 char const **const menvp = bear_update_environment(envp, &initial_env); in call_execvpe()357 char const **const menvp = bear_update_environment(envp, &initial_env); in call_exect()377 char const **const menvp = bear_update_environment(envp, &initial_env); in call_posix_spawn()398 char const **const menvp = bear_update_environment(envp, &initial_env); in call_posix_spawnp()484 static char const **bear_update_environment(char *const envp[], bear_env_t *env) { in bear_update_environment() function