Searched refs:strval (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/libutil++/tests/
H A Dcached_value_tests.cpp37 cached_value<string> strval; local
54 if (strval.reset("foo") != "foo" || strval.get() != "foo") {
59 if (strval.reset("") != "" || strval.get() != "") {
/external/openssl/crypto/x509v3/
H A Dv3_enum.c91 long strval; local
92 strval = ASN1_ENUMERATED_get(e);
94 if(strval == enam->bitnum) return BUF_strdup(enam->lname);
/external/webkit/Source/WebCore/xml/
H A DXSLTExtensions.cpp53 xmlChar *strval; local
67 strval = xmlXPathPopString(ctxt);
68 retNode = xmlNewDocText(NULL, strval);
76 if (strval != NULL)
77 xmlFree(strval);
/external/svox/pico/lib/
H A Dpicotok.c460 static picoos_bool tok_isRelative (picoos_uchar strval[], picoos_uint32 * val) argument
466 len = picoos_strlen((picoos_char*)strval);
468 if (strval[len - 1] == '%') {
469 strval[len - 1] = 0;
470 if ((strval[0] == '+') || (strval[0] == '-')) {
471 (*val) = 1000 + (picoos_atoi((picoos_char*)strval) * 10);
473 (*val) = picoos_atoi((picoos_char*)strval) * 10;
/external/qemu/audio/
H A Daudio.c393 char *strval; local
395 strval = getenv (key);
396 if (strval) {
398 val = atoi (strval);
/external/qemu/telephony/
H A Dandroid_modem.c409 char strval[MAX_KEY_NAME + 1]; local
413 snprintf(strval, MAX_KEY_NAME, "%d", value);
414 D("Setting value of %s to %d (%s)",nvname, value, strval);
415 newvalue = strdup(strval);
/external/libxml2/
H A Dxpath.c4425 xmlChar * strval; local
4438 strval = xmlXPathCastNodeToString(cur);
4439 if (xmlHashLookup(hash, strval) == NULL) {
4440 xmlHashAddEntry(hash, strval, strval);
4443 xmlFree(strval);
5760 xmlChar *strval; local
5765 strval = xmlXPathCastNodeToString(node);
5766 if (strval == NULL)
5768 ret = xmlXPathCastStringToNumber(strval);
[all...]
H A Drelaxng.c603 * @strval: the string value
613 const xmlChar * strval, void *value);
2464 * @strval: the string value
2474 const xmlChar * val, const xmlChar * strval,
2481 if ((type == NULL) || (strval == NULL))
2527 ret = xmlSchemaValidateFacet(typ, facet, strval, value);
2472 xmlRelaxNGSchemaFacetCheck(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * facetname, const xmlChar * val, const xmlChar * strval, void *value) argument

Completed in 2407 milliseconds