Searched refs:fullname (Results 1 - 16 of 16) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX.h77 const xmlChar *fullname,
105 const xmlChar *fullname,
109 const xmlChar *fullname,
H A DSAX2.h75 const xmlChar *fullname,
104 const xmlChar *fullname,
H A Dparser.h424 * @fullname: the attribute name
434 const xmlChar *fullname,
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerObsolete.cpp226 nsIFile *fullname)
231 return cm->AutoRegisterComponent(when, fullname);
236 nsIFile *fullname)
241 return cm->AutoUnregisterComponent(when, fullname);
225 AutoRegisterComponent(PRInt32 when, nsIFile *fullname) argument
235 AutoUnregisterComponent(PRInt32 when, nsIFile *fullname) argument
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c675 xmlChar *fullname; local
677 fullname = xmlBuildQName(content->name, content->prefix, fn, 50);
678 if (fullname == NULL) {
686 ctxt->state, NULL, fullname, NULL);
690 ctxt->state, NULL, fullname, NULL);
695 ctxt->state, NULL, fullname, NULL);
697 ctxt->state, fullname, NULL);
703 ctxt->state, ctxt->state, fullname, NULL);
706 if ((fullname != fn) && (fullname !
3895 xmlChar *fullname; local
3980 xmlChar *fullname; local
4289 xmlChar *fullname; local
4466 xmlChar *fullname; local
5215 xmlChar *fullname; local
5989 xmlChar *fullname; local
6256 xmlChar *fullname; local
[all...]
H A DSAX2.c688 * @fullname: the attribute name
697 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, argument
711 elem, fullname, type, def, defaultValue);
713 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
724 name = xmlSplitQName(ctxt, fullname, &prefix);
1043 * @fullname: The attribute name, including namespace prefix
1053 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, argument
1064 name = xmlStrdup(fullname);
1071 name = xmlSplitQName(ctxt, fullname, &ns);
1076 fullname, NUL
1521 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) argument
2027 xmlChar *fullname; local
[all...]
H A Dlegacy.c986 * @fullname: the attribute name
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, argument
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
1110 * @fullname: The attribute name, including namespace prefix
1121 const xmlChar * fullname ATTRIBUTE_UNUSED,
1130 * @fullname: The element name, including namespace prefix
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dxmlreader.c618 * @fullname: The element name, including namespace prefix
624 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, argument
630 printf("xmlTextReaderStartElement(%s)\n", fullname);
633 reader->startElement(ctx, fullname, atts);
646 * @fullname: The element name, including namespace prefix
651 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) { argument
656 printf("xmlTextReaderEndElement(%s)\n", fullname);
659 reader->endElement(ctx, fullname);
H A Dparser.c971 * @fullname: the element fullname
972 * @fullattr: the attribute fullname
979 const xmlChar *fullname,
997 name = xmlSplitQName3(fullname, &len);
999 name = xmlDictLookup(ctxt->dict, fullname, -1);
1003 prefix = xmlDictLookup(ctxt->dict, fullname, len);
1062 * @fullname: the element fullname
1063 * @fullattr: the attribute fullname
978 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, const xmlChar *fullname, const xmlChar *fullattr, const xmlChar *value) argument
1069 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, const xmlChar *fullname, const xmlChar *fullattr, int type) argument
1098 xmlCleanSpecialAttrCallback(void *payload, void *data, const xmlChar *fullname, const xmlChar *fullattr, const xmlChar *unused ATTRIBUTE_UNUSED) argument
[all...]
H A Dxpath.c8750 xmlChar *fullname; local
8752 fullname = xmlBuildQName(cur->nodesetval->nodeTab[i]->name,
8755 if (fullname == cur->nodesetval->nodeTab[i]->name)
8756 fullname = xmlStrdup(cur->nodesetval->nodeTab[i]->name);
8757 if (fullname == NULL) {
8761 ctxt->context, fullname));
H A Dtestapi.c3768 xmlChar * fullname; /* the attribute name */ local
3789 fullname = gen_const_xmlChar_ptr(n_fullname, 2);
3795 xmlSAX2AttributeDecl(ctx, (const xmlChar *)elem, (const xmlChar *)fullname, type, def, (const xmlChar *)defaultValue, tree);
3799 des_const_xmlChar_ptr(n_fullname, (const xmlChar *)fullname, 2);
5011 xmlChar * fullname; /* The element name, including namespace prefix */ local
5021 fullname = gen_const_xmlChar_ptr(n_fullname, 1);
5024 xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts);
5027 des_const_xmlChar_ptr(n_fullname, (const xmlChar *)fullname, 1);
[all...]
/vbox/src/VBox/Installer/linux/
H A Drun-inst.sh346 fullname="$INSTALLATION_DIR/$name"
347 case "$fullname" in
349 test ! -d "$fullname" &&
350 echo "$fullname" >> "$CONFIG_DIR/$CONFIG_FILES"
353 echo "$fullname" >> "$CONFIG_DIR/$CONFIG_FILES"
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c333 char fullname[FILENAME_MAX + 1]; local
341 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname)
343 (void) strcpy(fullname, p); /* XXX strcpy is safe */
344 (void) strcat(fullname, "/"); /* XXX strcat is safe */
345 (void) strcat(fullname, name); /* XXX strcat is safe */
351 name = fullname;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl275 $fullname = "$dir/$name";
280 -x $exe || $isksh || -x $fullname)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c583 char *fullname; local
589 fullname = PR_smprintf("%s\\%s%s", path, lib, PR_DLL_SUFFIX);
591 fullname = PR_smprintf("%s%s", lib, PR_DLL_SUFFIX);
595 fullname = PR_smprintf("%s\\%s", path, lib);
597 fullname = PR_smprintf("%s", lib);
603 fullname = PR_smprintf("%s%s", path, lib);
605 fullname = PR_smprintf("%s", lib);
612 fullname = PR_smprintf("%s/lib%s%s", path, lib, PR_DLL_SUFFIX);
614 fullname = PR_smprintf("lib%s%s", lib, PR_DLL_SUFFIX);
618 fullname
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c1007 char *fullname; local
1035 fullname = (char *) xmalloc(strlen(pfinfo->path) + strlen(dp->d_name) + 2);
1036 sprintf(fullname, "%s/%s", pfinfo->path, dp->d_name);
1038 if (!stat(fullname, &filestat))
1043 xfree(fullname);

Completed in 219 milliseconds