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

/macosx-10.10.1/doc_cmds-49/checknr/
H A Dchecknr.c68 int binsrch(const char *);
192 int slot; /* slot in knowncmds found by binsrch */
508 if (binsrch(mac) >= 0)
556 if (binsrch(mac) >= 0){ /* it's OK to redefine something */
558 printf("binsrch(%s) -> already in table\n", mac);
562 /* binsrch sets slot as a side effect */
564 printf("binsrch(%s) -> %d\n", mac, slot);
583 binsrch(const char *mac) function

Completed in 123 milliseconds