Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/test/
H A Dprintf.test75 sqlite_mprintf_str {A String: (%*.*s)} 10 10 {This is the string}
78 sqlite_mprintf_str {A String: (%*.*s)} 10 5 {This is the string}
81 sqlite_mprintf_str {A String: (%*.*s)} -10 5 {This is the string}
84 sqlite_mprintf_str {%d %d A String: (%s)} 1 2 {This is the string}
87 sqlite_mprintf_str {%d %d A String: (%30s)} 1 2 {This is the string}
90 sqlite_mprintf_str {%d %d A String: (%-30s)} 1 2 {This is the string}
94 sqlite_mprintf_str {%d %d A quoted string: '%q'} 1 2 {Hi Y'all}
97 sqlite_mprintf_str {%d %d A NULL pointer in %%q: '%q'} 1 2
100 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all}
103 sqlite_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 2
[all …]
/titanic_41/usr/src/lib/libsqlite/src/
H A Dtest1.c487 static int sqlite_mprintf_str( in sqlite_mprintf_str() function
987 { "sqlite_mprintf_str", (Tcl_CmdProc*)sqlite_mprintf_str }, in Sqlitetest1_Init()