Searched refs:eputf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 1268 # define eputf ePrintfUtf8 macro 1279 # define eputf(fmt, ...) fprintf(stderr,fmt,__VA_ARGS__) macro 19644 eputf("line %d: %s\n", p->lineno, zMsg); in failIfSafeMode() 20953 eputf("SELFTEST initialization failure: %s\n", zErrMsg); in createSelftestTable() 22262 eputf("option requires an argument: %s\n", z); in expertDotCommand() 22267 eputf("value out of range: %s\n", azArg[i]); in expertDotCommand() 22273 eputf("unknown option: %s\n", z); in expertDotCommand() 22281 eputf("sqlite3_expert_new: %s\n", zErr ? zErr : "out of memory"); in expertDotCommand() 23169 eputf("Error: '%s' not seekable\n", zName); in readFile() 23185 eputf("Error: cannot read '%s'\n", zName); in readFile() [all …]
|