Searched refs:dep1 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c53 struct dirent *dep1, *dep2; local
59 while(dirp1 != NULL && ((dep1 = readdir(dirp1)) != NULL)) {
60 if (strncmp(crash_file_pfx, dep1->d_name, crash_file_pfxlen))
66 strcat(namebuf1, dep1->d_name);

Completed in 383 milliseconds