Home
last modified time | relevance | path

Searched defs:chmod (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dinstall_lib.pl109 sub chmod { subroutine
H A Dconfig_h.SH129 * to change mode of opened files. If unavailable, use chmod(). function
H A DXSUB.h562 # define chmod PerlLIO_chmod macro
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm264 sub chmod { subroutine
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com140 extern int brk(), chdir(), chmod(), chown(), mkdir(); function
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm613 sub chmod { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm1200 sub chmod { subroutine
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPaths.pm37 sub chmod($) { '/bin/chmod' } # external command is used for symbolic modes. subroutine
/openbsd/lib/libfuse/
H A Dfuse.h110 int (*chmod)(const char *, mode_t); member
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h290 #define chmod(p,m) win32_chmod(p,m) macro
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h499 #define chmod(file_spec, mode) my_chmod((file_spec), (mode)) macro
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h443 #define chmod(path,mode) os2_chmod((path),(mode)) macro