Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sqlite/
H A Dshell.c1340 char *zHome; in main() local
1347 zHome = find_home_dir(); in main()
1348 if( zHome && (zHistory = malloc(strlen(zHome)+20))!=0 ){ in main()
1349 sprintf(zHistory,"%s/.sqlite_history", zHome); in main()