Home
last modified time | relevance | path

Searched refs:clbr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/checknr/
H A Dchecknr.c53 char *clbr; member
212 br[i].clbr = malloc(3);
213 (void) strncpy(br[i].clbr, cp+3, 2);
216 addmac(br[i].clbr);
401 br[stk[i].opno].clbr); in prop()
414 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) in chkcmd()
434 if (eq(mac, br[i].clbr)) { in chkcmd()
453 if (eq(mac, br[stk[j].opno].clbr)) { in nomatch()