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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c2573 Stat_t tmpstatbuf1; local
2591 if (PerlLIO_stat(SvPVX(tmpsv), &tmpstatbuf1) < 0)
2599 return tmpstatbuf1.st_dev == tmpstatbuf2.st_dev &&
2600 tmpstatbuf1.st_ino == tmpstatbuf2.st_ino;

Completed in 26 milliseconds