OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_execvp
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build-py/tests/functional/exec/
main.c
141
void
call_execvp
() {
function
154
void
call_execvP
() {
279
call_execvp
();
282
call_execvP
();
/external/clang/tools/scan-build-py/libear/
ear.c
109
static int
call_execvp
(const char *file, char *const argv[]);
116
static int
call_execvP
(const char *file, const char *search_path,
188
return
call_execvp
(file, argv);
195
return
call_execvP
(file, search_path, argv);
236
int const result =
call_execvp
(file, (char *const *)argv);
316
static int
call_execvp
(const char *file, char *const argv[]) {
function
333
static int
call_execvP
(const char *file, const char *search_path,
Completed in 86 milliseconds