Searched defs:chmod (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | chmod.c | 40 #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 D | Command.pm | 33 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 D | fuse_compat.h | 30 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 D | fuse.h | 136 int (*chmod) (const char *, mode_t); member in struct:fuse_operations
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 102 #define syschmod chmod 307 chmod(const char* path, mode_t mode) function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 428 # define chmod PerlLIO_chmod macro
|
Completed in 34 milliseconds