Searched refs:fchown (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/libroot/posix/unistd/ |
H A D | chown.c | 56 fchown(int fd, uid_t owner, gid_t group) in fchown() function
|
/haiku/src/build/libroot/ |
H A D | function_remapper.cpp | 178 fchown(int fd, uid_t owner, gid_t group) in fchown() function 180 HIDDEN_FUNCTION(fchown); in fchown()
|
H A D | fs.cpp | 926 if (fchown(realFD, st->st_uid, (gid_t)-1) < 0) in _kern_write_stat() 931 if (fchown(realFD, (uid_t)-1, st->st_gid) < 0) in _kern_write_stat()
|
/haiku/headers/build/ |
H A D | BeOSBuildCompatibility.h | 152 # define fchown(fd, owner, group) _haiku_build_fchown(fd, owner, group) macro
|
/haiku/headers/posix/ |
H A D | unistd.h | 404 extern int fchown(int fd, uid_t owner, gid_t group);
|
/haiku/docs/develop/kits/storage/ |
H A D | Annotations | 93 Location: fchown() 94 Description: fchown(file, 0xFFFFFFFF, gid) sets the UID to 0xFFFFFFFF, which
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1627 void fchown() {} in fchown() function
|
H A D | libroot_stubs.c | 1681 void fchown() {} in fchown() function
|