Searched refs:process_dir (Results 1 – 3 of 3) sorted by relevance
184 sub process_dir($); # forward declarations required because of recursion185 sub process_dir($) subroutine196 process_dir($f);260 process_dir($start_dir);
109 process_dir(undef, $dir, 0);116 sub process_dir { subroutine147 process_dir($full_path, $file, $depth + 1);
60 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