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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19121 etByte flag_zeropad; /* True if field width constant starts with zero */ local
19158 flag_alternateform = flag_altform2 = flag_zeropad = 0;
19167 case '0': flag_zeropad = 1; break;
19249 ** flag_zeropad TRUE if the width began with 0.
19302 if( flag_zeropad && precision<width-(prefix!=0) ){
19479 /* Special case: Add leading zeros if the flag_zeropad flag is
19481 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c28656 etByte flag_zeropad; /* True if field width constant starts with zero */ local
[all...]

Completed in 871 milliseconds