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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c175 char *str1, *str2, *str3; local
184 while ((str3 = strchr(str1, '\t')) != NULL)
186 str3[0] = ' '; // Change tabs into a single space
196 str3 = strchr(str2+1, '\"');
197 if (str3 == NULL)
203 str3[0] = '\0'; // terminate str2 with a NULL
220 str3+=2; // Point past the whitespace character
222 lstrcat(str1, str3);
235 str3 = &str2[1];
237 lstrcat(str1, str3);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dapi.c84 char *str1, *str2, *str3; local
103 while ((str3 = strchr(str1, '\t')) != NULL)
105 str3[0] = ' '; /* Change tabs into a single space */
115 str3 = strchr(str2+1, '\"'); /* Get the second quote */
116 if (str3 == NULL)
122 str3[0] = '\0'; /* terminate str2 with a NULL */
148 str3+=2; /* Point past the whitespace character */
150 lstrcat(str1, str3);
163 str3 = &str2[1];
165 lstrcat(str1, str3);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Derror.c430 * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
583 if (str3 != NULL)
584 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
876 if (err->str3 != NULL)
877 xmlFree(err->str3);
946 char *message, *file, *str1, *str2, *str3; local
955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dvalid.c136 * @str3: extra informations
144 const xmlChar * str2, const xmlChar * str3)
167 (const char *) str3, 0, 0, msg, str1, str2, str3);
179 * @str3: extra informations
187 int int2, const xmlChar * str3)
209 (const char *) str3,
210 NULL, int2, 0, msg, str1, int2, str3);
220 * @str3: extra information
228 const xmlChar * str2, const xmlChar * str3)
141 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
184 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
225 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
[all...]
H A Dcatalog.c240 const xmlChar *str3)
245 (const char *) str3, 0, 0,
246 msg, str1, str2, str3);
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A DparserInternals.c1753 if (ctxt->lastError.str3 != NULL)
1754 xmlFree(ctxt->lastError.str3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Derror.c430 * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
583 if (str3 != NULL)
584 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
876 if (err->str3 != NULL)
877 xmlFree(err->str3);
946 char *message, *file, *str1, *str2, *str3; local
955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dxmlerror.in.h84 char *str3; /* extra string information */ member in struct:_xmlError
921 const char *str3,
H A Dvalid.c131 * @str3: extra informations
139 const xmlChar * str2, const xmlChar * str3)
162 (const char *) str3, 0, 0, msg, str1, str2, str3);
174 * @str3: extra informations
182 int int2, const xmlChar * str3)
204 (const char *) str3,
205 NULL, int2, 0, msg, str1, int2, str3);
215 * @str3: extra information
223 const xmlChar * str2, const xmlChar * str3)
136 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
179 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
220 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
[all...]
H A Dcatalog.c228 const xmlChar *str3)
233 (const char *) str3, 0, 0,
234 msg, str1, str2, str3);
226 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A DparserInternals.c1739 if (ctxt->lastError.str3 != NULL)
1740 xmlFree(ctxt->lastError.str3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Derror.c430 * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
583 if (str3 != NULL)
584 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
876 if (err->str3 != NULL)
877 xmlFree(err->str3);
946 char *message, *file, *str1, *str2, *str3; local
955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dvalid.c136 * @str3: extra informations
144 const xmlChar * str2, const xmlChar * str3)
167 (const char *) str3, 0, 0, msg, str1, str2, str3);
179 * @str3: extra informations
187 int int2, const xmlChar * str3)
209 (const char *) str3,
210 NULL, int2, 0, msg, str1, int2, str3);
220 * @str3: extra information
228 const xmlChar * str2, const xmlChar * str3)
141 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
184 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
225 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
[all...]
H A Dcatalog.c240 const xmlChar *str3)
245 (const char *) str3, 0, 0,
246 msg, str1, str2, str3);
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A DparserInternals.c1753 if (ctxt->lastError.str3 != NULL)
1754 xmlFree(ctxt->lastError.str3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Derror.c430 * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
583 if (str3 != NULL)
584 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
876 if (err->str3 != NULL)
877 xmlFree(err->str3);
946 char *message, *file, *str1, *str2, *str3; local
955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dxmlerror.in.h84 char *str3; /* extra string information */ member in struct:_xmlError
921 const char *str3,
H A Dvalid.c131 * @str3: extra informations
139 const xmlChar * str2, const xmlChar * str3)
162 (const char *) str3, 0, 0, msg, str1, str2, str3);
174 * @str3: extra informations
182 int int2, const xmlChar * str3)
204 (const char *) str3,
205 NULL, int2, 0, msg, str1, int2, str3);
215 * @str3: extra information
223 const xmlChar * str2, const xmlChar * str3)
136 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
179 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
220 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
[all...]
H A Dcatalog.c228 const xmlChar *str3)
233 (const char *) str3, 0, 0,
234 msg, str1, str2, str3);
226 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A DparserInternals.c1739 if (ctxt->lastError.str3 != NULL)
1740 xmlFree(ctxt->lastError.str3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlerror.h85 char *str3; /* extra string information */ member in struct:_xmlError
929 const char *str3,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlerror.h85 char *str3; /* extra string information */ member in struct:_xmlError
929 const char *str3,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlerror.h85 char *str3; /* extra string information */ member in struct:_xmlError
929 const char *str3,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-usb-linux.c557 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
558 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
573 shdr->wValue = htols(strtoul(str3, 0, 16));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp1185 char *wxmake_exp2(char *str1, char *str2, char *str3) argument
1191 double exponent = (double)atoi(str3);

Completed in 329 milliseconds

12