Searched refs:osFstat (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c25301 #define osFstat(a,b,c) 0 macro
25304 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
26108 rc = osFstat(fd, &statbuf);
26134 rc = osFstat(fd, &statbuf);
[all...]

Completed in 404 milliseconds