Searched refs:loctext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c136 "loctext", /* SC_LOCTEXT */
1666 lxml_get_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr loctext, argument
1677 if (((val = xmlGetProp(loctext, (xmlChar *)xml_lang_attr)) == NULL) ||
1679 if (((val = xmlGetProp(loctext,
1696 for (cursor = loctext->xmlChildrenNode; cursor != NULL;
1701 uu_die(gettext("illegal element \"%s\" on loctext "
1708 uu_die(gettext("loctext element has no content for \"%s\"\n"),
1736 * This function processes all loctext elements in the current XML element
1737 * designated by container. A property is created for each loctext element
1739 * derived from the loctext languag
[all...]
H A Dsvccfg_libscf.c10205 xmlNodePtr loctext = NULL; local
10219 loctext = xmlNewTextChild(parent, NULL, (xmlChar *)"loctext",
10221 if (loctext == NULL)
10227 safe_setprop(loctext, "xml:lang", exp_str);

Completed in 91 milliseconds