| /src/sys/arch/luna68k/stand/boot/ |
| awaitkey.c | 38 char fmtbuf[FMTLEN]; local in function:print_countdown 40 len = snprintf(fmtbuf, FMTLEN, pfmt, n); 41 printf("%s", fmtbuf);
|
| /src/usr.bin/lam/ |
| lam.c | 104 static char fmtbuf[BUFSIZ]; local in function:getargs 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)
|
| /src/sys/dev/ic/ |
| aac.c | 370 u_int8_t fmtbuf[256]; local in function:aac_describe_controller 411 snprintb(fmtbuf, sizeof(fmtbuf), optfmt, sc->sc_supported_options); 412 aprint_verbose_dev(sc->sc_dv, "Controller supports: %s\n", fmtbuf);
|
| /src/sys/dev/audio/ |
| audio.c | 7406 char fmtbuf[64]; local in function:audio_file_setinfo 7413 audio_format2_tostr(fmtbuf, sizeof(fmtbuf), &pfmt); 7415 nbuf, fmtbuf); 7423 audio_format2_tostr(fmtbuf, sizeof(fmtbuf), &rfmt); 7425 nbuf, fmtbuf);
|