Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:fbuf

1278 	char fbuf[BUFSIZ];
1300 (void)snprintb(fbuf, sizeof(fbuf), IFFBITS, flags);
1301 printf("%s: flags=%s", ifname, fbuf);
1318 (void)snprintb_m(fbuf, sizeof(fbuf), IFCAPBITS,
1320 bp = fbuf;
1325 (void)snprintb_m(fbuf, sizeof(fbuf), IFCAPBITS,
1327 bp = fbuf;