Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.h343 int _substrcmp2(const char *str1, const char* str2, const char* str3);
H A Dipfw2.c854 _substrcmp2(const char *str1, const char* str2, const char* str3) in _substrcmp2() argument
860 if (strcmp(str1, str3) != 0) in _substrcmp2()
862 str1, str3); in _substrcmp2()