Searched refs:tmpstatbuf (Results 1 – 2 of 2) sorted by relevance
3953 Stat_t tmpstatbuf; local3954 if (PerlLIO_stat(CopFILE(PL_curcop),&tmpstatbuf) < 0 ||3955 tmpstatbuf.st_dev != PL_statbuf.st_dev ||3956 tmpstatbuf.st_ino != PL_statbuf.st_ino) {4786 Stat_t tmpstatbuf; local4794 if (PerlLIO_stat(SvPVX(privdir), &tmpstatbuf) >= 0 && S_ISDIR(tmpstatbuf.st_mode))4797 if (PerlLIO_stat(SvPVX(privdir), &tmpstatbuf) >= 0 && S_ISDIR(tmpstatbuf.st_mode))4887 Stat_t tmpstatbuf; local4888 if (PerlLIO_stat(SvPVX_const(dir), &tmpstatbuf) >= 0 &&4889 S_ISDIR(tmpstatbuf.st_mode)) {
2375 Stat_t tmpstatbuf; in Perl_dump_fds() local2379 if (PerlLIO_fstat(fd,&tmpstatbuf) >= 0) in Perl_dump_fds()