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

/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c55 DIR * dirP; local
61 dirP = opendir( colon_unit );
66 if (dirP == NULL)
70 struct dirent *entP = readdir( dirP );
96 closedir( dirP );

Completed in 51 milliseconds