Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c672 const char *szPath) in QualifyPath() argument
678 while ((p = strchr(szPath, '/')) && *p) in QualifyPath()
680 PathCombine(szTmp, szCwd, szPath); in QualifyPath()