Searched defs:tmpstatbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c3456 Stat_t tmpstatbuf; local
3457 if (PerlLIO_stat(CopFILE(PL_curcop),&tmpstatbuf) < 0 ||
3458 tmpstatbuf.st_dev != PL_statbuf.st_dev ||
3459 tmpstatbuf.st_ino != PL_statbuf.st_ino) {
4260 Stat_t tmpstatbuf; local
4268 if (PerlLIO_stat(SvPVX(privdir), &tmpstatbuf) >= 0 && S_ISDIR(tmpstatbuf.st_mode))
4271 if (PerlLIO_stat(SvPVX(privdir), &tmpstatbuf) >= 0 && S_ISDIR(tmpstatbuf.st_mode))
4410 Stat_t tmpstatbuf; local
[all...]
H A Dutil.c2166 Stat_t tmpstatbuf; local
2170 if (PerlLIO_fstat(fd,&tmpstatbuf) >= 0)

Completed in 29 milliseconds