OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typebuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libp2k/
p2k.c
414
char
typebuf
[PUFFS_TYPELEN];
local
421
strcpy(
typebuf
, "p2k|");
424
strlcat(
typebuf
, args->pa_typename, sizeof(
typebuf
));
426
strlcat(
typebuf
, vfsname, sizeof(
typebuf
));
433
puffs_setmntinfo(pu, partpath,
typebuf
);
/src/lib/libc/resolv/
res_debug.c
624
static char
typebuf
[20];
local
631
sprintf(
typebuf
, "TYPE%d", type);
632
return (
typebuf
);
/src/sys/dev/wscons/
wsdisplay.c
1495
char *type,
typebuf
[16], *emul, emulbuf[16];
local
1509
error = copyinstr(d->screentype,
typebuf
,
1510
sizeof(
typebuf
), 0);
1513
type =
typebuf
;
1537
error = copyinstr(d->name,
typebuf
, sizeof(
typebuf
), 0);
1540
d->name =
typebuf
;
/src/usr.sbin/acpitools/acpidump/
acpi.c
3593
static char
typebuf
[16];
local
3607
snprintf(
typebuf
, sizeof(
typebuf
), "%d", type);
3608
return (
typebuf
);
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026