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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.h223 int _substrcmp2(const char *str1, const char* str2, const char* str3);
H A Ddummynet.c553 _substrcmp2(end, "Bi", "Bit/s") != 0) ||
554 _substrcmp2(end, "by", "bytes") == 0)
886 _substrcmp2(end, "by", "bytes") == 0) {
H A Dipfw2.c536 * _substrcmp2 takes three strings and returns 1 if the first two do not match,
551 _substrcmp2(const char *str1, const char* str2, const char* str3) function

Completed in 161 milliseconds