Searched refs:fchown (Results 1 - 17 of 17) sorted by path

/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h166 # define fchown(fd, owner, group) _haiku_build_fchown(fd, owner, group) macro
/haiku-fatelf/headers/posix/
H A Dunistd.h196 extern int fchown(int fd, uid_t owner, gid_t group);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dchown.c94 use fchown on the resulting descriptor. */
104 result = fchown (fd, uid, gid);
107 /* POSIX says fchown can fail with errno == EINVAL on sockets
H A Ddirchownmod.c98 ? fchown (fd, owner, group)
H A Dfchown-stub.c6 /* A trivial substitute for `fchown'.
8 DJGPP 2.03 and earlier (and perhaps later) don't have `fchown',
12 fchown (int fd, uid_t uid, gid_t gid) function
H A Dgnulib.mk302 EXTRA_DIST += chown.c fchown-stub.c
304 EXTRA_libcoreutils_a_SOURCES += chown.c fchown-stub.c
/haiku-fatelf/src/bin/coreutils/src/
H A Dchown-core.c41 /* we called fchown and close, and both succeeded */
50 /* open/fchown isn't needed, isn't safe, or doesn't work due to
54 /* open, fstat, fchown, or close failed */
178 required_uid and required_gid constraints) do we call fchown.
221 if (fchown (fd, uid, gid) == 0)
H A Dcopy.c75 # define fchown(fd, uid, gid) (-1) macro
472 if (fchown (dest_desc, uid, gid) == 0)
479 ignore_value (fchown (dest_desc, -1, gid));
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dchown.c72 use fchown on the resulting descriptor. */
79 int result = fchown (fd, uid, gid);
82 /* POSIX says fchown can fail with errno == EINVAL on sockets,
H A Dfchown-stub.c6 /* A trivial substitute for `fchown'.
8 DJGPP 2.03 and earlier (and perhaps later) don't have `fchown',
12 fchown (int fd, uid_t uid, gid_t gid) function
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h67 int fchown(int, int, int);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h67 int fchown(int, int, int);
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp919 if (fchown(realFD, st->st_uid, (gid_t)-1) < 0)
924 if (fchown(realFD, (uid_t)-1, st->st_gid) < 0)
H A Dfunction_remapper.cpp184 fchown(int fd, uid_t owner, gid_t group) function
186 HIDDEN_FUNCTION(fchown);
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dlogging.c154 (void) fchown(fd, chan->out.file.owner, chan->out.file.group);
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h510 int fchown(int, int, int);
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dchown.c48 fchown(int fd, uid_t owner, gid_t group) function

Completed in 205 milliseconds