Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c1338 char *zHome; in main() local
1345 zHome = find_home_dir(); in main()
1346 if( zHome && (zHistory = malloc(strlen(zHome)+20))!=0 ){ in main()
1347 sprintf(zHistory,"%s/.sqlite_history", zHome); in main()