Searched refs:ns (Results 101 - 125 of 154) sorted by relevance

1234567

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.h55 (((n) != NULL) && ((n)->ns != NULL) && \
56 (xmlStrEqual((n)->ns->href, XSLT_NAMESPACE)))
H A Dvariables.c986 xmlNsPtr ns; local
988 ns = xmlSearchNs(style->doc, xmlDocGetRootElement(style->doc),
990 if (ns == NULL) {
995 href = ns->href;
1264 if (comp->ns)
1265 elem->nameURI = comp->ns;
1302 present = xsltCheckStackElem(ctxt, comp->name, comp->ns);
1530 xsltRegisterGlobalVariable(style, comp->name, comp->ns,
1593 xsltRegisterGlobalVariable(style, comp->name, comp->ns,
H A Dimports.c348 if (node->ns != NULL) {
350 xmlHashLookup2(style->stripSpaces, node->name, node->ns->href);
H A Dfunctions.c779 xmlNsPtr ns; local
782 ns = xmlSearchNs(tctxt->inst->doc, tctxt->inst, NULL);
783 if (ns != NULL) nsURI = xmlStrdup(ns->href);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxinclude.c2090 (children->ns != NULL) &&
2092 ((xmlStrEqual(children->ns->href, XINCLUDE_NS)) ||
2093 (xmlStrEqual(children->ns->href, XINCLUDE_OLD_NS)))) {
2197 end = xmlNewDocNode(cur->doc, cur->ns, cur->name, NULL);
2237 if (node->ns == NULL)
2239 if ((xmlStrEqual(node->ns->href, XINCLUDE_NS)) ||
2240 (xmlStrEqual(node->ns->href, XINCLUDE_OLD_NS))) {
2241 if (xmlStrEqual(node->ns->href, XINCLUDE_OLD_NS)) {
2257 (child->ns != NULL) &&
2258 ((xmlStrEqual(child->ns
[all...]
H A Dxmlschemas.c309 ((node != NULL) && (node->ns != NULL) && \
311 (xmlStrEqual(node->ns->href, xmlSchemaNs)))
1299 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
1301 if (ns != NULL)
1302 return (xmlSchemaFormatQName(buf, ns->href, localName));
1737 if (elem->ns != NULL) {
1739 xmlSchemaFormatQName(&str, elem->ns->href, elem->name));
1748 if (itemNode->ns != NULL) {
1750 itemNode->ns->href, itemNode->name));
2167 if (elem->ns !
5769 xmlNsPtr ns; local
6700 const xmlChar *pc, *ns, *dictnsItem; local
7078 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
8563 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
12685 xmlSchemaWildcardNsPtr ns; local
13953 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, const xmlChar* ns) argument
21590 xmlNsPtr ns; local
21638 xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); local
25199 xmlNsPtr ns; local
[all...]
H A Dxmlschemastypes.c956 * @ns: the notation namespace name or NULL
965 const xmlChar *ns)
974 if (ns != NULL)
975 val->value.qname.uri = (xmlChar *)ns;
1061 * @ns: the URI of the namespace usually "http://www.w3.org/2001/XMLSchema"
1068 xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) { argument
1073 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns));
2676 xmlNsPtr ns; local
2679 ns = xmlSearchNs(node->doc, node, prefix);
2680 if ((ns
964 xmlSchemaNewNOTATIONValue(const xmlChar *name, const xmlChar *ns) argument
2853 xmlNsPtr ns; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Ddir.c554 const char nshort[11], const char *nlong, uint32 len, uint32 *ns, uint32 *ne)
596 *ns = 0;
604 if (info.sindex - *ns >= required_entries) {
608 *ns = diri.current_index;
624 *ne = *ns + required_entries - 1;
626 for (i=*ns;i<=*ne;i++) {
631 DPRINTF(0, ("directory entry runs from %lx to %lx (dirsize = %Lx) (is%s last entry)\n", *ns, *ne, dir->st_size, last_entry ? "" : "n't"));
656 buffer = diri_init(vol,dir->cluster, *ns, &diri);
761 const char *name, uint32 *ns, uint32 *ne)
846 return _create_dir_entry_(vol, dir, &info, (char *)nshort, (char *)nlong, len, ns, n
553 _create_dir_entry_(nspace *vol, vnode *dir, struct _entry_info_ *info, const char nshort[11], const char *nlong, uint32 len, uint32 *ns, uint32 *ne) argument
760 create_dir_entry(nspace *vol, vnode *dir, vnode *node, const char *name, uint32 *ns, uint32 *ne) argument
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DTable.java420 String ns = colgroup.getNamespaceURI();
425 rtf.startElement(ns, localName, name,
466 rtf.endElement(ns, localName, name);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DTable.java427 String ns = colgroup.getNamespaceURI();
432 rtf.startElement(ns, localName, name,
473 rtf.endElement(ns, localName, name);
/haiku-fatelf/src/tests/kits/net/preflet/InterfacesAddOn/
H A DInterfacesListView.cpp397 NetworkSettings* ns = item->GetSettings(); local
399 ns->SetConfiguration();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dmount.c382 myfs_unmount(void *ns) argument
384 myfs_info *myfs = (myfs_info *)ns;
/haiku-fatelf/src/bin/less/
H A Dcmdbuf.c149 char *ns = s; local
150 ch = step_char(&ns, +1, endline);
151 while (s < ns)
369 char *ns = s; local
370 cmd_step_right(&ns, &width, NULL);
373 s = ns;
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Ddate.c2756 * @ns: a node set of duration strings
2776 xmlNodeSetPtr ns; local
2795 ns = xmlXPathPopNodeSet (ctxt);
2799 if ((ns == NULL) || (ns->nodeNr == 0)) {
2801 if (ns != NULL)
2802 xmlXPathFreeNodeSet (ns);
2808 xmlXPathFreeNodeSet (ns);
2812 for (i = 0; i < ns->nodeNr; i++) {
2814 tmp = xmlXPathCastNodeToString (ns
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c126 int ns; /* number of scans */ member in struct:jpginfo
223 for (i = 0; i < info.ns; i++)
235 for (i = 0; i < info.ns; i++)
295 info.ns = getbyte();
296 if (info.ns != 3)
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrftime.c434 # define extra_args , ut, ns
435 # define extra_args_spec int ut; int ns;
436 # define extra_args_spec_iso , int ut, int ns
448 # define ns 0 macro
1060 number_value = ns;
1395 strftime function plus the ut argument, but without the ns argument. */
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Descp2-driver.c685 int ns = nozzle_start + (k < nozzle_start_lo ? 1 : 0); local
692 extralines -= ns;
700 lc + extralines + ns);
701 if (ns > 0)
702 send_extra_data(v, ns);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c218 long int ns; member in struct:__anon3268
321 pc->rel.ns += factor * rel.ns;
2218 { (yyval.rel) = RELATIVE_TIME_0; (yyval.rel).seconds = (yyvsp[-1].timespec).tv_sec; (yyval.rel).ns = (yyvsp[-1].timespec).tv_nsec; }
2226 { (yyval.rel) = RELATIVE_TIME_0; (yyval.rel).seconds = (yyvsp[-1].timespec).tv_sec; (yyval.rel).ns = (yyvsp[-1].timespec).tv_nsec; }
3001 int ns;
3023 /* Accumulate fraction, to ns precision. */
3025 ns = *p++ - '0';
3028 ns *= 10;
3030 ns
2998 int ns; local
3531 int ns = d.tv_nsec; local
[all...]
H A Dstrftime.c399 # define extra_args , ut, ns
400 # define extra_args_spec , int ut, int ns
413 # define ns 0 macro
1060 number_value = ns;
1458 strftime function plus the ut argument, but without the ns argument. */
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcistpl.h101 u_char ns; member in struct:cistpl_altstr_t
142 u_char ns; member in struct:cistpl_vers_1_t
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dvalid.h246 const xmlChar *ns,
372 xmlNsPtr ns,
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrftime.c395 # define extra_args , ut, ns
396 # define extra_args_spec , int ut, int ns
409 # define ns 0 macro
1056 number_value = ns;
1454 strftime function plus the ut argument, but without the ns argument. */
/haiku-fatelf/src/bin/coreutils/src/
H A Dpr.c1660 int ns;
1676 ns = t.tv_nsec;
1682 sprintf (buf, "%ld.%09d", (long int) t.tv_sec, ns);
1686 size_t bufsize = nstrftime (NULL, SIZE_MAX, date_format, tm, 0, ns) + 1;
1688 nstrftime (buf, bufsize, date_format, tm, 0, ns);
1652 int ns; local
/haiku-fatelf/src/bin/bash/support/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
564 basic_machine=ns32k-ns
1532 *-ns)
1617 vendor=ns
/haiku-fatelf/src/bin/diffutils/config/
H A Dconfig.sub146 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
463 basic_machine=ns32k-ns
1319 *-ns)
1404 vendor=ns

Completed in 390 milliseconds

1234567