Home
last modified time | relevance | path

Searched defs:fchmod (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y ) macro
/freebsd/tests/sys/kern/
H A Dunix_dgram.c397 ATF_TC_BODY(fchmod, tc) in ATF_TC_BODY() argument
/freebsd/sys/contrib/xen/io/
H A Dfsif.h157 struct fsif_chmod_request fchmod; member
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h408 inline int fchmod(int fd, int perms) { in fchmod() function
/freebsd/tests/sys/fs/fusefs/
H A Dsetattr.cc294 TEST_F(Setattr, fchmod) in TEST_F() argument
/freebsd/contrib/tzcode/
H A Dzic.c781 # define fchmod(fd, mode) 0 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp677 INTERCEPTOR(int, fchmod, int fd, mode_t mode) { argument