OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntmp
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/crypto/x509v3/
v3_info.c
122
char objtmp[80], *
ntmp
;
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
;
v3_utl.c
329
char *
ntmp
, *vtmp;
local
340
ntmp
= NULL;
350
ntmp
= strip_spaces(q);
351
if (!
ntmp
) {
358
ntmp
= strip_spaces(q);
361
printf("%s\n",
ntmp
);
363
if (!
ntmp
) {
367
X509V3_add_value(
ntmp
, NULL, &values);
377
printf("%s\n",
ntmp
);
383
X509V3_add_value(
ntmp
, vtmp, &values)
[
all
...]
v3_crld.c
481
X509_NAME
ntmp
;
local
482
ntmp
.entries = dpn->name.relativename;
484
X509_NAME_print_ex(out, &
ntmp
, 0, XN_FLAG_ONELINE);
/external/libaom/libaom/third_party/libyuv/source/
x86inc.asm
719
%xdefine
ntmp
%2 nm%2
724
%xdefine nm%1
ntmp
%2
726
%undef
ntmp
%2
Completed in 670 milliseconds