Searched refs:PerlLIO_fstat (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | doio.c | 1035 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 D | iperlsys.h | 702 # define PerlLIO_fstat(fd, buf) \ macro 759 # define PerlLIO_fstat(fd, buf) Fstat((fd), (buf)) macro
|
H A D | pp_sys.c | 3113 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 D | perl.c | 4259 (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 D | perlio.c | 3009 if (PerlLIO_fstat(fd, &st) == 0) { in PerlIO_importFILE() 4332 if (PerlLIO_fstat(fd, &st) == 0
|
H A D | sv.c | 8656 && 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 D | 5005000 | 275 PerlLIO_fstat # Z added by devel/scanprov
|