Home
last modified time | relevance | path

Searched refs:eqString (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c438 if (eqString(dname, CLASS_ALL) || in check_depend()
439 eqString(dname, CLASS_KNOWN)) in check_depend()
453 if (eqString(stringValue(name), dname)) { in check_depend()
1701 if (!eqString(stringValue(super), name)) in parse_class_declaration()
1709 if (eqString(stringValue(selector), in parse_class_declaration()
4425 eqString(stringValue(item), name)) in new_network_interface()
4657 if (eqString(stringValue(name), stringValue(param))) in get_class()
4672 if (!eqString(stringValue(name), stringValue(param))) in get_class()
4677 if (eqString(stringValue(selector), in get_class()
4688 if (!eqString(stringValue(name), stringValue(param))) in get_class()
[all …]
H A Ddata.h187 isc_boolean_t eqString(const struct string *s, const struct string *o);
H A Doptions.c693 if (!eqString(sspace, stringValue(space))) in add_option_data()
H A Ddata.c348 eqString(const struct string *s, const struct string *o) in eqString() function
H A Dparse.c4037 if (!modified || eqString(saved, data)) in parse_option_data()
4155 if ((elem != NULL) && eqString(stringValue(elem), data)) in parse_option_binary()
5282 if (eqString(stringValue(space), stringValue(old))) in config_vendor_option_space()
H A Deval.c2212 return eqString(sleft, sright); in cmp_hexa()