Searched refs:fchownat (Results 1 - 15 of 15) sorted by last modified time

/haiku-fatelf/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-fatelf/src/build/libroot/
H A Dfs.cpp1481 return fchownat(fd, path, owner, group, flag);
H A Dfs_darwin.cpp184 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) function
H A Dfunction_remapper.cpp193 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) function
195 HIDDEN_FUNCTION(fchownat);
/haiku-fatelf/src/bin/findutils/
H A Dconfig.h933 #define fchownat rpl_fchownat macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfchownat.c1 /* This function serves as replacement for a missing fchownat function,
2 as well as a work around for the fchownat bug in glibc-2.4:
4 when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
42 #define AT_FUNC_NAME fchownat
H A Dopenat.h99 int fchownat (int fd, char const *file, uid_t owner, gid_t group, int flag);
103 fchownat (..., 0) or fchownat (..., AT_SYMLINK_NOFOLLOW). */
107 return fchownat (fd, file, owner, group, 0);
113 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure9111 ac_fn_c_check_func "$LINENO" "fchownat" "ac_cv_func_fchownat"
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5
9115 $as_echo_n "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... " >&6; }
9140 return (fchownat (AT_FDCWD, "$gl_dangle", -1, getgid (),
9182 gl_LIBOBJS="$gl_LIBOBJS fchownat.$ac_objext"
23050 ac_fn_c_check_func "$LINENO" "fchownat" "ac_cv_func_fchownat"
23053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5
23054 $as_echo_n "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... " >&6; }
23079 return (fchownat (AT_FDCWD, "$gl_dangle", -1, getgid (),
23121 gl_LIBOBJS="$gl_LIBOBJS fchownat
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfchownat.c1 /* This function serves as replacement for a missing fchownat function,
2 as well as a work around for the fchownat bug in glibc-2.4:
4 when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
43 # define AT_FUNC_NAME fchownat
59 # undef fchownat macro
100 return fchownat (fd, file, owner, group, 0);
104 return fchownat (fd, file, owner, group, flag);
H A Dgnulib.mk2242 EXTRA_DIST += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-priv.h openat-proc.c openat.c openat.h unlinkat.c
2244 EXTRA_libcoreutils_a_SOURCES += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-proc.c openat.c unlinkat.c
H A Dopenat.h59 fchownat (..., 0) or fchownat (..., AT_SYMLINK_NOFOLLOW). */
63 return fchownat (fd, file, owner, group, 0);
69 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
H A Dunistd.in.h329 # undef fchownat macro
330 # define fchownat rpl_fchownat macro
333 extern int fchownat (int fd, char const *file, uid_t owner, gid_t group, int flag)
337 # undef fchownat macro
338 # define fchownat(d,n,o,g,f) \ macro
339 (GL_LINK_WARNING ("fchownat is not portable - " \
341 fchownat (d, n, o, g, f))
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h167 # define fchownat(fd, path, owner, group, flag) \ macro
/haiku-fatelf/headers/build/host/darwin/
H A Dunistd.h11 int fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag);
/haiku-fatelf/headers/posix/
H A Dunistd.h198 extern int fchownat(int fd, const char *path, uid_t owner, gid_t group,

Completed in 171 milliseconds