Searched refs:tmpstatbuf (Results 1 – 1 of 1) sorted by relevance
4153 Stat_t tmpstatbuf; in S_open_script() local4259 (PerlLIO_fstat(fd, &tmpstatbuf) >= 0 in S_open_script()4260 && S_ISDIR(tmpstatbuf.st_mode))) in S_open_script()4955 Stat_t tmpstatbuf; in S_incpush_if_exists() local4959 if (PerlLIO_stat(SvPVX_const(dir), &tmpstatbuf) >= 0 && in S_incpush_if_exists()4960 S_ISDIR(tmpstatbuf.st_mode)) { in S_incpush_if_exists()