Searched refs:fmtbuf (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.bin/lam/ |
| H A D | lam.c | 104 static char fmtbuf[BUFSIZ]; in getargs() local 105 char *fmtp = fmtbuf; in getargs() 152 if (fmtp >= fmtbuf + sizeof(fmtbuf)) in getargs() 157 if (snprintf(fmtp, fmtbuf + sizeof(fmtbuf) - fmtp, "%%%ss", p) in getargs() 158 >= fmtbuf + sizeof(fmtbuf) - fmtp) in getargs()
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | awaitkey.c | 38 char fmtbuf[FMTLEN]; in print_countdown() local 40 len = snprintf(fmtbuf, FMTLEN, pfmt, n); in print_countdown() 41 printf("%s", fmtbuf); in print_countdown()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 218 std::string fmtbuf; in printDarwinSectionSizes() local 219 raw_string_ostream fmt(fmtbuf); in printDarwinSectionSizes() 368 std::string fmtbuf; in printObjectSectionSizes() local 369 raw_string_ostream fmt(fmtbuf); in printObjectSectionSizes() 420 fmtbuf.clear(); in printObjectSectionSizes() 455 fmtbuf.clear(); in printObjectSectionSizes() 517 fmtbuf.clear(); in printObjectSectionSizes() 860 std::string fmtbuf; in printBerkeleyTotals() local 861 raw_string_ostream fmt(fmtbuf); in printBerkeleyTotals() 868 fmtbuf.clear(); in printBerkeleyTotals()
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | options.c | 1820 char fmtbuf[32] = ""; 1822 struct enumeration *enumbuf[32]; /* MUST be same as fmtbuf */ 1839 if (l >= sizeof(fmtbuf) - 1) 1850 fmtbuf [l] = option -> format [i]; 1857 fmtbuf [l] = 0; 1876 fmtbuf [l] = 't'; 1879 fmtbuf [l] = 'x'; 1886 fmtbuf [l + 1] = 0; 1901 fmtbuf[l + 1] = 0; 1913 fmtbuf[ 1817 char fmtbuf[32] = ""; global() local [all...] |
| /netbsd-src/sys/dev/ic/ |
| H A D | aac.c | 370 u_int8_t fmtbuf[256]; in aac_describe_controller() local 411 snprintb(fmtbuf, sizeof(fmtbuf), optfmt, sc->sc_supported_options); in aac_describe_controller() 412 aprint_verbose_dev(sc->sc_dv, "Controller supports: %s\n", fmtbuf); in aac_describe_controller()
|
| /netbsd-src/sys/dev/audio/ |
| H A D | audio.c | 7407 char fmtbuf[64]; in audio_file_setinfo() local 7414 audio_format2_tostr(fmtbuf, sizeof(fmtbuf), &pfmt); in audio_file_setinfo() 7416 nbuf, fmtbuf); in audio_file_setinfo() 7424 audio_format2_tostr(fmtbuf, sizeof(fmtbuf), &rfmt); in audio_file_setinfo() 7426 nbuf, fmtbuf); in audio_file_setinfo()
|