Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c112 static int ts_fcntl(int fd, int cmd, ... );
141 /* 7 */ { "fcntl", (sqlite3_syscall_ptr)ts_fcntl, 0, EACCES, 0 },
302 static int ts_fcntl(int fd, int cmd, ... ){ in ts_fcntl() function