Searched refs:dep2 (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
78 while(dirp2 != NULL && (dep2 = readdir(dirp2)) != NULL) {
79 if (strncmp(crash_file_pfx, dep2->d_name, crash_file_pfxlen))
85 strcat(namebuf2, dep2->d_name);

Completed in 70 milliseconds