Home | History | Annotate | Download | only in linux-lib

Lines Matching refs:lchown

1297    <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html>.  */
1300 # undef lchown
1301 # define lchown rpl_lchown
1303 _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)
1305 _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group));
1308 _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)
1311 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group));
1313 _GL_CXXALIASWARN (lchown);
1315 # undef lchown
1317 _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - "
1318 "use gnulib module lchown for portability");