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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c52 DIR *dirp1 = NULL, *dirp2 = NULL; local
56 /* If we can't open the directory, dirp1 will be NULL */
57 dirp1 = opendir(crashdir1);
59 while(dirp1 != NULL && ((dep1 = readdir(dirp1)) != NULL)) {
71 if (dirp1 != NULL)
72 closedir(dirp1);

Completed in 17 milliseconds