Home
last modified time | relevance | path

Searched refs:statbufp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Ddoio.c519 int rawmode, int rawperm, Stat_t *statbufp) in Perl_do_open_raw()
583 savetype, writing, 0, NULL, statbufp); in Perl_do_open6()
990 int writing, bool was_fdopen, const char *type, Stat_t *statbufp) in S_openn_cleanup()
1153 if (statbufp) in S_openn_cleanup()
1154 *statbufp = statbuf; in S_openn_cleanup()
2941 /* Do the permissions in *statbufp allow some operation? */
2944 Perl_cando(pTHX_ Mode_t mode, bool effective, const Stat_t *statbufp)
2975 return cBOOL(mode & statbufp->st_mode);
2984 if (statbufp->st_mode & 0111 || S_ISDIR(statbufp
515 Perl_do_open_raw(pTHX_ GV * gv,const char * oname,STRLEN len,int rawmode,int rawperm,Stat_t * statbufp) Perl_do_open_raw() argument
986 S_openn_cleanup(pTHX_ GV * gv,IO * io,PerlIO * fp,char * mode,const char * oname,PerlIO * saveifp,PerlIO * saveofp,int savefd,char savetype,int writing,bool was_fdopen,const char * type,Stat_t * statbufp) S_openn_cleanup() argument
2903 Perl_cando(pTHX_ Mode_t mode,bool effective,const Stat_t * statbufp) global() argument
[all...]
H A Dproto.h471 Perl_cando(pTHX_ Mode_t mode, bool effective, const Stat_t *statbufp)
475 assert(statbufp)
925 Perl_do_open_raw(pTHX_ GV *gv, const char *oname, STRLEN len, int rawmode, int rawperm, Stat_t *statbufp)
6663 S_openn_cleanup(pTHX_ GV *gv, IO *io, PerlIO *fp, char *mode, const char *oname, PerlIO *saveifp, PerlIO *saveofp, int savefd, char savetype, int writing, bool was_fdopen, const char *type, Stat_t *statbufp);
H A Dembed.fnc776 |NN const Stat_t *statbufp
1043 |NULLOK Stat_t *statbufp
4145 |NULLOK Stat_t *statbufp
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c11849 Perl_flex_stat_int(pTHX_ const char *fspec, Stat_t *statbufp, int lstat_flag);
12016 Perl_cando(pTHX_ Mode_t bit, bool effective, const Stat_t *statbufp) argument
12019 (bit, effective, statbufp->st_devnam, PERL_RMSEXPAND_M_VMS_IN);
12036 Perl_flex_fstat(pTHX_ int fd, Stat_t *statbufp) argument
12039 if (!fstat(fd, &statbufp->crtl_stat)) {
12050 statbufp->st_devnam[0] = 0;
12056 statbufp->st_devnam,
12059 statbufp->st_devnam[0] = 0;
12063 VMS_INO_T_COPY(statbufp->st_ino, statbufp->crtl_stat.st_ino);
12065 (statbufp->st_dev, statbufp->st_devnam, statbufp->crtl_stat.st_dev);
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc678 pR |bool |cando |Mode_t mode|bool effective|NN const Stat_t* statbufp
866 |NULLOK Stat_t *statbufp
873 |int rawmode|int rawperm|NULLOK Stat_t *statbufp