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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dsnprintf.c654 int set_precision; local
665 precision = -1; set_precision = 0;
673 case '.': set_precision = 1; precision = 0; goto nextch;
676 if(len==0 && set_precision == 0 ) zpad = '0';
680 if( set_precision ){

Completed in 118 milliseconds