Searched refs:fchownat (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/build/host/darwin/
H A Dunistd.h11 int fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag);
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c63 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) function
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp187 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) function
189 HIDDEN_FUNCTION(fchownat);
H A Dfs_darwin.cpp184 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) function
H A Dfs.cpp1500 return fchownat(fd, path, owner, group, flag);
/haiku/headers/build/
H A DBeOSBuildCompatibility.h153 # define fchownat(fd, path, owner, group, flag) \ macro
/haiku/headers/posix/
H A Dunistd.h394 extern int fchownat(int fd, const char *path, uid_t owner, gid_t group,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1675 void fchownat() {} function
H A Dlibroot_stubs_legacy.c1619 void fchownat() {} function

Completed in 198 milliseconds