Lines Matching refs:uid
573 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
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));
598 "doesn't treat a uid or gid of -1 on some systems - "
1293 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE