Searched refs:bear_update_environment (Results 1 – 1 of 1) sorted by relevance
69 static char const **bear_update_environment(char *const envp[],288 char const **const menvp = bear_update_environment(envp, &initial_env); in call_execve()302 char const **const menvp = bear_update_environment(envp, &initial_env); in call_execvpe()351 char const **const menvp = bear_update_environment(envp, &initial_env); in call_exect()371 char const **const menvp = bear_update_environment(envp, &initial_env); in call_posix_spawn()392 char const **const menvp = bear_update_environment(envp, &initial_env); in call_posix_spawnp()483 static char const **bear_update_environment(char *const envp[], in bear_update_environment() function