Home
last modified time | relevance | path

Searched refs:zFormat (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h304 void (*str_appendf)(sqlite3_str*, const char *zFormat, ...);
305 void (*str_vappendf)(sqlite3_str*, const char *zFormat, va_list);
H A Dsqlite3.h8473 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
8474 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
9509 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dshell.c409 SQLITE_INTERNAL_LINKAGE int fPrintfUtf8(FILE *pfO, const char *zFormat, ...);
411 SQLITE_INTERNAL_LINKAGE int oPrintfUtf8(const char *zFormat, ...);
413 SQLITE_INTERNAL_LINKAGE int ePrintfUtf8(const char *zFormat, ...);
874 static int conioVmPrintf(PerStreamTags *ppst, const char *zFormat, va_list ap){ in conioVmPrintf() argument
875 char *z = sqlite3_vmprintf(zFormat, ap); in conioVmPrintf()
928 SQLITE_INTERNAL_LINKAGE int oPrintfUtf8(const char *zFormat, ...){ in oPrintfUtf8() argument
938 assert(zFormat!=0); in oPrintfUtf8()
939 va_start(ap, zFormat); in oPrintfUtf8()
942 rv = conioVmPrintf(ppst, zFormat, ap); in oPrintfUtf8()
945 rv = vfprintf(pfOut, zFormat, ap); in oPrintfUtf8()
[all …]
H A Dsqlite3.c8786 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
8787 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
9822 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
20666 SQLITE_PRIVATE void sqlite3TreeViewLine(TreeView*, const char *zFormat, ...);
24242 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() argument
24249 va_start(ap, zFormat); in getDigits()
24251 char N = zFormat[0] - '0'; in getDigits()
24252 char min = zFormat[1] - '0'; in getDigits()
24256 assert( zFormat[2]>='a' && zFormat[2]<='f' ); in getDigits()
24257 max = aMx[zFormat[2] - 'a']; in getDigits()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1832 void sqlite3_log(int iErrCode, const char *zFormat, ...);
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dcompress258 # https://www.7-zip.org or DOC/7zFormat.txt