Searched refs:chmod (Results 176 - 200 of 558) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/pjdfstest/tests/mkdir/
H A D00.t48 expect 0 chmod . 0777
/freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/
H A D00.t48 expect 0 chmod . 0777
/freebsd-12-stable/contrib/pjdfstest/tests/mknod/
H A D00.t48 expect 0 chmod . 0777
/freebsd-12-stable/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-12-stable/lib/libc/sys/
H A DMakefile.inc170 chmod.2 \
367 MLINKS+=chmod.2 fchmod.2 \
368 chmod.2 fchmodat.2 \
369 chmod.2 lchmod.2
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Daccess.cc92 TEST_F(Access, chmod)
114 EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
H A Dsetattr.cc103 ASSERT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
111 TEST_F(Setattr, chmod)
140 EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
199 ASSERT_EQ(0, chmod(FULLPATH0, newmode)) << strerror(errno);
743 ASSERT_EQ(-1, chmod(FULLPATH, newmode));
748 TEST_F(Setattr_7_8, chmod)
777 EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
/freebsd-12-stable/libexec/save-entropy/
H A Dsave-entropy.sh128 chmod 600 "${save_file}" 2>/dev/null || :
/freebsd-12-stable/release/picobsd/bridge/
H A Dcrunch.conf94 progs chmod chown
/freebsd-12-stable/release/picobsd/qemu/
H A Dcrunch.conf94 progs chmod chown
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drandfile.c33 # define chmod _chmod macro
200 * chmod(..., 0600) is too late to protect the file, permissions
242 chmod(file, 0600);
/freebsd-12-stable/crypto/openssh/contrib/cygwin/
H A Dssh-user-config108 if [ -d "${pwdhome}" -a -n "`chmod -c g-w,o-w "${pwdhome}"`" ]
154 if ! chmod u-x,g-wx,o-wx "${pwdhome}/.ssh/authorized_keys"
/freebsd-12-stable/crypto/openssh/regress/
H A Dscp.sh21 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
97 chmod 660 ${DIR2}/copy
/freebsd-12-stable/usr.bin/bmake/tests/
H A Dcommon.sh112 chmod ${2} ${WORK_DIR}/${1}
128 chmod ${2} ${WORK_DIR}/${dstname}
/freebsd-12-stable/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-12-stable/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-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mkfifo.c228 ATF_REQUIRE_ERRNO(EFTYPE, chmod(path, 1777) == -1);
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Ddir.c270 i = chmod(templet, 0700);
/freebsd-12-stable/contrib/openresolv/
H A DMakefile100 chmod 644 ${DISTINFOSIGN}
/freebsd-12-stable/contrib/opie/
H A Dpermsfile.c141 if ((chmod(*(globlist++), applies) < 0) && (errno != ENOENT))
142 perror("chmod");
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Demscripten.sh171 chmod +x "${file}.tmp"
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c93 CHECK_CAPMODE(chmod, "/tmp/cap_capmode_chmod", 0644);
/freebsd-12-stable/libexec/rc/rc.d/
H A Dmdconfig2166 [ -z "${_perms}" ] || chmod -f ${_perms} ${_dev} ${_mp}
H A Dntpd74 chmod 0755 "${_ntp_default_dir}" || return 1
/freebsd-12-stable/etc/sendmail/
H A DMakefile5 CHMOD= chmod

Completed in 129 milliseconds

1234567891011>>