Searched defs:lxml_prop_types (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c180 static const char *lxml_prop_types[] = { variable
561 lxml_prop_types[type], local
571 lxml_prop_types[type], local
592 lxml_prop_types[type], local
678 r < sizeof (lxml_prop_types) / sizeof (char *); ++r) {
680 (const xmlChar *)lxml_prop_types[r]) == 0)
684 if (r >= sizeof (lxml_prop_types) / sizeof (char *))
741 r < sizeof (lxml_prop_types) / sizeof (char *); r++) {
743 (const xmlChar *)lxml_prop_types[r]) == 0)
747 if (r >= sizeof (lxml_prop_types) / sizeo
1210 lxml_prop_types[SC_FMRI], local
[all...]

Completed in 64 milliseconds