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 | 8710 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...); 8711 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list); 9758 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
| H A D | shell.c | 576 int sqlite3_fprintf(FILE *out, const char *zFormat, ...){ in sqlite3_fprintf() argument 585 va_start(ap, zFormat); in sqlite3_fprintf() 586 z = sqlite3_vmprintf(zFormat, ap); in sqlite3_fprintf() 595 va_start(ap, zFormat); in sqlite3_fprintf() 596 rc = vfprintf(out, zFormat, ap); in sqlite3_fprintf() 995 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf() argument 999 va_start(ap, zFormat); in iotracePrintf() 1000 z = sqlite3_vmprintf(zFormat, ap); in iotracePrintf() 2942 const char *zFormat, in sha3_step_vformat() argument 2948 va_start(ap, zFormat); in sha3_step_vformat() [all …]
|
| H A D | sqlite3.c | 9029 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...); 9030 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list); 10077 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 21213 SQLITE_PRIVATE void sqlite3TreeViewLine(TreeView*, const char *zFormat, ...); 24827 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() argument 24834 va_start(ap, zFormat); in getDigits() 24836 char N = zFormat[0] - '0'; in getDigits() 24837 char min = zFormat[1] - '0'; in getDigits() 24841 assert( zFormat[2]>='a' && zFormat[2]<='f' ); in getDigits() 24842 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
|