Searched refs:localName (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dprogress.c79 char localName[32]; local
93 localName[0] = '\0';
95 AbbrevStr(localName, cip->lname, sizeof(localName) - 2, 0);
96 if ((cip->usingTAR) && (strlen(localName) < (sizeof(localName) - 6))) {
97 STRNCAT(localName, " (TAR)");
99 (void) STRNCAT(localName, ":");
117 (void) fprintf(stderr, "%-32s", localName);
125 localName[
212 char localName[80]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dgpshare.c80 char localName[32]; local
94 localName[0] = '\0';
96 AbbrevStr(localName, cip->lname, sizeof(localName) - 2, 0);
97 (void) STRNCAT(localName, ":");
100 (void) fprintf(stderr, "%-32s", localName);
108 localName[0] = '\0';
110 AbbrevStr(localName, cip->lname, sizeof(localName) - 2, 0);
111 (void) STRNCAT(localName, "
186 char localName[80]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlschemastypes.h135 const xmlChar *localName);
H A Dxmlreader.h218 const xmlChar *localName,
233 const xmlChar *localName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlschemastypes.h135 const xmlChar *localName);
H A Dxmlreader.h218 const xmlChar *localName,
233 const xmlChar *localName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.in.h135 const xmlChar *localName);
H A Dxmlreader.in.h212 const xmlChar *localName,
227 const xmlChar *localName,
H A Dxmlschemas.c883 const xmlChar *localName; member in struct:_xmlSchemaNodeInfo
942 const xmlChar *localName; member in struct:_xmlSchemaAttrInfo
1278 * @localName: the local name
1280 * Returns the given QName in the format "{namespaceName}localName" or
1281 * just "localName" if @namespaceName is NULL.
1283 * Returns the localName if @namespaceName is NULL, a formatted
1289 const xmlChar *localName)
1297 if (localName != NULL) {
1299 return(localName);
1300 *buf = xmlStrcat(*buf, localName);
1287 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
1308 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
2518 xmlChar *localName, *nsName; local
4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
8880 const xmlChar *localName, *nsName; local
21781 xmlChar *localName = NULL; local
23831 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
24683 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
[all...]
H A Dxmlreader.c2374 * @localName: the local name of the attribute.
2383 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, argument
2388 if ((reader == NULL) || (localName == NULL))
2400 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) {
2401 prefix = BAD_CAST localName;
2406 ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) {
2414 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2651 * @localName: the local name of the attribute.
2661 const xmlChar *localName, const xmlChar *namespaceURI) {
2667 if ((reader == NULL) || (localName
2660 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
[all...]
H A Dxmlschemastypes.c982 * @localName: the local name
991 const xmlChar *localName)
999 val->value.qname.name = (xmlChar *) localName;
990 xmlSchemaNewQNameValue(const xmlChar *namespaceName, const xmlChar *localName) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlschemastypes.h135 const xmlChar *localName);
H A Dxmlreader.h218 const xmlChar *localName,
233 const xmlChar *localName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.in.h135 const xmlChar *localName);
H A Dxmlreader.in.h212 const xmlChar *localName,
227 const xmlChar *localName,
H A Dxmlschemas.c883 const xmlChar *localName; member in struct:_xmlSchemaNodeInfo
942 const xmlChar *localName; member in struct:_xmlSchemaAttrInfo
1278 * @localName: the local name
1280 * Returns the given QName in the format "{namespaceName}localName" or
1281 * just "localName" if @namespaceName is NULL.
1283 * Returns the localName if @namespaceName is NULL, a formatted
1289 const xmlChar *localName)
1297 if (localName != NULL) {
1299 return(localName);
1300 *buf = xmlStrcat(*buf, localName);
1287 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
1308 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
2518 xmlChar *localName, *nsName; local
4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
8880 const xmlChar *localName, *nsName; local
21781 xmlChar *localName = NULL; local
23831 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
24683 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
[all...]
H A Dxmlreader.c2374 * @localName: the local name of the attribute.
2383 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, argument
2388 if ((reader == NULL) || (localName == NULL))
2400 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) {
2401 prefix = BAD_CAST localName;
2406 ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) {
2414 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2651 * @localName: the local name of the attribute.
2661 const xmlChar *localName, const xmlChar *namespaceURI) {
2667 if ((reader == NULL) || (localName
2660 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dsaxpath.jarcom/ com/werken/ com/werken/saxpath/ org/ org/saxpath/ org/saxpath/helpers/ org/saxpath/conformance/ com/werken/saxpath/TokenTypes ...
H A Djaxen-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/expr/ org/jaxen/expr/Predicate ...
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c883 const xmlChar *localName; member in struct:_xmlSchemaNodeInfo
942 const xmlChar *localName; member in struct:_xmlSchemaAttrInfo
1278 * @localName: the local name
1280 * Returns the given QName in the format "{namespaceName}localName" or
1281 * just "localName" if @namespaceName is NULL.
1283 * Returns the localName if @namespaceName is NULL, a formatted
1289 const xmlChar *localName)
1297 if (localName != NULL) {
1299 return(localName);
1300 *buf = xmlStrcat(*buf, localName);
1287 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
1308 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
2518 xmlChar *localName, *nsName; local
4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
8880 const xmlChar *localName, *nsName; local
21791 xmlChar *localName = NULL; local
23855 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
24707 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
[all...]
H A Dxmlreader.c2410 * @localName: the local name of the attribute.
2419 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, argument
2424 if ((reader == NULL) || (localName == NULL))
2436 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) {
2437 prefix = BAD_CAST localName;
2442 ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) {
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2687 * @localName: the local name of the attribute.
2697 const xmlChar *localName, const xmlChar *namespaceURI) {
2703 if ((reader == NULL) || (localName
2696 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
[all...]
H A Dxmlschemastypes.c982 * @localName: the local name
991 const xmlChar *localName)
999 val->value.qname.name = (xmlChar *) localName;
990 xmlSchemaNewQNameValue(const xmlChar *namespaceName, const xmlChar *localName) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c883 const xmlChar *localName; member in struct:_xmlSchemaNodeInfo
942 const xmlChar *localName; member in struct:_xmlSchemaAttrInfo
1278 * @localName: the local name
1280 * Returns the given QName in the format "{namespaceName}localName" or
1281 * just "localName" if @namespaceName is NULL.
1283 * Returns the localName if @namespaceName is NULL, a formatted
1289 const xmlChar *localName)
1297 if (localName != NULL) {
1299 return(localName);
1300 *buf = xmlStrcat(*buf, localName);
1287 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
1308 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
2518 xmlChar *localName, *nsName; local
4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
8880 const xmlChar *localName, *nsName; local
21791 xmlChar *localName = NULL; local
23855 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
24707 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
[all...]
H A Dxmlreader.c2410 * @localName: the local name of the attribute.
2419 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, argument
2424 if ((reader == NULL) || (localName == NULL))
2436 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) {
2437 prefix = BAD_CAST localName;
2442 ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) {
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2687 * @localName: the local name of the attribute.
2697 const xmlChar *localName, const xmlChar *namespaceURI) {
2703 if ((reader == NULL) || (localName
2696 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
[all...]

Completed in 236 milliseconds

12