Definition at line 86 of file XrdWait41.cc.
◆ Expand()
Definition at line 178 of file XrdWait41.cc.
183 char buff[1024], *sfxDir;
188 std::cerr <<
"wait41: " <<eText <<
" opening directory" <<
Path <<std::endl;
192 strcpy(buff,
Path); sfxDir = buff + strlen(
Path);
193 if (*(sfxDir-1) !=
'/') *sfxDir++ =
'/';
197 {
if (!strcmp(dp->d_name,
".") || !strcmp(dp->d_name,
".."))
continue;
198 strcpy(sfxDir, dp->d_name);
201 std::cerr <<
"wait41: " <<eText <<
" processing " <<buff <<std::endl;
210 std::cerr <<
"wait41: " <<eText <<
" reading directory" <<
Path <<std::endl;
int stat(const char *path, struct stat *buf)
struct dirent * readdir(DIR *dirp)
DIR * opendir(const char *path)
const char * XrdSysE2T(int errcode)
References closedir(), opendir(), Path, readdir(), Stat, stat(), and XrdSysE2T().
Referenced by main().
The documentation for this class was generated from the following file: