Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/libcbor/examples/
H A DCMakeLists.txt16 add_executable(hello hello.c) target
/freebsd-src/share/examples/kld/syscall/module/
H A Dsyscall.c41 hello(struct thread *td, void *arg) in hello() function
/freebsd-src/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c37 const char hello[] = "hello"; variable
/freebsd-src/contrib/lutok/examples/
H A DMakefile56 hello: hello.cpp target
/freebsd-src/contrib/netbsd-tests/net/sys/
H A Dt_rfc6056.c53 static const char hello[] = "hello\n"; in test() local
/freebsd-src/contrib/openpam/t/
H A Dt_openpam_readlinev.c121 static const char *hello[] = { variable
/freebsd-src/sys/contrib/zlib/test/
H A Dexample.c29 static z_const char hello[] = "hello, hello!"; variable
/freebsd-src/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c51 z_const char hello[] = "hello, hello! I said hello, hello!"; variable
H A Dexample_original.c46 z_const char hello[] = "hello, hello!"; variable
/freebsd-src/crypto/openssl/test/
H A Dexdatatest.c66 char *hello; member
/freebsd-src/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
/freebsd-src/contrib/tcpdump/
H A Dprint-olsr.c316 const struct olsr_hello *hello; olsr_print() member
H A Dprint-decnet.c586 u_int info, blksize, eco, ueco, hello, other, vers; print_decnet_ctlmsg() local
[all...]
/freebsd-src/crypto/openssl/ssl/
H A Dssl_sess.c589 ssl_get_prev_session(SSL * s,CLIENTHELLO_MSG * hello) ssl_get_prev_session() argument
H A Dt1_lib.c1754 SSL_TICKET_STATUS tls_get_ticket_from_client(SSL *s, CLIENTHELLO_MSG *hello, in tls_get_ticket_from_client() argument
/freebsd-src/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1748 ssl_choose_server_version(SSL * s,CLIENTHELLO_MSG * hello,DOWNGRADE * dgrd) ssl_choose_server_version() argument
H A Dstatem_srvr.c1323 static void ssl_check_for_safari(SSL *s, const CLIENTHELLO_MSG *hello) in ssl_check_for_safari()