Home
last modified time | relevance | path

Searched refs:str_version (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/fortune/unstr/
HDunstr.c96 tbl.str_version = be32toh(tbl.str_version); in main()
/NextBSD/crypto/openssl/apps/
HDs_cb.c599 const char *str_write_p, *str_version, *str_content_type = in msg_cb() local
606 str_version = "SSL 2.0"; in msg_cb()
609 str_version = "SSL 3.0 "; in msg_cb()
612 str_version = "TLS 1.0 "; in msg_cb()
615 str_version = "TLS 1.1 "; in msg_cb()
618 str_version = "TLS 1.2 "; in msg_cb()
621 str_version = "DTLS 1.0 "; in msg_cb()
624 str_version = "DTLS 1.0 (bad) "; in msg_cb()
627 str_version = "???"; in msg_cb()
870 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, in msg_cb()
/NextBSD/usr.bin/fortune/strfile/
HDstrfile.c175 Tbl.str_version = VERSION; in main()
240 Tbl.str_version = htobe32(Tbl.str_version); in main()
HDstrfile.h43 uint32_t str_version; /* version number */ member