Searched refs:zFormat (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/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 | 8092 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...); 8093 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list); 9116 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
| H A D | shell.c | 476 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() argument 478 va_start(ap, zFormat); in utf8_printf() 480 char *z1 = sqlite3_vmprintf(zFormat, ap); in utf8_printf() 486 vfprintf(out, zFormat, ap); in utf8_printf() 569 va_start(ap, zFormat); in iotracePrintf() 570 z = sqlite3_vmprintf(zFormat, ap); in iotracePrintf() 1960 const char *zFormat, in hash_step_vformat() argument 1966 va_start(ap, zFormat); in hash_step_vformat() 1967 sqlite3_vsnprintf(sizeof(zBuf),zBuf,zFormat,ap); in hash_step_vformat() 13727 for(i=0, nPercent=0; zFormat[i]; i++){ in displayStatLine() [all …]
|
| H A D | sqlite3.c | 22817 assert( zFormat[2]>='a' && zFormat[2]<='f' ); 22819 nextC = zFormat[3]; 22834 zFormat += 4; 30106 if( zFormat==0 ){ 30167 va_start(ap,zFormat); 30220 va_start(ap,zFormat); 30314 if( zFormat!=0 ){ 32196 if( zFormat==0 ){ 75513 const char *zFormat, 120449 const char *zFormat; [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | compress | 248 # https://www.7-zip.org or DOC/7zFormat.txt
|