OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu May 14 00:25:00 UTC 2026