/src/lib/libp2k/ |
p2k.c | 414 char typebuf[PUFFS_TYPELEN]; local in function:setupfs 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 in function:p_type 631 sprintf(typebuf, "TYPE%d", type); 632 return (typebuf);
|
/src/sys/dev/wscons/ |
wsdisplay.c | 1495 char *type, typebuf[16], *emul, emulbuf[16]; local in function:wsdisplay_cfg_ioctl 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 in function:devscope_type2str 3607 snprintf(typebuf, sizeof(typebuf), "%d", type); 3608 return (typebuf);
|