Searched refs:sqliterc (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c14808 ** parameter is NULL, take input from ~/.sqliterc
14817 const char *sqliterc = sqliterc_override; local
14821 if (sqliterc == NULL) {
14825 " cannot read ~/.sqliterc\n");
14829 zBuf = sqlite3_mprintf("%s/.sqliterc",home_dir);
14830 sqliterc = zBuf;
14832 in = fopen(sqliterc,"rb");
14835 utf8_printf(stderr,"-- Loading resources from %s\n",sqliterc);
15146 ** is given on the command line, look for a file named ~/.sqliterc and
/external/sqlite/dist/
H A Dshell.c14831 ** parameter is NULL, take input from ~/.sqliterc
14840 const char *sqliterc = sqliterc_override; local
14844 if (sqliterc == NULL) {
14848 " cannot read ~/.sqliterc\n");
14852 zBuf = sqlite3_mprintf("%s/.sqliterc",home_dir);
14853 sqliterc = zBuf;
14855 in = fopen(sqliterc,"rb");
14858 utf8_printf(stderr,"-- Loading resources from %s\n",sqliterc);
15169 ** is given on the command line, look for a file named ~/.sqliterc and

Completed in 174 milliseconds