/external/openssl/crypto/x509v3/ |
v3_enum.c | 91 long strval; local 92 strval = ASN1_ENUMERATED_get(e); 94 if(strval == enam->bitnum) return BUF_strdup(enam->lname);
|
/external/oprofile/libutil++/tests/ |
cached_value_tests.cpp | 37 cached_value<string> strval; local 54 if (strval.reset("foo") != "foo" || strval.get() != "foo") { 59 if (strval.reset("") != "" || strval.get() != "") {
|
/external/webkit/Source/WebCore/xml/ |
XSLTExtensions.cpp | 53 xmlChar *strval; local 67 strval = xmlXPathPopString(ctxt); 68 retNode = xmlNewDocText(NULL, strval); 76 if (strval != NULL) 77 xmlFree(strval);
|
/external/qemu/audio/ |
audio.c | 393 char *strval; local 395 strval = getenv (key); 396 if (strval) { 398 val = atoi (strval); [all...] |
/external/qemu/telephony/ |
android_modem.c | 409 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); [all...] |
/device/samsung/tuna/audio/ |
audio_hw.c | 254 char *strval; member in struct:route_setting 262 .strval = MIXER_450HZ_HIGH_PASS, 266 .strval = MIXER_450HZ_HIGH_PASS, 332 .strval = MIXER_PLAYBACK_HF_DAC, 336 .strval = MIXER_PLAYBACK_HF_DAC, 346 .strval = MIXER_PLAYBACK_HS_DAC, 350 .strval = MIXER_PLAYBACK_HS_DAC, 361 .strval = MIXER_BT_LEFT, 365 .strval = MIXER_BT_LEFT, 375 .strval = MIXER_AMIC0 [all...] |
/external/libxml2/ |
xpath.c | 4425 xmlChar * strval; local 5760 xmlChar *strval; local [all...] |