Home | History | Annotate | Download | only in lib

Lines Matching refs:chown

254 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
265 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html. */
268 # undef chown
269 # define chown rpl_chown
271 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
273 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
276 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
279 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
281 _GL_CXXALIASWARN (chown);
283 # undef chown
285 _GL_WARN_ON_USE (chown, "chown fails to follow symlinks on some systems and "
287 "use gnulib module chown for portability");