Home
last modified time | relevance | path

Searched refs:gid_t (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h15 typedef uid_t gid_t; typedef
16 int fchown(int fd, uid_t owner, gid_t group);
17 int fchown(int fd, uid_t owner, gid_t group){ in fchown()
/sqlite-3.40.0/src/
H A Dos_unix.c487 #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()