Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c122 static int ts_fchmod(int fd, mode_t mode);
148 /* 14 */ { "fchmod", (sqlite3_syscall_ptr)ts_fchmod, 0, 0, 0 },
377 static int ts_fchmod(int fd, mode_t mode){ in ts_fchmod() function