Searched refs:tmpstr (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/asn1/ |
D | a_time.c | 80 ASN1_STRING tmpstr; in IMPLEMENT_ASN1_MSTRING() 85 tmpstr = *(ASN1_STRING *)a; in IMPLEMENT_ASN1_MSTRING() 86 len = tmpstr.length; in IMPLEMENT_ASN1_MSTRING() 87 ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len); in IMPLEMENT_ASN1_MSTRING() 88 tmpstr.data = tmp; in IMPLEMENT_ASN1_MSTRING() 89 a = (ASN1_GENERALIZEDTIME *) &tmpstr; in IMPLEMENT_ASN1_MSTRING()
|
D | a_gentm.c | 75 ASN1_STRING tmpstr = *(ASN1_STRING *)a; 77 len = tmpstr.length; 78 ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len); 79 tmpstr.data = tmp; 81 a = (ASN1_GENERALIZEDTIME *) &tmpstr;
|
/external/svox/pico/lib/ |
D | picodata.c | 974 picoos_char * tmpstr; in data_itemtype_to_string() local 977 tmpstr = (picoos_char *)"BOUND"; in data_itemtype_to_string() 980 tmpstr = (picoos_char *)"FRAME_PAR"; in data_itemtype_to_string() 983 tmpstr = (picoos_char *)"PHONE"; in data_itemtype_to_string() 986 tmpstr = (picoos_char *)"CMD"; in data_itemtype_to_string() 989 tmpstr = (picoos_char *)"ERR"; in data_itemtype_to_string() 992 tmpstr = (picoos_char *)"FRAME"; in data_itemtype_to_string() 995 tmpstr = (picoos_char *)"OTHER"; in data_itemtype_to_string() 998 tmpstr = (picoos_char *)"PUNC"; in data_itemtype_to_string() 1001 tmpstr = (picoos_char *)"SYLLPHON"; in data_itemtype_to_string() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | references.mm | 31 void f4(NSString &tmpstr) { 32 f3(&tmpstr);
|
/external/quake/quake/src/QW/progs/ |
D | triggers.qc | 285 local string tmpstr; 289 tmpstr = "misc/r_tele1.wav"; 291 tmpstr = "misc/r_tele2.wav"; 293 tmpstr = "misc/r_tele3.wav"; 295 tmpstr = "misc/r_tele4.wav"; 297 tmpstr = "misc/r_tele5.wav"; 299 sound (self, CHAN_VOICE, tmpstr, 1, ATTN_NORM);
|
/external/qemu/ |
D | usb-linux.c | 1195 char *tmpstr = de->d_name; in usb_host_scan_sys() local 1197 tmpstr += 3; in usb_host_scan_sys() 1198 bus_num = atoi(tmpstr); in usb_host_scan_sys()
|
/external/libxml2/ |
D | tree.c | 6371 xmlChar *elemQName, *tmpstr = NULL; in xmlGetPropNodeInternal() local 6377 tmpstr = xmlStrdup(node->ns->prefix); in xmlGetPropNodeInternal() 6378 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":"); in xmlGetPropNodeInternal() 6379 tmpstr = xmlStrcat(tmpstr, node->name); in xmlGetPropNodeInternal() 6380 if (tmpstr == NULL) in xmlGetPropNodeInternal() 6382 elemQName = tmpstr; in xmlGetPropNodeInternal() 6404 if (tmpstr != NULL) in xmlGetPropNodeInternal() 6405 xmlFree(tmpstr); in xmlGetPropNodeInternal() 6426 if (tmpstr != NULL) in xmlGetPropNodeInternal() 6427 xmlFree(tmpstr); in xmlGetPropNodeInternal()
|