Searched refs:eputf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 1260 # define eputf ePrintfUtf8 macro 1270 # define eputf(fmt, ...) fprintf(stderr,fmt,__VA_ARGS__) macro 18381 eputf("line %d: %s\n", p->lineno, zMsg); in failIfSafeMode() 19690 eputf("SELFTEST initialization failure: %s\n", zErrMsg); in createSelftestTable() 20999 eputf("option requires an argument: %s\n", z); in expertDotCommand() 21004 eputf("value out of range: %s\n", azArg[i]); in expertDotCommand() 21010 eputf("unknown option: %s\n", z); in expertDotCommand() 21018 eputf("sqlite3_expert_new: %s\n", zErr ? zErr : "out of memory"); in expertDotCommand() 21905 eputf("Error: '%s' not seekable\n", zName); in readFile() 21921 eputf("Error: cannot read '%s'\n", zName); in readFile() [all …]
|