Home
last modified time | relevance | path

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

1234

/freebsd/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/tests/sys/kern/
H A Dunix_dgram.c396 ATF_TC_WITHOUT_HEAD(fchmod);
397 ATF_TC_BODY(fchmod, tc) in ATF_TC_BODY() argument
411 error = fchmod(sd, 0600 | S_ISUID); in ATF_TC_BODY()
415 error = fchmod(sd, 0766); in ATF_TC_BODY()
426 error = fchmod(sd, 0666); in ATF_TC_BODY()
438 ATF_TP_ADD_TC(tp, fchmod); in ATF_TP_ADD_TCS()
/freebsd/contrib/unifdef/
H A Dunifdef.h51 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in mktempmode()
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y ) macro
/freebsd/tools/test/stress2/misc/
H A Dfexecve.sh61 if (fchmod(fd, 0700) < 0)
/freebsd/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/sys/contrib/xen/io/
H A Dfsif.h157 struct fsif_chmod_request fchmod; member
/freebsd/sbin/mksnap_ffs/
H A Dmksnap_ffs.c185 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0) in main()
/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/freebsd/usr.bin/mail/
H A Dedit.c145 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_access.c74 ATF_REQUIRE(fchmod(fd, perm[i]) == 0); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h415 inline int fchmod(int fd, int perms) { in fchmodat()
467 using ::fchmod; in readlink()
425 inline int fchmod(int fd, int perms) { fchmod() function
/freebsd/tests/sys/fifo/
H A Dfifo_misc.c244 if (fchmod(reader_fd, 0666) != 0) { in test_chmodchown()
/freebsd/usr.bin/localedef/
H A Dlocaledef.c133 if (fchmod(fileno(f), 0644) < 0) { in close_category()
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok134 fchmod
/freebsd/crypto/openssh/
H A Dauth-krb5.c262 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
/freebsd/lib/libutil/
H A Dquotafile.c197 fchmod(qf->fd, 0640); in quota_open()
567 fchmod(newqf->fd, 0640); in quota_convert()
/freebsd/sys/sys/
H A Dstat.h371 int fchmod(int, mode_t);
/freebsd/lib/libc/include/
H A Dnamespace.h255 #define fchmod _fchmod
H A Dun-namespace.h228 #undef fchmod
/freebsd/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c147 (void) fchmod(fileno(tmpf->fp), 0644); in nfs_fini_tmpfile()
/freebsd/lib/libsys/
H A DSymbol.sys.map77 fchmod;
/freebsd/contrib/ntp/ntpd/
H A Dntp_ppsdev.c359 if (-1 == fchmod(fdpps, sb.st_mode)) { in findMatchingPpsDev()

1234