OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_filename
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/tests/
execve1.c
5
char*
null_filename
= NULL;
local
9
execve(
null_filename
, bad, bad);
execve2.c
6
char*
null_filename
= NULL;
local
8
execve(
null_filename
, NULL, NULL);
Completed in 950 milliseconds