Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c707 char szCwd[MAX_PATH + 1]; in QualifyPath() local
709 GetFullPathName(szPath, sizeof(szCwd)-1, szCwd, NULL); in QualifyPath()
710 printf("%s\n", szCwd); in QualifyPath()