/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_o_search.c | 90 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 D | unix_dgram.c | 396 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 D | unifdef.h | 51 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in mktempmode()
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 89 #define fchmod( _x, _y ) macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | fexecve.sh | 61 if (fchmod(fd, 0700) < 0)
|
/freebsd/contrib/dma/ |
H A D | spool.c | 89 if (fchmod(fd, 0660) < 0) in newspoolf() 133 if (fchmod(queuefd, 0660) < 0) in writequeuef()
|
H A D | dma-mbox-create.c | 183 if (fchmod(f, 0620)) in main()
|
/freebsd/sys/contrib/xen/io/ |
H A D | fsif.h | 157 struct fsif_chmod_request fchmod; member
|
/freebsd/sbin/mksnap_ffs/ |
H A D | mksnap_ffs.c | 185 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0) in main()
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 64 int fchmod(int, int);
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 64 int fchmod(int, int);
|
/freebsd/usr.bin/mail/ |
H A D | edit.c | 145 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_access.c | 74 ATF_REQUIRE(fchmod(fd, perm[i]) == 0); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 415 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 D | fifo_misc.c | 244 if (fchmod(reader_fd, 0666) != 0) { in test_chmodchown()
|
/freebsd/usr.bin/localedef/ |
H A D | localedef.c | 133 if (fchmod(fileno(f), 0644) < 0) { in close_category()
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 134 fchmod
|
/freebsd/crypto/openssh/ |
H A D | auth-krb5.c | 262 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
|
/freebsd/lib/libutil/ |
H A D | quotafile.c | 197 fchmod(qf->fd, 0640); in quota_open() 567 fchmod(newqf->fd, 0640); in quota_convert()
|
/freebsd/sys/sys/ |
H A D | stat.h | 371 int fchmod(int, mode_t);
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 255 #define fchmod _fchmod
|
H A D | un-namespace.h | 228 #undef fchmod
|
/freebsd/sys/contrib/openzfs/lib/libshare/ |
H A D | nfs.c | 147 (void) fchmod(fileno(tmpf->fp), 0644); in nfs_fini_tmpfile()
|
/freebsd/lib/libsys/ |
H A D | Symbol.sys.map | 77 fchmod;
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_ppsdev.c | 359 if (-1 == fchmod(fdpps, sb.st_mode)) { in findMatchingPpsDev()
|