OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_execve
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build-py/libear/
ear.c
105
static int
call_execve
(const char *path, char *const argv[],
163
return
call_execve
(path, argv, envp);
174
return
call_execve
(path, argv, envp);
218
int const result =
call_execve
(path, (char *const *)argv, envp);
257
call_execve
(path, (char *const *)argv, (char *const *)envp);
288
static int
call_execve
(const char *path, char *const argv[],
function
/external/clang/tools/scan-build-py/tests/functional/exec/
main.c
127
void
call_execve
() {
function
276
call_execve
();
Completed in 67 milliseconds