Home
last modified time | relevance | path

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

/external/valgrind/auxprogs/
Dgen-mdg184 sub process_dir($); # forward declarations required because of recursion
185 sub process_dir($) subroutine
196 process_dir($f);
260 process_dir($start_dir);
/external/valgrind/tests/
Dcheck_headers_and_includes109 process_dir(undef, $dir, 0);
116 sub process_dir { subroutine
147 process_dir($full_path, $file, $depth + 1);
/external/ltp/tools/pounder21/
Drun.c60 static int process_dir(const char *fname);
167 retcode = process_dir(argv[1]); in main()
608 static int process_dir(const char *fname) in process_dir() function