Searched refs:gid_t (Results 1 – 2 of 2) sorted by relevance
15 typedef uid_t gid_t; typedef16 int fchown(int fd, uid_t owner, gid_t group);17 int fchown(int fd, uid_t owner, gid_t group){ in fchown()
487 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)558 static int robustFchown(int fd, uid_t uid, gid_t gid){ in robustFchown()5968 gid_t *pGid /* OUT: gid of zFile. */ in getFileMode()6008 gid_t *pGid /* OUT: gid to set on the file */ in findCreateFileMode()6213 gid_t gid; /* Groupid for the file */ in unixOpen()