Searched refs:Perl_my_chmod (Results 1 – 2 of 2) sorted by relevance
134 #define my_chmod(a,b) Perl_my_chmod(aTHX_ a,b)699 int Perl_my_chmod(pTHX_ const char *, mode_t);
2112 Perl_my_chmod(pTHX_ const char *file_spec, mode_t mode) in Perl_my_chmod() function