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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c239 etByte flag_zeropad; /* True if field width constant starts with zero */ local
278 flag_alternateform = flag_altform2 = flag_zeropad = 0;
287 case '0': flag_zeropad = 1; break;
371 ** flag_zeropad TRUE if the width began with 0.
412 if( flag_zeropad && precision<width-(prefix!=0) ){
588 /* Special case: Add leading zeros if the flag_zeropad flag is
590 if( flag_zeropad && !flag_leftjustify && length < width){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c239 etByte flag_zeropad; /* True if field width constant starts with zero */ local
278 flag_alternateform = flag_altform2 = flag_zeropad = 0;
287 case '0': flag_zeropad = 1; break;
371 ** flag_zeropad TRUE if the width began with 0.
412 if( flag_zeropad && precision<width-(prefix!=0) ){
588 /* Special case: Add leading zeros if the flag_zeropad flag is
590 if( flag_zeropad && !flag_leftjustify && length < width){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c239 etByte flag_zeropad; /* True if field width constant starts with zero */ local
278 flag_alternateform = flag_altform2 = flag_zeropad = 0;
287 case '0': flag_zeropad = 1; break;
371 ** flag_zeropad TRUE if the width began with 0.
412 if( flag_zeropad && precision<width-(prefix!=0) ){
588 /* Special case: Add leading zeros if the flag_zeropad flag is
590 if( flag_zeropad && !flag_leftjustify && length < width){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c18079 etByte flag_zeropad; /* True if field width constant starts with zero */ local
18116 flag_alternateform = flag_altform2 = flag_zeropad = 0;
18125 case '0': flag_zeropad = 1; break;
18207 ** flag_zeropad TRUE if the width began with 0.
18256 if( flag_zeropad && precision<width-(prefix!=0) ){
18433 /* Special case: Add leading zeros if the flag_zeropad flag is
18435 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c18079 etByte flag_zeropad; /* True if field width constant starts with zero */ local
18116 flag_alternateform = flag_altform2 = flag_zeropad = 0;
18125 case '0': flag_zeropad = 1; break;
18207 ** flag_zeropad TRUE if the width began with 0.
18256 if( flag_zeropad && precision<width-(prefix!=0) ){
18433 /* Special case: Add leading zeros if the flag_zeropad flag is
18435 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c18079 etByte flag_zeropad; /* True if field width constant starts with zero */ local
18116 flag_alternateform = flag_altform2 = flag_zeropad = 0;
18125 case '0': flag_zeropad = 1; break;
18207 ** flag_zeropad TRUE if the width began with 0.
18256 if( flag_zeropad && precision<width-(prefix!=0) ){
18433 /* Special case: Add leading zeros if the flag_zeropad flag is
18435 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]

Completed in 716 milliseconds