Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c723 } const xml_names[] = { in parse_xml_encoding() local
730 static int const nm_ct = sizeof(xml_names) / sizeof(xml_names[0]); in parse_xml_encoding()
773 if (strncmp(pz, xml_names[ix].nm_str, xml_names[ix].nm_len) in parse_xml_encoding()
775 *ppz = pz + xml_names[ix].nm_len; in parse_xml_encoding()
776 return xml_names[ix].nm_val; in parse_xml_encoding()