OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/luna68k/stand/boot/
awaitkey.c
38
char
fmtbuf
[FMTLEN];
local
40
len = snprintf(
fmtbuf
, FMTLEN, pfmt, n);
41
printf("%s",
fmtbuf
);
/src/usr.bin/lam/
lam.c
104
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)
/src/sys/dev/ic/
aac.c
370
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
);
/src/sys/dev/audio/
audio.c
7406
char
fmtbuf
[64];
local
7413
audio_format2_tostr(
fmtbuf
, sizeof(
fmtbuf
), &pfmt);
7415
nbuf,
fmtbuf
);
7423
audio_format2_tostr(
fmtbuf
, sizeof(
fmtbuf
), &rfmt);
7425
nbuf,
fmtbuf
);
Completed in 22 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026