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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c1589 char fmtbuf[FALLBACK_FMTSIZE], *obuf; local
1595 strncpy (fmtbuf, fs, fl);
1596 fmtbuf[fl] = '\0';
1599 sprintf (obuf, fmtbuf, data->width, data->precision, ld);
1601 sprintf (obuf, fmtbuf, data->width, ld);
1603 sprintf (obuf, fmtbuf, data->precision, ld);
1605 sprintf (obuf, fmtbuf, ld);
1622 char fmtbuf[FALLBACK_FMTSIZE], obuf[FALLBACK_BASE]; local
1626 strncpy (fmtbuf, fs, fl);
1627 fmtbuf[f
[all...]
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnetlib.c1766 static char fmtbuf[64];
1770 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f" , number / 1024.0);
1773 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number / 1024.0 / 1024.0);
1776 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number / 1024.0 / 1024.0 / 1024.0);
1779 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number * 8 / 1000.0);
1782 snprintf(fmtbuf, sizeo
1750 static char fmtbuf[64]; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dhostchan.c139 char fmtbuf[sizeof(fmt) + 24]; local
144 sprintf(fmtbuf, fmt, chan, packet->pk_length);
145 printf(fmtbuf);

Completed in 54 milliseconds