HomeSort by: relevance | last modified time | path
    Searched defs:binsrch (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/checknr/
checknr.c 200 static int slot; /* slot in knowncmds found by binsrch */
204 static int binsrch(const char *);
543 if (binsrch(mac) >= 0)
591 if (binsrch(mac) >= 0){ /* it's OK to redefine something */
593 printf("binsrch(%s) -> already in table\n", mac);
597 /* binsrch sets slot as a side effect */
599 printf("binsrch(%s) -> %d\n", mac, slot);
621 binsrch(const char *mac) function in typeref:typename:int

Completed in 11 milliseconds