Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprintf.test73 sqlite_mprintf_str {A String: (%*.*s)} 10 10 {This is the string}
76 sqlite_mprintf_str {A String: (%*.*s)} 10 5 {This is the string}
79 sqlite_mprintf_str {A String: (%*.*s)} -10 5 {This is the string}
82 sqlite_mprintf_str {%d %d A String: (%s)} 1 2 {This is the string}
85 sqlite_mprintf_str {%d %d A String: (%30s)} 1 2 {This is the string}
92 sqlite_mprintf_str {%d %d A quoted string: '%q'} 1 2 {Hi Y'all}
95 sqlite_mprintf_str {%d %d A NULL pointer in %%q: '%q'} 1 2
98 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all}
101 sqlite_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 2
105 set x [sqlite_mprintf_str {%d %d %100000s} 0 0 {Hello}]
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c484 static int sqlite_mprintf_str( in sqlite_mprintf_str() function
984 { "sqlite_mprintf_str", (Tcl_CmdProc*)sqlite_mprintf_str }, in Sqlitetest1_Init()