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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24922 #define osFstat(a,b,c) 0 macro
24925 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
25723 rc = osFstat(fd, &statbuf);
25749 rc = osFstat(fd, &statbuf);
[all...]

Completed in 491 milliseconds