HomeSort by: relevance | last modified time | path
    Searched defs:xml_names (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
configfile.c 725 } const xml_names[] = { local
732 static int const nm_ct = sizeof(xml_names) / sizeof(xml_names[0]);
775 if (strncmp(pz, xml_names[ix].nm_str, xml_names[ix].nm_len)
777 *ppz = pz + xml_names[ix].nm_len;
778 return xml_names[ix].nm_val;

Completed in 17 milliseconds