Searched refs:ntmp (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_info.c | 122 char objtmp[80], *ntmp; variable 137 ntmp = OPENSSL_malloc(nlen); 138 if (ntmp == NULL) 140 BUF_strlcpy(ntmp, objtmp, nlen); 141 BUF_strlcat(ntmp, " - ", nlen); 142 BUF_strlcat(ntmp, vtmp->name, nlen); 144 vtmp->name = ntmp;
|
D | v3_utl.c | 329 char *ntmp, *vtmp; in STACK_OF() local 340 ntmp = NULL; in STACK_OF() 350 ntmp = strip_spaces(q); in STACK_OF() 351 if (!ntmp) { in STACK_OF() 358 ntmp = strip_spaces(q); in STACK_OF() 361 printf("%s\n", ntmp); in STACK_OF() 363 if (!ntmp) { in STACK_OF() 367 X509V3_add_value(ntmp, NULL, &values); in STACK_OF() 377 printf("%s\n", ntmp); in STACK_OF() 383 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF() [all …]
|
D | v3_crld.c | 481 X509_NAME ntmp; in print_distpoint() local 482 ntmp.entries = dpn->name.relativename; in print_distpoint() 484 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | x86inc.asm | 719 %xdefine ntmp%2 nm%2 724 %xdefine nm%1 ntmp%2 726 %undef ntmp%2
|