Lines Matching +defs:template +defs:c

23  * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
117 xmlNodePtr template;
130 * Likewise for template elements.
1841 * 2. Take the type from a template entry
1920 warn(gettext("Unable to create template "
1952 * cannot be found then attempt to get the type from a template entry
1982 * the template entry for the property.
1985 * template entry for the sc_pg, and see if there is a property
1986 * entry for that template entry.
2012 warn(gettext("Unable to create template "
2123 * 2. Take the type from a template entry
2173 * If not the check for a template pg_pattern entry
8935 * lxml_get_bundle() in svccfg_xml.c, but with some kickers:
9033 char c = (char)mem[i];
9035 if (c == '"')
9037 else if (c == '\'')
9040 (void) fputc(c, f);
9482 uint64_t c;
9484 if (scf_value_get_count(exp_val, &c) != SCF_SUCCESS)
9487 str = uu_msprintf("%llu", c);
10263 * Process template information for a service or instances.
10643 elts.template = xmlNewNode(NULL, (xmlChar *)"template");
10644 (void) xmlAddChild(elts.template, template_elts.common_name);
10645 (void) xmlAddChild(elts.template, template_elts.description);
10646 (void) xmlAddChild(elts.template, template_elts.documentation);
10655 elts.property_groups == NULL && elts.template == NULL) {
10680 (void) xmlAddChild(n, elts.template);
10769 elts.template = xmlNewNode(NULL, (xmlChar *)"template");
10770 (void) xmlAddChild(elts.template, template_elts.common_name);
10771 (void) xmlAddChild(elts.template, template_elts.description);
10772 (void) xmlAddChild(elts.template, template_elts.documentation);
10799 (void) xmlAddChild(snode, elts.template);
12790 * Outputs template property group info for the describe subcommand.
12793 * not NULL, we're describing the template data, not an existing property
13068 * Displays template data if prop is not NULL, -t option of svccfg describe
13698 "%c."), *cp);
13925 /* Then check for a type set in a template. */
16468 int c, status;
16500 for (c = 0; dirs[c]; c++) {
16501 status = find_manifests(g_hndl, dirs[c], &manifests, CHECKEXT);
16504 "error %s\n"), dirs[c], strerror(errno));