Searched refs:zFormat (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 304 void (*str_appendf)(sqlite3_str*, const char *zFormat, ...); 305 void (*str_vappendf)(sqlite3_str*, const char *zFormat, va_list);
|
H A D | sqlite3.h | 8498 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...); 8499 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list); 9534 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
H A D | shell.c | 409 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, ...); 876 static int conioVmPrintf(PerStreamTags *ppst, const char *zFormat, va_list ap){ in conioVmPrintf() argument 877 char *z = sqlite3_vmprintf(zFormat, ap); in conioVmPrintf() 930 SQLITE_INTERNAL_LINKAGE int oPrintfUtf8(const char *zFormat, ...){ in oPrintfUtf8() argument 940 assert(zFormat!=0); in oPrintfUtf8() 941 va_start(ap, zFormat); in oPrintfUtf8() 944 rv = conioVmPrintf(ppst, zFormat, ap); in oPrintfUtf8() 947 rv = vfprintf(pfOut, zFormat, ap); in oPrintfUtf8() [all …]
|
H A D | sqlite3.c | 8811 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...); 8812 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list); 9847 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 20747 SQLITE_PRIVATE void sqlite3TreeViewLine(TreeView*, const char *zFormat, ...); 24331 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() argument 24338 va_start(ap, zFormat); in getDigits() 24340 char N = zFormat[0] - '0'; in getDigits() 24341 char min = zFormat[1] - '0'; in getDigits() 24345 assert( zFormat[2]>='a' && zFormat[2]<='f' ); in getDigits() 24346 max = aMx[zFormat[2] - 'a']; in getDigits() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | compress | 259 # https://www.7-zip.org or DOC/7zFormat.txt
|