Searched defs:chmod (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dchmod.c40 #pragma weak _chmod = chmod
42 chmod(const char *path, mode_t mode) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm33 perl -MExtUtils::Command=chmod -e chmod mode files...
111 chmod(0777,$_);
165 =item chmod mode files...
171 sub chmod { subroutine
174 chmod(oct $mode,@ARGV) || die "Cannot chmod ".join(' ',$mode,@ARGV).":$!";
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h30 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat25
89 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat22
140 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat2
188 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat1
H A Dfuse.h136 int (*chmod) (const char *, mode_t); member in struct:fuse_operations
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c102 #define syschmod chmod
307 chmod(const char* path, mode_t mode) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h428 # define chmod PerlLIO_chmod macro

Completed in 30 milliseconds