Home
last modified time | relevance | path

Searched refs:Perl_my_chmod (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h134 #define my_chmod(a,b) Perl_my_chmod(aTHX_ a,b)
699 int Perl_my_chmod(pTHX_ const char *, mode_t);
H A Dvms.c2112 Perl_my_chmod(pTHX_ const char *file_spec, mode_t mode) in Perl_my_chmod() function