Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c167 static int binsrch(char *mac);
513 if (binsrch(mac) >= 0) in checkknown()
562 if (binsrch(mac) >= 0) { /* it's OK to redefine something */ in addmac()
592 binsrch(char *mac) in binsrch() function