Lines Matching defs:perm
267 int imode, int perm, PerlIO *old, int narg, SV **args)
282 fd = PerlLIO_open3_cloexec(name, imode, perm);
1392 const char *mode, int fd, int imode, int perm,
1398 PERL_UNUSED_ARG(perm);
1608 IV n, const char *mode, int fd, int imode, int perm,
1613 PerlIO* ret = (*tab->Open)(aTHX_ tab, layers, n - 1, mode, fd, imode, perm, old, narg, args);
1906 int imode, int perm, PerlIO *f, int narg, SV **args)
1966 imode, perm, (void*)f, narg, (void*)args) );
1968 f = (*tab->Open) (aTHX_ tab, layera, n, mode, fd, imode, perm,
3069 int perm, PerlIO *f, int narg, SV **args)
3082 perm = 0777; /* preserve RMS defaults, ACL inheritance, etc. */
3084 perm = 0666;
3092 fd = PerlLIO_open3_cloexec(path, imode, perm);
3441 int perm, PerlIO *f, int narg, SV **args)
3470 fd = PerlLIO_open3_cloexec(path, imode, perm);
4270 IV n, const char *mode, int fd, int imode, int perm,
4279 (*tab->Open)(aTHX_ tab, layers, n - 1, mode, fd, imode, perm,
4295 f = (*tab->Open)(aTHX_ tab, layers, n - 1, mode, fd, imode, perm,