Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/fortune/unstr/
H A Dunstr.c102 tbl.str_version = be32toh(tbl.str_version); in main()
/freebsd-12.1/usr.bin/fortune/strfile/
H A Dstrfile.c175 Tbl.str_version = VERSION; in main()
240 Tbl.str_version = htobe32(Tbl.str_version); in main()
H A Dstrfile.h43 uint32_t str_version; /* version number */ member
/freebsd-12.1/crypto/openssl/apps/
H A Ds_cb.c565 const char *str_version = lookup(version, ssl_versions, "???"); in msg_cb() local
622 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, in msg_cb()