Home
last modified time | relevance | path

Searched refs:PerlLIO_fstat (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Ddoio.c1035 if (PerlLIO_fstat(fd,&statbuf) < 0) { in S_openn_cleanup()
1561 (void)PerlLIO_fstat(PL_lastfd,&statbuf); in Perl_nextargv()
2154 if (PerlLIO_fstat(fd, &filebuf) < 0)
2295 return (PL_laststatval = PerlLIO_fstat(fd, &PL_statcache)); in Perl_my_stat_flags()
2298 return (PL_laststatval = PerlLIO_fstat(my_dirfd(IoDIRP(io)), &PL_statcache)); in Perl_my_stat_flags()
H A Diperlsys.h702 # define PerlLIO_fstat(fd, buf) \ macro
759 # define PerlLIO_fstat(fd, buf) Fstat((fd), (buf)) macro
H A Dpp_sys.c3113 PL_laststatval = PerlLIO_fstat(fd, &PL_statcache); in S_ft_return_true()
3117 PerlLIO_fstat(my_dirfd(IoDIRP(io)), &PL_statcache); in S_ft_return_true()
3756 PL_laststatval = PerlLIO_fstat(fd, &PL_statcache); in PP()
3823 PL_laststatval = PerlLIO_fstat(fd, &PL_statcache);
H A Dperl.c4259 (PerlLIO_fstat(fd, &tmpstatbuf) >= 0 in S_validate_suid()
4300 if (fd < 0 || PerlLIO_fstat(fd, &statbuf) < 0) { /* may be either wrapped or real suid */ in S_init_ids()
H A Dperlio.c3009 if (PerlLIO_fstat(fd, &st) == 0) { in PerlIO_importFILE()
4332 if (PerlLIO_fstat(fd, &st) == 0
H A Dsv.c8656 && PerlLIO_fstat(fd, &st) == 0
8819 if (fd >= 0 && (PerlLIO_fstat(fd, &st) == 0) && S_ISREG(st.st_mode)) {
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000275 PerlLIO_fstat # Z added by devel/scanprov