Searched refs:chmod (Results 201 - 225 of 923) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dcygwin.sh122 chmod u+w usr/lib/engines/*.so
124 chmod u-w usr/lib/engines/*.so
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drename.c185 bit. We do the chmod before the chown because if the
187 able to do the chmod afterward. We don't bother to
194 chmod (to, s.st_mode & 0777);
196 chmod (to, s.st_mode & 07777);
/macosx-10.10.1/emacs-93/emacs/etc/
H A DMakefile110 chmod u+w $(SOURCES)
113 chmod u-w $(SOURCES)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dfunctions.sh145 chmod +x $tmp/script
180 chmod +x $tmp/script
222 chmod +x $tmp/foobar
406 chmod +x try
421 chmod +x foobar
839 chmod +x '$tmp'/script
1021 chmod +x $tmp1
1044 chmod +x $tmp/foobar
1071 chmod +x foo
H A Dalias.sh91 chmod +x $tmp/$i
H A Dbracket.sh56 chmod 777 $file
84 chmod 000 $file
191 chmod 600 $file
210 chmod 4755 "$file"
H A Dreturn.sh123 chmod 755 $file
H A Dtilde.sh97 chmod +x $tmp/tilde
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dopen.c86 if (mode && chmod(path, mode))
/macosx-10.10.1/libpthread-105.1.4/xcodescripts/
H A Dinstall-manpages.sh96 chmod $INSTALL_MODE_FLAG $BASE_PAGES
/macosx-10.10.1/postfix-255/Postfix.ServerSetup/
H A Dset_credentials.sh33 chmod 600 /Library/Server/Mail/Config/postfix/submit.cred
/macosx-10.10.1/rsync-45/rsync/support/
H A Dfile-attr-restore109 if (!$dry_run && !chmod($mode, $fn)) {
110 warn "chmod($mode, \"$name\") failed: $!\n";
120 if (($mode & 06000) && !chmod($mode, $fn)) {
121 warn "post-chown chmod($mode, \"$name\") failed: $!\n";
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_cleanup_command.rb83 FileUtils.chmod 0555, @gemhome
100 FileUtils.chmod 0755, @gemhome
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DinstallManPage108 chmod 444 $Dir/$First
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DinstallManPage108 chmod 444 $Dir/$First
/macosx-10.10.1/zsh-61/zsh/Util/
H A Dmkdisttree.sh87 exec chmod -R a+rX,u+w,g-s,go-w $disttree
/macosx-10.10.1/OpenSSL098-52/src/
H A DMakefile.org589 find . -type d -print | xargs chmod 755
590 find . -type f -print | xargs chmod a+r
591 find . -type f -perm -0100 -print | xargs chmod a+x
632 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
641 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
653 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
658 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
661 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
677 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libcrypto.pc
679 chmod 64
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dagent-pkcs11.sh32 chmod 600 $OBJ/pkcs11.key
H A Dssh-com-client.sh32 chmod 600 ${OBJ}/id.com
34 chmod 600 ${OBJ}/id.openssh
/macosx-10.10.1/RubyGems-28/
H A DMakefile33 $(FIND) $(DSTROOT) -type f \( -name '*.[ch]' -o -name '*.txt' \) -perm -a+x | xargs -t chmod a-x
/macosx-10.10.1/file_cmds-242/mkdir/
H A Dmkdir.c128 * as chmod will (obviously) ignore the umask.
130 if (success && mode != NULL && chmod(*argv, omode) == -1) {
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dexecrate.sh98 *chgrp|*chmod)
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Dsave-history.rb106 File.chmod(0600, history_file)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl37 set ::tcltest::testConstraints(need_chmod) [llength [info commands chmod]]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dfs_test.cpp157 ATF_REQUIRE(::chmod("aux", 0555) != -1);
181 ATF_REQUIRE(::chmod("root/1/2", 0555) != -1);
182 ATF_REQUIRE(::chmod("root/1", 0555) != -1);

Completed in 284 milliseconds

1234567891011>>