Lines Matching defs:lstatbuf
227 struct stat *,lstatbuf)
262 if( (lstatbuf->st_mode & S_IFMT) != (mode & S_IFMT) )
273 iso9660_date((char *) time_buf, lstatbuf->st_ctime);
280 iso9660_date((char *) time_buf, lstatbuf->st_mtime);
624 struct stat *, statbuf, struct stat *, lstatbuf,
675 && (check_rr_dates(ptr[i], curr_entry, statbuf, lstatbuf)) )
1136 struct stat statbuf, lstatbuf;
1154 lstatus = lstat_filter(s_entry->whole_name, &lstatbuf);
1181 &statbuf, &lstatbuf, &odpnt);
1198 lstatbuf.st_mode = (lstatbuf.st_mode & ~S_IFMT) | S_IFREG;