Searched refs:parameqn (Results 1 – 3 of 3) sorted by relevance
70 bool parameqn(const char *a, const char *b, size_t n) in parameqn() function83 return parameqn(a, b, strlen(a)+1); in parameq()
314 extern bool parameqn(const char *name1, const char *name2, size_t n);
166 if (parameqn(line, p->str, n)) { in obsolete_checksetup()