Searched refs:print_name (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | string-stream.cc | 528 bool print_name = false; in PrintPrototype() local 536 print_name = true; in PrintPrototype() 539 print_name = false; in PrintPrototype() 544 print_name = true; in PrintPrototype() 550 if (print_name) { in PrintPrototype()
|
/external/openssl/crypto/des/ |
D | des_opts.c | 397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10); macro 399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb); macro 403 print_name(name); \
|
/external/openssl/apps/ |
D | x509.c | 624 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN() 722 print_name(STDout, "issuer= ", in MAIN() 727 print_name(STDout, "subject= ", in MAIN() 1229 print_name(bio_err, NULL, X509_get_subject_name(err_cert),0); in callb()
|
D | req.c | 905 print_name(bio_err, "old subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN() 919 print_name(bio_err, "new subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN() 1007 print_name(out, "subject=", X509_get_subject_name(x509ss), nmflag); in MAIN() 1009 print_name(out, "subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN()
|
D | apps.h | 238 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
|
D | crl.c | 285 print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), nmflag); in MAIN()
|
D | apps.c | 1394 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) in print_name() function
|