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

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dawaitkey.c38 char fmtbuf[FMTLEN]; local
40 len = snprintf(fmtbuf, FMTLEN, pfmt, n);
41 printf("%s", fmtbuf);
/netbsd-current/usr.bin/lam/
H A Dlam.c104 static char fmtbuf[BUFSIZ]; local
105 char *fmtp = fmtbuf;
152 if (fmtp >= fmtbuf + sizeof(fmtbuf))
157 if (snprintf(fmtp, fmtbuf + sizeof(fmtbuf) - fmtp, "%%%ss", p)
158 >= fmtbuf + sizeof(fmtbuf) - fmtp)
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c240 char fmtbuf[256]; local
257 format_errmsg(fmtbuf, sizeof(fmtbuf), fmt, errval), ap);
269 char fmtbuf[256]; local
286 format_errmsg(fmtbuf, sizeof(fmtbuf), fmt, errval), ap);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp218 std::string fmtbuf; local
219 raw_string_ostream fmt(fmtbuf);
368 std::string fmtbuf; local
369 raw_string_ostream fmt(fmtbuf);
420 fmtbuf.clear();
455 fmtbuf.clear();
517 fmtbuf.clear();
860 std::string fmtbuf; local
861 raw_string_ostream fmt(fmtbuf);
868 fmtbuf
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Doptions.c1817 char fmtbuf[32] = ""; local
1819 struct enumeration *enumbuf[32]; /* MUST be same as fmtbuf */
1836 if (l >= sizeof(fmtbuf) - 1)
1847 fmtbuf [l] = option -> format [i];
1854 fmtbuf [l] = 0;
1873 fmtbuf [l] = 't';
1876 fmtbuf [l] = 'x';
1883 fmtbuf [l + 1] = 0;
1898 fmtbuf[l + 1] = 0;
1910 fmtbuf[
[all...]
/netbsd-current/sys/dev/ic/
H A Daac.c370 u_int8_t fmtbuf[256]; local
411 snprintb(fmtbuf, sizeof(fmtbuf), optfmt, sc->sc_supported_options);
412 aprint_verbose_dev(sc->sc_dv, "Controller supports: %s\n", fmtbuf);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_control.c1893 char fmtbuf[128]; local
1897 rc = vsnprintf(fmtbuf, sizeof(fmtbuf), fmt, va);
1899 if (rc < 0 || (size_t)rc >= sizeof(fmtbuf))
1900 strcpy(fmtbuf + sizeof(fmtbuf) - strlen(ellipsis) - 1,
1902 ctl_putdata(fmtbuf, strlen(fmtbuf), 0);
/netbsd-current/sys/dev/audio/
H A Daudio.c7407 char fmtbuf[64]; local
7414 audio_format2_tostr(fmtbuf, sizeof(fmtbuf), &pfmt);
7416 nbuf, fmtbuf);
7424 audio_format2_tostr(fmtbuf, sizeof(fmtbuf), &rfmt);
7426 nbuf, fmtbuf);

Completed in 357 milliseconds