D | vfprintf.c | 238 int pl; in fmt_fp() local 241 pl=1; in fmt_fp() 248 } else prefix++, pl=0; in fmt_fp() 252 if (y!=y) s=(t&32)?"nan":"NAN", pl=0; in fmt_fp() 253 pad(f, ' ', w, 3+pl, fl&~ZERO_PAD); in fmt_fp() 254 out(f, prefix, pl); in fmt_fp() 256 pad(f, ' ', w, 3+pl, fl^LEFT_ADJ); in fmt_fp() 257 return MAX(w, 3+pl); in fmt_fp() 268 pl += 2; in fmt_fp() 304 pad(f, ' ', w, pl+l, fl); in fmt_fp() [all …]
|