Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47189 char zPwd[SQLITE_MAX_PATHLEN+2]; in unixFullPathname() local
47190 if( osGetcwd(zPwd, sizeof(zPwd)-2)==0 ){ in unixFullPathname()
47193 appendAllPathElements(&path, zPwd); in unixFullPathname()