Searched defs:nPad (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c504 int nPad = width - length; local
505 for(i=width; i>=nPad; i--){
506 bufpt[i] = bufpt[i-nPad];
509 while( nPad-- ) bufpt[i++] = '0';

Completed in 46 milliseconds