Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h10 int fchmod(int fd, mode_t mode);
11 int fchmod(int fd, mode_t mode){ in fchmod() function
/sqlite-3.40.0/test/
H A Dtkt3457.test69 # Disable fchmod to make sure SQLite itself does not try to change the
73 test_syscall install fchmod
99 # Reenable fchmod
H A Dsyscall.test61 fcntl read pread write pwrite fchmod fallocate
H A Dpager1.test953 test_syscall install fchmod
/sqlite-3.40.0/src/
H A Dos_unix.c460 { "fchmod", (sqlite3_syscall_ptr)fchmod, 0 },