Searched refs:ntmp (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_info.c | 116 char objtmp[80], *ntmp; variable 125 ntmp = OPENSSL_malloc(nlen); 126 if(!ntmp) { 130 BUF_strlcpy(ntmp, objtmp, nlen); 131 BUF_strlcat(ntmp, " - ", nlen); 132 BUF_strlcat(ntmp, vtmp->name, nlen); 134 vtmp->name = ntmp;
|
D | v3_utl.c | 259 char *ntmp, *vtmp; in STACK_OF() local 271 ntmp = NULL; in STACK_OF() 280 ntmp = strip_spaces(q); in STACK_OF() 281 if(!ntmp) { in STACK_OF() 288 ntmp = strip_spaces(q); in STACK_OF() 291 printf("%s\n", ntmp); in STACK_OF() 293 if(!ntmp) { in STACK_OF() 297 X509V3_add_value(ntmp, NULL, &values); in STACK_OF() 307 printf("%s\n", ntmp); in STACK_OF() 313 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF() [all …]
|
D | v3_crld.c | 528 X509_NAME ntmp; in print_distpoint() local 529 ntmp.entries = dpn->name.relativename; in print_distpoint() 532 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | x86inc.asm | 719 %xdefine ntmp%2 nm%2 724 %xdefine nm%1 ntmp%2 726 %undef ntmp%2
|