Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h16 int fchown(int fd, uid_t owner, gid_t group);
17 int fchown(int fd, uid_t owner, gid_t group){ in fchown() function
/sqlite-3.40.0/test/
H A Dsyscall.test63 statvfs fchown geteuid umask mmap munmap mremap
/sqlite-3.40.0/src/
H A Dos_unix.c483 { "fchown", (sqlite3_syscall_ptr)fchown, 0 },