Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd-13.1/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c90 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY()
120 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY()
125 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY()
152 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY()
157 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY()
184 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY()
213 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY()
217 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY()
243 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY()
247 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY()
/freebsd-13.1/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y ) macro
/freebsd-13.1/contrib/dma/
H A Dspool.c89 if (fchmod(fd, 0660) < 0) in newspoolf()
133 if (fchmod(queuefd, 0660) < 0) in writequeuef()
H A Ddma-mbox-create.c183 if (fchmod(f, 0620)) in main()
/freebsd-13.1/sys/xen/interface/io/
H A Dfsif.h157 struct fsif_chmod_request fchmod; member
/freebsd-13.1/sbin/mksnap_ffs/
H A Dmksnap_ffs.c183 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0) in main()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_access.c72 ATF_REQUIRE(fchmod(fd, perm[i]) == 0); in ATF_TC_BODY()
/freebsd-13.1/contrib/libpcap/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/freebsd-13.1/usr.bin/mail/
H A Dedit.c153 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
/freebsd-13.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/freebsd-13.1/sys/kern/
H A Dcapabilities.conf185 fchmod
/freebsd-13.1/usr.bin/localedef/
H A Dlocaledef.c135 if (fchmod(fileno(f), 0644) < 0) { in close_category()
/freebsd-13.1/tests/sys/fifo/
H A Dfifo_misc.c246 if (fchmod(reader_fd, 0666) != 0) { in test_chmodchown()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h429 int fchmod(int fd, int perms) { in fchmod() function
489 using ::fchmod;
/freebsd-13.1/crypto/openssh/
H A Dauth-krb5.c262 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
/freebsd-13.1/share/doc/psd/05.sysman/
H A Dspell.ok134 fchmod
/freebsd-13.1/lib/libutil/
H A Dquotafile.c199 fchmod(qf->fd, 0640); in quota_open()
569 fchmod(newqf->fd, 0640); in quota_convert()
/freebsd-13.1/tests/sys/file/
H A Dpath_test.c119 ATF_REQUIRE_ERRNO(EBADF, fchmod(pathfd, 0666) == -1); in ATF_TC_BODY()
279 ATF_REQUIRE_ERRNO(EBADF, fchmod(pathfd, 0500) == -1); in ATF_TC_BODY()
307 ATF_REQUIRE_ERRNO(EBADF, fchmod(pathfd, 0500) == -1); in ATF_TC_BODY()
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h257 #define fchmod _fchmod
H A Dun-namespace.h230 #undef fchmod
/freebsd-13.1/sbin/ldconfig/
H A Delfhints.c265 if (fchmod(fd, 0444) == -1) in write_elf_hints()
/freebsd-13.1/sys/sys/
H A Dstat.h373 int fchmod(int, mode_t);
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c216 ret = fchmod(fd, mode); in fchmodat()
/freebsd-13.1/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c313 ret = fchmod(fd_cap, 0644); in try_file_ops()
314 CHECK_RESULT(fchmod, CAP_FCHMOD, ret == 0); in try_file_ops()
/freebsd-13.1/crypto/heimdal/appl/rcp/
H A Drcp.c611 if (fchmod(ofd, omode)) in sink()
616 if (fchmod(ofd, omode & ~mask)) in sink()

1234