Home
last modified time | relevance | path

Searched refs:tmpstatbuf (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperl.c3953 Stat_t tmpstatbuf; local
3954 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; local
4794 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; local
4888 if (PerlLIO_stat(SvPVX_const(dir), &tmpstatbuf) >= 0 &&
4889 S_ISDIR(tmpstatbuf.st_mode)) {
Dutil.c2375 Stat_t tmpstatbuf; in Perl_dump_fds() local
2379 if (PerlLIO_fstat(fd,&tmpstatbuf) >= 0) in Perl_dump_fds()