Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40749 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent) macro
47120 if( osLstat(zIn, &buf)!=0 ){ in appendOnePathElement()
49883 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[78].pCurrent) macro
54679 if( osLstat && osReadlink ) {
54680 if( osLstat(zIn, &buf)!=0 ){