Searched defs:doc (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/lib/ |
H A D | arg.h | 56 const char *doc; member in struct:grub_arg_option
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.c | 34 tf_info_new(topo_mod_t *mp, xmlDocPtr doc, xmlChar *scheme) argument 48 r->tf_xdoc = doc;
|
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | policy.c | 862 xmlDocPtr doc = NULL; local 877 doc = xmlCtxtReadFile(ctxt, filename, NULL, 879 if (doc == NULL || ctxt->valid == 0) { 884 cur = xmlDocGetRootElement(doc); 923 if (doc != NULL) 924 xmlFreeDoc(doc); 1035 update_policyfile(xmlDocPtr doc, char *filename) argument 1101 if (xmlDocFormatDump(tmpfile, doc, 1) == -1) { 1144 xmlDocPtr doc = NULL; local 1167 doc 1345 xmlDocPtr doc = NULL; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | argp.h | 95 /* The doc string for this option. If both NAME and KEY are 0, This string 102 const char *doc; 254 const char *doc; 291 #define ARGP_KEY_HELP_ARGS_DOC 0x2000006 /* Argument doc string. */ 479 #define ARGP_HELP_PRE_DOC 0x10 /* doc string preceding long help. */ 480 #define ARGP_HELP_POST_DOC 0x20 /* doc string following long help. */ 639 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; 101 const char *doc; member in struct:argp_option 252 const char *doc; member in struct:argp
|
H A D | argp-help.c | 70 #define DOC_OPT_COL 2 /* column in which doc options start */ 94 int doc_opt_col; /* column in which doc options start */ 126 { "doc-opt-col", 0, offsetof (struct uparams, doc_opt_col) }, 127 { "opt-doc-col", 0, offsetof (struct uparams, opt_doc_col) }, 1008 helper functions). See the doc for hol_entry_help for more info, as most 1023 /* If a user doc filter should be applied to DOC, do so. */ 1025 filter_doc (const char *doc, int key, const struct argp *argp, 1032 return (*argp->help_filter) (key, doc, input); 1036 return doc; 1041 the argp that should dictate any user doc filterin 1009 filter_doc(const char *doc, int key, const struct argp *argp, const struct argp_state *state) argument [all...] |
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 289 if (node->doc->_private) { 291 pool_conf_to_elem((pool_conf_t *)node->doc->_private), 301 pool_conf_to_elem((pool_conf_t *)node->doc->_private), "_next_id", 383 /* Delete all the "shadowed" children of the doc */ 551 if ((ctx = xmlXPathNewContext(pxe->pxe_node->doc)) == NULL) { 585 if (xmlHasProp(node, name) == NULL && pool_is_xml_attr(node->doc, 660 if (xmlHasProp(node, name) == NULL && pool_is_xml_attr(node->doc, 735 if ((ctx = xmlXPathNewContext(node->doc)) == NULL) { 838 if ((ctx = xmlXPathNewContext(node->doc)) == NULL) { 946 elemDTD = xmlGetDtdElementDesc(pxe->pxe_node->doc 2070 pool_is_xml_attr(xmlDocPtr doc, const char *elem, const char *attr) argument [all...] |
/osnet-11/usr/src/lib/libbrand/common/ |
H A D | libbrand.c | 187 * Returns the XML doc pointer, or NULL on failure. It will validate the 193 xmlDocPtr doc; local 203 if ((doc = xmlParseFile(file)) == NULL) 210 xmlFreeDoc(doc); 215 valid = xmlValidateDocument(cvp, doc); 218 xmlFreeDoc(doc); 222 return (doc); 449 * Retrieve the specified value from the XML doc
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 2148 char *doc = (*builtin)->long_doc; 2150 /* At first, print the name and the short doc. */ 2154 /* Print the long doc. */ 2155 while (*doc) 2157 int len = grub_strlen (doc); 2165 if (doc[len - 1] == ' ') 2171 grub_putchar (*doc++); 2125 char *doc = (*builtin)->long_doc; local
|
Completed in 52 milliseconds