Searched refs:fchmod (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.h52 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c90 ATF_REQUIRE(fchmod(dfd, 0644) == 0);
120 ATF_REQUIRE(fchmod(dfd, 0644) == 0);
125 ATF_REQUIRE(fchmod(dfd, 0444) == 0);
152 ATF_REQUIRE(fchmod(dfd, 0644) == 0);
157 ATF_REQUIRE(fchmod(dfd, 0444) == 0);
184 ATF_REQUIRE(fchmod(dfd, 0644) == 0);
213 ATF_REQUIRE(fchmod(dfd, 0644) == 0);
217 ATF_REQUIRE(fchmod(dfd, 0444) == 0);
243 ATF_REQUIRE(fchmod(dfd, 0644) == 0);
247 ATF_REQUIRE(fchmod(df
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y ) macro
/freebsd-11-stable/contrib/dma/
H A Ddma-mbox-create.c145 if (fchmod(f, 0620))
H A Dspool.c86 if (fchmod(fd, 0660) < 0)
130 if (fchmod(queuefd, 0660) < 0)
/freebsd-11-stable/sys/xen/interface/io/
H A Dfsif.h157 struct fsif_chmod_request fchmod; member in union:fsif_request::__anon13553
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf164 fchmod
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf90 fchmod
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/freebsd-11-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c184 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0)
/freebsd-11-stable/usr.bin/mail/
H A Dedit.c151 if (readonly && fchmod(t, 0400) == -1) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_access.c72 ATF_REQUIRE(fchmod(fd, perm[i]) == 0);
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk93 fchmod.o \
H A Dstat.h326 int fchmod(int, mode_t);
/freebsd-11-stable/tests/sys/fifo/
H A Dfifo_misc.c228 * fchmod(2)/fchown(2) on FIFO should work.
246 if (fchmod(reader_fd, 0666) != 0) {
247 warn("%s: fchmod", __func__);
/freebsd-11-stable/crypto/openssh/
H A Dauth-krb5.c261 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) {
263 logit("fchmod(): %.100s", strerror(oerrno));
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h226 #undef fchmod
H A Dnamespace.h253 #define fchmod _fchmod
/freebsd-11-stable/sbin/ldconfig/
H A Delfhints.c266 if (fchmod(fd, 0444) == -1)
267 err(1, "fchmod(%s)", tempname);
/freebsd-11-stable/usr.bin/localedef/
H A Dlocaledef.c131 if (fchmod(fileno(f), 0644) < 0) {
/freebsd-11-stable/bin/rcp/
H A Drcp.c690 if (fchmod(ofd, omode))
695 if (fchmod(ofd, omode & ~mask))
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c611 if (fchmod(ofd, omode))
616 if (fchmod(ofd, omode & ~mask))
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c313 ret = fchmod(fd_cap, 0644);
314 CHECK_RESULT(fchmod, CAP_FCHMOD, ret == 0);
/freebsd-11-stable/lib/libutil/
H A Dquotafile.c197 fchmod(qf->fd, 0640);
567 fchmod(newqf->fd, 0640);

Completed in 203 milliseconds

123