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

Lines Matching refs:chown

566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
577 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html. */
580 # undef chown
581 # define chown rpl_chown
583 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
585 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
588 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
591 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
593 _GL_CXXALIASWARN (chown);
595 # undef chown
597 _GL_WARN_ON_USE (chown, "chown fails to follow symlinks on some systems and "
599 "use gnulib module chown for portability");