Searched refs:sqlite3_mprintf (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c193 schemasql = sqlite3_mprintf("PRAGMA user_version = %d",
552 machine_clause = sqlite3_mprintf("AND mandb.machine=%Q", args->machine);
559 limit_clause = sqlite3_mprintf(" LIMIT %d OFFSET %d",
580 if ((temp = sqlite3_mprintf("%Q%c", args->sections[i], c)) == NULL)
597 query = sqlite3_mprintf("SELECT section, name, name_desc, machine"
615 query = sqlite3_mprintf(
636 query = sqlite3_mprintf("SELECT section, name, name_desc, machine,"
H A Dmakemandb.c1703 char *sql = sqlite3_mprintf("DELETE FROM mandb "
1771 str = sqlite3_mprintf("INSERT INTO mandb_links"
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1990 zSql = sqlite3_mprintf("PRAGMA \"%w\".table_info=%Q;",
2079 sqlite3_result_text(pCtx, sqlite3_mprintf("/* %s */", zFake),
2132 z = sqlite3_mprintf("%.*s \"%w\".%s", n+7, zIn, zSchema, zIn+n+8);
2134 z = sqlite3_mprintf("%.*s %s.%s", n+7, zIn, zSchema, zIn+n+8);
2142 z = sqlite3_mprintf("%s\n/* %s */", zIn, zFake);
2144 z = sqlite3_mprintf("%z\n/* %s */", z, zFake);
3432 char *zMsg = sqlite3_mprintf("error SQL statement [%s]: %s",
3440 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt));
6107 pVTab->zErrMsg = sqlite3_mprintf(
6187 *pzErrMsg = sqlite3_mprintf(
[all...]
H A Dsqlite3.c1332 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
3270 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
3300 SQLITE_API char *sqlite3_mprintf(const char*,...);
6789 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
7541 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
7917 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
7926 char *zErrMsg; /* Error message from sqlite3_mprintf() */
32075 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
135941 #define sqlite3_mprintf macro
[all...]
H A Dsqlite3ext.h469 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1019 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2957 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2987 SQLITE_API char *sqlite3_mprintf(const char*,...);
6476 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
7228 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
7604 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
7613 char *zErrMsg; /* Error message from sqlite3_mprintf() */
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile137 sqlite3_mprintf.3 \
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c99 quoted_text = sqlite3_mprintf("%q", raw_text);
/netbsd-current/external/bsd/wpa/dist/src/radius/
H A Dradius_server.c452 sql = sqlite3_mprintf("INSERT INTO authlog"
855 sql = sqlite3_mprintf("INSERT OR REPLACE INTO pending_tc (mac_addr,identity) VALUES (%Q,%Q)",
887 sql = sqlite3_mprintf("INSERT OR REPLACE INTO current_sessions(mac_addr,identity,start_time,nas,hs20_t_c_filtering) VALUES (%Q,%Q,%d,%Q,%u)",
933 sql = sqlite3_mprintf("UPDATE users SET last_msk=%Q WHERE identity=%Q",
1039 sql = sqlite3_mprintf("INSERT INTO sim_provisioning(mobile_identifier_hash,imsi,mac_addr,eap_method,timestamp) VALUES (%Q,%Q,%Q,%Q,%u)",
1800 sql = sqlite3_mprintf("UPDATE current_sessions SET hs20_t_c_filtering=0, waiting_coa_ack=0, coa_ack_received=1 WHERE mac_addr=%Q",
1803 sql = sqlite3_mprintf("UPDATE current_sessions SET waiting_coa_ack=0 WHERE mac_addr=%Q",
2942 sql = sqlite3_mprintf("SELECT * FROM current_sessions WHERE mac_addr=%Q",
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d567 char *sqlite3_mprintf(const char*,...);
1474 char *zErrMsg; /** Error message from sqlite3_mprintf() */
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2526 zSql = sqlite3_mprintf("SELECT * FROM '%q'", zTable);
3888 zErrMsg = sqlite3_mprintf("%s", sqlite3_errmsg(p->db));
3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));

Completed in 966 milliseconds