Searched refs:ntmp (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_info.c109 char objtmp[80], *ntmp;
118 ntmp = OPENSSL_malloc(nlen);
119 if(!ntmp) {
124 BUF_strlcpy(ntmp, objtmp, nlen);
125 BUF_strlcat(ntmp, " - ", nlen);
126 BUF_strlcat(ntmp, vtmp->name, nlen);
128 vtmp->name = ntmp;
H A Dv3_utl.c246 char *ntmp, *vtmp; local
253 ntmp = NULL;
262 ntmp = strip_spaces(q);
263 if(!ntmp) {
270 ntmp = strip_spaces(q);
273 printf("%s\n", ntmp);
275 if(!ntmp) {
279 X509V3_add_value(ntmp, NULL, &values);
289 printf("%s\n", ntmp);
295 X509V3_add_value(ntmp, vtm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_info.c109 char objtmp[80], *ntmp;
118 ntmp = OPENSSL_malloc(nlen);
119 if(!ntmp) {
124 BUF_strlcpy(ntmp, objtmp, nlen);
125 BUF_strlcat(ntmp, " - ", nlen);
126 BUF_strlcat(ntmp, vtmp->name, nlen);
128 vtmp->name = ntmp;
H A Dv3_utl.c253 char *ntmp, *vtmp; local
260 ntmp = NULL;
269 ntmp = strip_spaces(q);
270 if(!ntmp) {
277 ntmp = strip_spaces(q);
280 printf("%s\n", ntmp);
282 if(!ntmp) {
286 X509V3_add_value(ntmp, NULL, &values);
296 printf("%s\n", ntmp);
302 X509V3_add_value(ntmp, vtm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c431 char *ntmp; local
442 ntmp = NULL;
455 ntmp = strip_ends(q);
464 mhdr = mime_hdr_new(ntmp, strip_ends(q));
466 ntmp = NULL;
485 ntmp = strip_ends(q);
494 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
495 ntmp = NULL;
516 mhdr = mime_hdr_new(ntmp, strip_ends(q));
519 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c490 char *ntmp; local
501 ntmp = NULL;
514 ntmp = strip_ends(q);
523 mhdr = mime_hdr_new(ntmp, strip_ends(q));
525 ntmp = NULL;
544 ntmp = strip_ends(q);
553 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
554 ntmp = NULL;
575 mhdr = mime_hdr_new(ntmp, strip_ends(q));
578 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm477 %xdefine ntmp%2 nm%2
482 %xdefine nm%1 ntmp%2
484 %undef ntmp%2

Completed in 102 milliseconds