Searched refs:menvp (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A Dear.c293 char const **const menvp = bear_update_environment(envp, &initial_env); local
294 int const result = (*fp)(path, argv, (char *const *)menvp);
295 bear_strings_release(menvp);
307 char const **const menvp = bear_update_environment(envp, &initial_env); local
308 int const result = (*fp)(file, argv, (char *const *)menvp);
309 bear_strings_release(menvp);
356 char const **const menvp = bear_update_environment(envp, &initial_env); local
357 int const result = (*fp)(path, argv, (char *const *)menvp);
358 bear_strings_release(menvp);
376 char const **const menvp local
397 char const **const menvp = bear_update_environment(envp, &initial_env); local
[all...]

Completed in 88 milliseconds