Searched refs:fchmod (Results 1 - 10 of 10) sorted by path

/haiku/headers/posix/sys/
H A Dstat.h113 extern int fchmod(int fd, mode_t mode);
/haiku/src/build/libroot/
H A Dfs_darwin.cpp151 // fake lchmod() with open() and fchmod()
153 int status = fchmod(symlinkfd, mode);
172 // fake lchmod() with open() and fchmod()
174 status = fchmod(fullfd, mode);
H A Dfs.cpp921 if (fchmod(realFD, st->st_mode) < 0)
H A Dfunction_remapper.cpp16 fchmod(int fd, mode_t mode) function
18 HIDDEN_FUNCTION(fchmod);
/haiku/src/system/libroot/posix/sys/
H A Dchmod.c32 fchmod(int fd, mode_t mode) function
/haiku/src/tests/system/libroot/posix/
H A Dchmod.cpp41 if (fchmod(fd, 0666) == -1) {
/haiku/headers/build/
H A DBeOSBuildCompatibility.h128 # define fchmod(fd, mode) _haiku_build_fchmod(fd, mode) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1325 #define fchmod fssh_fchmod macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1672 void fchmod() {} function
H A Dlibroot_stubs_legacy.c1616 void fchmod() {} function

Completed in 153 milliseconds