Searched refs:chmod (Results 1 - 25 of 99) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.t22 chmod $perm, "mhx", $path;
/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/t/op/
H A Dfiletest.t22 eval { chmod 0555, 'TEST' or die "chmod 0555, 'TEST' failed: $!" };
35 skip('we cannot chmod symlinks');
/osnet-11/usr/src/lib/libast/common/comp/
H A Dmkdir.c59 return(chmod(path, mode));
H A Dopen.c86 if (mode && chmod(path, mode))
/osnet-11/usr/src/cmd/ast/msgcc/
H A DMakefile59 chmod a+rx 'msgcc'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t115 ExtUtils::Command::chmod();
122 ExtUtils::Command::chmod();
129 ExtUtils::Command::chmod();
137 ExtUtils::Command::chmod();
H A DMkbootstrap.t81 chmod 0444, 'dasboot.bs';
91 chmod 0777, 'dasboot.bs';
H A DInstall.t94 chmod 0644, 'blib/lib/Big/Dummy.pm' or die $!;
H A DPacklist.t92 chmod 0444, 'eplist';
102 chmod 0777, 'eplist';
/osnet-11/usr/src/lib/libfru/libfruraw/
H A DMakefile.com61 chmod 755 $(DYNLIB)
/osnet-11/usr/src/grub/grub-0.97/
H A Dmkinstalldirs126 echo "chmod $dirmode $pathcomp"
128 chmod "$dirmode" "$pathcomp" || lasterr=$?
/osnet-11/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h73 ASTCMDLIST(chmod)
/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_impl.h73 (fs->op.chmod ? fs->op.chmod(path, mode) : ENOSYS)
/osnet-11/usr/src/lib/libsecdb/common/
H A Di.rbac190 chmod a-w,a+r ${oldfile}.d/"$PKGINST"
/osnet-11/usr/src/lib/libcmd/common/
H A Dchmod.c27 * chmod
31 "[-?\n@(#)$Id: chmod (AT&T Research) 2010-07-28 $\n]"
33 "[+NAME?chmod - change the access permissions of files]"
175 * to allow `chmod -x etc' to fall through
255 chmod;
266 if (chmodf == chmod)
H A Dmkdir.c179 if ((st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)) != (mode & (S_ISVTX|S_ISUID|S_ISGID)) && chmod(path, mode))
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A DMakefile.com64 chmod 755 $(DYNLIB)
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A DMakefile.com63 chmod 755 $(DYNLIB)
/osnet-11/usr/src/lib/libfru/libfrureg/
H A DMakefile.com64 chmod 755 $(DYNLIB)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dtempfile.t96 chmod 0444, $tempfile;
/osnet-11/usr/src/lib/libc/i386/etc/
H A Dcaplib.ksh46 CHMOD=/usr/bin/chmod
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t118 is(chmod($newmode,'a'), 1, "chmod succeeding");
129 is($mode & 0777, $newmode, "chmod going through");
133 chmod 0444, 'x';
136 is(chmod($newmode,'c','x'), 2, "chmod two files");
144 is($mode & 0777, $newmode, "chmod going through to c");
153 is($mode & 0777, $newmode, "chmod going through to x");
177 chmod 0777, 'b';
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH);

Completed in 111 milliseconds

1234