Home
last modified time | relevance | path

Searched refs:sversion (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dsarray.h108 union sversion union
120 union sversion version;
130 union sversion version;
146 union sversion version;
/dragonfly/crypto/openssh/
H A Dsshsig.c229 uint32_t sversion; in sshsig_parse_preamble() local
233 (r = sshbuf_get_u32(buf, &sversion)) != 0) { in sshsig_parse_preamble()
238 if (sversion > SIG_VERSION) { in sshsig_parse_preamble()
240 "version %u", (unsigned long)sversion, SIG_VERSION); in sshsig_parse_preamble()