Home
last modified time | relevance | path

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

1234

/src/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()
/src/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()
/src/contrib/unifdef/
H A Dunifdef.h51 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in mktempmode()
/src/crypto/krb5/src/lib/krb5/os/
H A Dkrbfileio.c76 fchmod(fd, 0600); in k5_create_secure_file()
/src/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y ) macro
/src/tools/test/stress2/misc/
H A Dfexecve.sh61 if (fchmod(fd, 0700) < 0)
/src/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()
/src/sys/contrib/xen/io/
H A Dfsif.h157 struct fsif_chmod_request fchmod; member
/src/sbin/mksnap_ffs/
H A Dmksnap_ffs.c185 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0) in main()
/src/contrib/libpcap/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/src/contrib/tcpdump/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/src/usr.bin/mail/
H A Dedit.c145 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
/src/contrib/netbsd-tests/lib/libc/sys/
H A Dt_access.c70 ATF_REQUIRE(fchmod(fd, perm[i]) == 0); in ATF_TC_BODY()
/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h415 inline int fchmod(int fd, int perms) { in fchmod() function
467 using ::fchmod;
/src/usr.bin/localedef/
H A Dlocaledef.c133 if (fchmod(fileno(f), 0644) < 0) { in close_category()
/src/tests/sys/fifo/
H A Dfifo_misc.c244 if (fchmod(reader_fd, 0666) != 0) { in test_chmodchown()
/src/share/doc/psd/05.sysman/
H A Dspell.ok134 fchmod
/src/crypto/openssh/
H A Dauth-krb5.c262 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
/src/lib/libutil/
H A Dquotafile.c197 fchmod(qf->fd, 0640); in quota_open()
567 fchmod(newqf->fd, 0640); in quota_convert()
/src/lib/libc/include/
H A Dun-namespace.h228 #undef fchmod
H A Dnamespace.h255 #define fchmod _fchmod
/src/sys/sys/
H A Dstat.h374 int fchmod(int, mode_t);
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_share_nfs.c147 (void) fchmod(fileno(tmpf->fp), 0644); in nfs_fini_tmpfile()
/src/sbin/ldconfig/
H A Delfhints.c279 if (fchmod(fd, 0444) == -1) in write_elf_hints()

1234