Searched refs:sqlite_mprintf (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h56 sqlite_mprintf(const char *fmt, ...) function
H A Dsmb_lgrp.c810 sql = sqlite_mprintf("SELECT * FROM groups");
1333 sql = sqlite_mprintf("SELECT * FROM groups WHERE name = '%s'",
1353 sql = sqlite_mprintf("SELECT * FROM groups "
1409 sql = sqlite_mprintf("SELECT name FROM groups WHERE name = '%s'",
1444 sql = sqlite_mprintf("SELECT sid_idx FROM groups WHERE sid_idx = %d",
1491 sql = sqlite_mprintf("INSERT INTO groups "
1532 sql = sqlite_mprintf("DELETE FROM groups WHERE name = '%s'", gname);
1575 sql = sqlite_mprintf("UPDATE groups SET name = '%s' "
1580 sql = sqlite_mprintf("UPDATE groups SET comment = '%q' "
1628 sql = sqlite_mprintf("SELEC
[all...]
H A Dsmb_nic.c739 sql = sqlite_mprintf("SELECT * FROM hosts");
998 sql = sqlite_mprintf("SELECT * FROM db_info");
1038 sql = sqlite_mprintf("SELECT hostname FROM hosts");
1073 sql = sqlite_mprintf("REPLACE INTO hosts (hostname, comment, ifnames)"
1106 sql = sqlite_mprintf("DELETE FROM hosts WHERE hostname = '%s'", host);
1142 sql = sqlite_mprintf("INSERT INTO db_info (ver_major, ver_minor,"
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c47 extern char *sqlite_mprintf(const char *zFormat, ...);
96 sqlite_mprintf("%s",azArg[i] ? azArg[i] : "");
269 zFile = sqlite_mprintf("%d.testdb-%d", i%2+1, (i+2)/2);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c476 z = sqlite_mprintf(argv[1], a[0], a[1], a[2]);
503 z = sqlite_mprintf(argv[1], a[0], a[1], argc>4 ? argv[4] : NULL);
532 z = sqlite_mprintf(argv[1], a[0], a[1], r);
562 z = sqlite_mprintf(argv[1], r[0]*r[1]);
H A Dprintf.c752 char *sqlite_mprintf(const char *zFormat, ...){ function
764 /* This is the varargs version of sqlite_mprintf.
H A Dtclsqlite.c191 char *z = sqlite_mprintf("typeof:%s", azN[i]);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c613 s_windomain = sqlite_mprintf("AND windomain = %Q ",
624 s_winname = sqlite_mprintf(
636 s_unixname = sqlite_mprintf(
662 *out = sqlite_mprintf("%s %s %s %s",
917 sql = sqlite_mprintf("INSERT into namerules "
976 sql = sqlite_mprintf("DELETE FROM namerules WHERE 1 %s;", expr);
1541 sql = sqlite_mprintf("SELECT pid, is_user, expiration, "
1555 sql = sqlite_mprintf("SELECT pid, is_user, expiration, "
1762 sql = sqlite_mprintf("SELECT canon_name, domain, type "
3060 sql = sqlite_mprintf(
[all...]
H A Dserver.c698 sql = sqlite_mprintf("SELECT rowid, sidprefix, rid, pid, w2u, "
846 sql = sqlite_mprintf("SELECT rowid, is_user, is_wuser, windomain, "
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c809 p->zKey = sqlite_mprintf("%s", azArg[2]);
1252 data.zKey = sqlite_mprintf("%s",argv[i]);

Completed in 194 milliseconds