Searched refs:oputf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 1258 # define oputf oPrintfUtf8 macro 1268 # define oputf(fmt, ...) printf(fmt,__VA_ARGS__) macro 1657 oputf("%.*s", i, zUtf); in utf8_width_print() 1659 oputf("%*s%s", aw-n, "", zUtf); in utf8_width_print() 1661 oputf("%s%*s", zUtf, aw-n, ""); in utf8_width_print() 18362 oputf("%s\n", sqlite3_value_text(apVal[0])); in shellPutsFunc() 18566 oputf("X'%s'", zStr); in output_hex_blob() 18606 oputf("'%s'",z); in output_quoted_string() 18613 oputf("%.*s", i, z); in output_quoted_string() 18652 oputf("'%s'",z); in output_quoted_escaped_string() [all …]
|