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

/xsrc/external/mit/xmh/dist/
H A Dmiscfuncs.c46 register DIR *Dp = NULL; local in function:ScanDir
53 !(Dp = opendir(Name)))
57 while ((E = readdir(Dp))) {
82 closedir(Dp);
96 if (Dp != NULL)
97 closedir(Dp);

Completed in 2 milliseconds