Searched refs:dirp2 (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
75 /* If we can't open the directory, dirp2 will be NULL */
76 dirp2 = opendir(crashdir2);
78 while(dirp2 != NULL && (dep2 = readdir(dirp2)) != NULL) {
89 if (dirp2 != NULL)
90 closedir(dirp2);

Completed in 13 milliseconds