Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_time.c35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
118 SSL *scon = NULL; in s_time_main() local
280 if ((scon = doConnection(NULL, host, ctx)) == NULL) in s_time_main()
286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main()
288 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in s_time_main()
291 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
292 BIO_closesocket(SSL_get_fd(scon)); in s_time_main()
295 if (SSL_session_reused(scon)) { in s_time_main()
298 ver = SSL_version(scon); in s_time_main()
309 SSL_free(scon); in s_time_main()
[all …]
/freebsd/contrib/flex/src/
H A Dparse.y213 sect2 : sect2 scon initforrule flexrule '\n'
215 | sect2 scon '{' sect2 '}'
324 scon : '<' scon_stk_ptr namelist2 '>'
/freebsd/contrib/flex/
H A DChangeLog8755 * scan.l: Minor consolidation using scon scopes etc
8759 * scan.l: Modified to use scon scopes
8775 * parse.y: Working checkpoint prior to adding <scon>{ stuff
/freebsd/
H A DObsoleteFiles.inc17864 OLD_FILES+=usr/share/man/man1/scon.1.gz
17870 OLD_FILES+=usr/sbin/scon