Searched refs:tmpstr (Results 1 – 9 of 9) 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/chromium_org/third_party/openssl/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 | 34 void f4(NSString &tmpstr) { 35 f3(&tmpstr);
|
/external/qemu/ |
D | usb-linux.c | 1196 char *tmpstr = de->d_name; in usb_host_scan_sys() local 1198 tmpstr += 3; in usb_host_scan_sys() 1199 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()
|
/external/chromium_org/third_party/libxml/src/ |
D | tree.c | 6358 xmlChar *elemQName, *tmpstr = NULL; in xmlGetPropNodeInternal() local 6364 tmpstr = xmlStrdup(node->ns->prefix); in xmlGetPropNodeInternal() 6365 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":"); in xmlGetPropNodeInternal() 6366 tmpstr = xmlStrcat(tmpstr, node->name); in xmlGetPropNodeInternal() 6367 if (tmpstr == NULL) in xmlGetPropNodeInternal() 6369 elemQName = tmpstr; in xmlGetPropNodeInternal() 6391 if (tmpstr != NULL) in xmlGetPropNodeInternal() 6392 xmlFree(tmpstr); in xmlGetPropNodeInternal() 6413 if (tmpstr != NULL) in xmlGetPropNodeInternal() 6414 xmlFree(tmpstr); in xmlGetPropNodeInternal()
|