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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c212 etByte flag_zeropad; /* True if field width constant starts with zero */ local
254 flag_alternateform = flag_zeropad = 0;
261 case '0': flag_zeropad = 1; c = 0; break;
330 ** flag_zeropad TRUE if the width began with 0.
362 if( flag_zeropad && precision<width-(prefix!=0) ){
500 /* Special case: Add leading zeros if the flag_zeropad flag is
502 if( flag_zeropad && !flag_leftjustify && length < width){

Completed in 86 milliseconds