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