Home
last modified time | relevance | path

Searched refs:uid_t (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h14 typedef unsigned uid_t; typedef
15 typedef uid_t gid_t;
16 int fchown(int fd, uid_t owner, gid_t group);
17 int fchown(int fd, uid_t owner, gid_t group){ in fchown()
20 uid_t geteuid(void);
21 uid_t geteuid(void){return 0;} in geteuid()
/sqlite-3.40.0/src/
H A Dos_unix.c487 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
494 #define osGeteuid ((uid_t(*)(void))aSyscall[21].pCurrent)
558 static int robustFchown(int fd, uid_t uid, gid_t gid){ in robustFchown()
5967 uid_t *pUid, /* OUT: uid of zFile. */ in getFileMode()
6007 uid_t *pUid, /* OUT: uid to set on the file */ in findCreateFileMode()
6212 uid_t uid; /* Userid for the file */ in unixOpen()
H A Dshell.c.in11204 uid_t uid = getuid();