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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c165 #define etBUFSIZE 1000 /* Size of the output buffer */ macro
217 char buf[etBUFSIZE]; /* Conversion buffer */
280 if( width > etBUFSIZE-10 ){
281 width = etBUFSIZE-10;
298 if( precision>etBUFSIZE-40 ) precision = etBUFSIZE-40;
365 bufpt = &buf[etBUFSIZE-1];
376 length = &buf[etBUFSIZE-1]-bufpt;
388 length = &buf[etBUFSIZE-1]-bufpt;
396 if( precision>etBUFSIZE
[all...]

Completed in 646 milliseconds