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

1234567891011>>

/freebsd-10.0-release/tools/regression/iscsi/
H A Discsi-test.sh645 check chmod 755 $MNTDIR
660 check chmod 755 /$ZFSPOOL
677 check chmod 755 $MNTDIR
693 check chmod 755 $MNTDIR
710 check chmod 755 $MNTDIR
725 check chmod 755 /$ZFSPOOL
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c317 if (chmod(dir, S_IRWXU | S_IRWXG) < 0) {
318 wpa_printf(MSG_ERROR, "CTRL: Could not chmod directory: %s",
353 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
354 wpa_printf(MSG_ERROR, "CTRL: chmod[ctrl_interface]: %s",
418 if (chmod(fname, S_IRWXU | S_IRWXG) < 0) {
419 perror("chmod[ctrl_interface/ifname]");
/freebsd-10.0-release/crypto/openssh/
H A Dbuildpkg.sh.in205 chmod 744 $FAKE_ROOT${TEST_DIR}${SMF_METHOD_DIR}/${SYSVINIT_NAME}
211 chmod 644 $FAKE_ROOT${TEST_DIR}${SMF_MANIFEST_DIR}/${SYSVINIT_NAME}.xml
216 chmod 744 $FAKE_ROOT${TEST_DIR}/etc/init.d/${SYSVINIT_NAME}
H A Dscp.c1062 (void) chmod(np, mode);
1079 (void) chmod(vect[0], mode);
1150 if (chmod(np, omode)) {
1161 if (chmod(np, omode & ~mask)) {
/freebsd-10.0-release/contrib/atf/admin/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
462 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/contrib/ldns/drill/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/contrib/ldns/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
462 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A DMakefile.in64 -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
/freebsd-10.0-release/contrib/libyaml/config/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_term.c330 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) {
337 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0) {
/freebsd-10.0-release/contrib/openpam/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
462 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/contrib/tcsh/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/contrib/unbound/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
462 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/crypto/heimdal/
H A Dinstall-sh62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.0-release/sys/sys/
H A Dsyscall.mk19 chmod.o \
/freebsd-10.0-release/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c451 chmod(dname, 0666 & ~mask);
563 chmod(dname, 0666 & ~mask);
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dfs.cpp116 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) {
123 p.str() + ")", "chmod(2) failed",
/freebsd-10.0-release/contrib/bmake/mk/
H A Dmeta.stage.mk79 [ -z "$$mode" ] || chmod $$mode $$t; \
109 [ -z "$$mode" ] || chmod $$mode $$t; \
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dbuildvirtuser120 chmod($st->mode, $new) || warn "Could not chmod($st->mode, $new): $!\n";
121 chown($st->uid, $st->gid, $new) || warn "Could not chmod($st->uid, $st->gid, $new): $!\n";
/freebsd-10.0-release/contrib/sendmail/src/
H A Dcontrol.c140 if (chmod(ControlSocketName, S_IRUSR|S_IWUSR) < 0)
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A DMakefile64 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.0-release/crypto/openssl/crypto/buffer/
H A DMakefile53 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A DMakefile65 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A DMakefile61 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A DMakefile53 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \

Completed in 137 milliseconds

1234567891011>>