Lines Matching refs:sf_buf
18 struct sf_buf { struct
29 sf_putc(struct sf_buf *b, char c) in sf_putc() argument
40 sf_write(struct sf_buf *b, const char *src, int len) in sf_write()
52 sf_puts(struct sf_buf *b, const char *src) in sf_puts()
62 sf_padc(struct sf_buf *b, char c, int count) in sf_padc()
74 sf_seal(struct sf_buf *b) in sf_seal()
86 sf_putdp(struct sf_buf *b) in sf_putdp()
98 sf_emit_exp(struct sf_buf *b, char ec, int exp, int mindig) in sf_emit_exp()
167 struct sf_buf b; in __sf_edoofus()
184 sf_special(struct sf_buf *b, char conv, int signflag, int is_nan) in sf_special()
205 sf_efmt(struct sf_buf *b, int prec, char conv, in sf_efmt()
239 sf_ffmt(struct sf_buf *b, int prec, int signflag, in sf_ffmt()
287 sf_gfmt(struct sf_buf *b, int prec, char conv, in sf_gfmt()
359 sf_afmt(struct sf_buf *b, int user_prec, char conv, in sf_afmt()
438 struct sf_buf b; in __sf_render_hex()
458 struct sf_buf b; in __sf_render_decimal()