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

/freebsd-10.3-release/games/fortune/strfile/
H A Dstrfile.h43 uint32_t str_version; /* version number */ member in struct:__anon5667
H A Dstrfile.c175 Tbl.str_version = VERSION;
240 Tbl.str_version = htobe32(Tbl.str_version);
/freebsd-10.3-release/games/fortune/unstr/
H A Dunstr.c96 tbl.str_version = be32toh(tbl.str_version);
/freebsd-10.3-release/crypto/openssl/apps/
H A Ds_cb.c334 const char *str_write_p, *str_version, *str_content_type = local
341 str_version = "SSL 2.0";
344 str_version = "SSL 3.0 ";
347 str_version = "TLS 1.0 ";
350 str_version = "TLS 1.1 ";
353 str_version = "TLS 1.2 ";
356 str_version = "DTLS 1.0 ";
359 str_version = "DTLS 1.0 (bad) ";
362 str_version = "???";
605 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version,
[all...]

Completed in 75 milliseconds