Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10750 static char *portable_realpath(const char *zPath){ in portable_realpath() function
10834 zOut = portable_realpath(zCopy); in realpathFunc()
10851 }else if( (zOut = portable_realpath("."))!=0 ){ in realpathFunc()