Searched refs:chmod (Results 226 - 250 of 678) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/pjdfstest/tests/mkdir/
H A D00.t47 expect 0 chmod . 0777
/freebsd-10.2-release/contrib/pjdfstest/tests/mkfifo/
H A D00.t47 expect 0 chmod . 0777
/freebsd-10.2-release/contrib/pjdfstest/tests/mknod/
H A D00.t47 expect 0 chmod . 0777
/freebsd-10.2-release/lib/libc/sys/
H A DMakefile.inc157 chmod.2 \
341 MLINKS+=chmod.2 fchmod.2 \
342 chmod.2 fchmodat.2 \
343 chmod.2 lchmod.2
/freebsd-10.2-release/release/picobsd/bridge/
H A Dcrunch.conf94 progs chmod chown
/freebsd-10.2-release/release/picobsd/qemu/
H A Dcrunch.conf94 progs chmod chown
/freebsd-10.2-release/contrib/gdb/
H A Dinstall-sh54 chmodprog="${CHMODPROG-chmod}"
86 -m MODE $chmod installed files to MODE.
272 # and set any options; do chmod last to preserve setuid bits.
/freebsd-10.2-release/contrib/groff/contrib/mm/
H A DMakefile.sub49 -chmod +x $@
/freebsd-10.2-release/contrib/groff/contrib/pdfmark/
H A DMakefile.sub84 chmod +x $@
/freebsd-10.2-release/tools/regression/pjdfstest/tests/mkdir/
H A D00.t47 expect 0 chmod . 0777
/freebsd-10.2-release/tools/regression/pjdfstest/tests/mkfifo/
H A D00.t47 expect 0 chmod . 0777
/freebsd-10.2-release/tools/regression/pjdfstest/tests/mknod/
H A D00.t47 expect 0 chmod . 0777
/freebsd-10.2-release/crypto/openssh/regress/
H A Dscp.sh21 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
97 chmod 660 ${DIR2}/copy
H A Dtest-exec.sh169 chmod a+rx $OBJ/ssh-log-wrapper.sh
179 chmod u+w ${DATA}
407 chmod 644 $OBJ/authorized_keys_$USER
/freebsd-10.2-release/crypto/openssh/
H A Dsshpty.c91 if (chmod(tty, (mode_t) 0666) < 0)
92 error("chmod %.100s 0666 failed: %.100s", tty, strerror(errno));
248 if (chmod(tty, mode) < 0) {
251 debug("chmod(%.100s, 0%o) failed: %.100s",
254 fatal("chmod(%.100s, 0%o) failed: %.100s",
/freebsd-10.2-release/usr.bin/bmake/tests/
H A Dcommon.sh112 chmod ${2} ${WORK_DIR}/${1}
128 chmod ${2} ${WORK_DIR}/${dstname}
/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A DMakefile.in114 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
642 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
643 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
644 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
646 || chmod -R a+r $(distdir)
688 chmod -R a-w $(distdir); chmod a+w $(distdir)
691 chmod a-w $(distdir)
705 && chmod -R a-w "$$dc_install_base" \
/freebsd-10.2-release/contrib/gcclibs/libssp/
H A DMakefile.in110 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
555 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
556 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
557 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
559 || chmod -R a+r $(distdir)
601 chmod -R a-w $(distdir); chmod a+w $(distdir)
604 chmod a-w $(distdir)
618 && chmod -R a-w "$$dc_install_base" \
/freebsd-10.2-release/contrib/sqlite3/
H A DMakefile.in101 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
522 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
523 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
524 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
526 || chmod -R a+r $(distdir)
568 chmod -R a-w $(distdir); chmod a+w $(distdir)
571 chmod a-w $(distdir)
585 && chmod -R a-w "$$dc_install_base" \
/freebsd-10.2-release/contrib/ntp/lib/isc/win32/
H A Ddir.c270 i = chmod(templet, 0700);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mkfifo.c228 ATF_REQUIRE_ERRNO(EFTYPE, chmod(path, 1777) == -1);
/freebsd-10.2-release/contrib/opie/
H A Dpermsfile.c141 if ((chmod(*(globlist++), applies) < 0) && (errno != ENOENT))
142 perror("chmod");
/freebsd-10.2-release/crypto/openssl/crypto/idea/
H A DMakefile53 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.2-release/crypto/openssl/crypto/jpake/
H A DMakefile32 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.2-release/crypto/openssl/crypto/lhash/
H A DMakefile53 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \

Completed in 142 milliseconds

1234567891011>>