Home
last modified time | relevance | path

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

/llvm-project/clang/tools/scan-build-py/lib/libear/
H A Dear.c69 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