Searched refs:fchown (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dchown.c56 fchown(int fd, uid_t owner, gid_t group) function
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp178 fchown(int fd, uid_t owner, gid_t group) function
180 HIDDEN_FUNCTION(fchown);
H A Dfs.cpp926 if (fchown(realFD, st->st_uid, (gid_t)-1) < 0)
931 if (fchown(realFD, (uid_t)-1, st->st_gid) < 0)
/haiku/headers/build/
H A DBeOSBuildCompatibility.h152 # define fchown(fd, owner, group) _haiku_build_fchown(fd, owner, group) macro
/haiku/headers/posix/
H A Dunistd.h392 extern int fchown(int fd, uid_t owner, gid_t group);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1674 void fchown() {} function
H A Dlibroot_stubs_legacy.c1618 void fchown() {} function

Completed in 504 milliseconds