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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ds_cb.c345 const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= ""; local
347 str_write_p = write_p ? ">>>" : "<<<";
633 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);

Completed in 49 milliseconds