Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24014 static int cli_printf(FILE *out, const char *zFormat, ...){ in cli_printf() function
24236 cli_printf(iotrace, "%s", z); in iotracePrintf()
24744 cli_printf(p->out, "Run Time: real %.6f user %.6f sys %.6f\n", in endTimer()
24839 cli_printf(p->out, "Run Time: real %.6f user %f sys %f\n", in endTimer()
24845 cli_printf(p->out, "Run Time: real %.3f user %.3f sys %.3f\n", in endTimer()
25055 cli_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()
25072 cli_printf(p->out, "%s\n", sqlite3_value_text(apVal[0])); in shellPutsFunc()
25108 cli_printf(stderr, "%s %s\n", zLoc, zMsg); in failIfSafeMode()
25128 cli_printf(out, "%s %s\n", zLoc, p->dot.zOrig); in dotCmdError()
25130 cli_printf(out, "%s %*s%s ---^\n", zLoc, 1+i-nPrompt, "", zBrief); in dotCmdError()
[all …]