Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/examples/
H A DCMakeLists.txt16 add_executable(hello hello.c) target
/freebsd/share/examples/kld/syscall/module/
H A Dsyscall.c41 hello(struct thread *td, void *arg) in hello() function
/freebsd/contrib/lutok/examples/
H A DMakefile56 hello: hello.cpp target
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c37 const char hello[] = "hello"; variable
/freebsd/contrib/netbsd-tests/net/sys/
H A Dt_rfc6056.c53 static const char hello[] = "hello\n"; in test() local
/freebsd/contrib/openpam/t/
H A Dt_openpam_readlinev.c121 static const char *hello[] = { variable
/freebsd/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/sys/contrib/zlib/test/
H A Dexample.c29 static z_const char hello[] = "hello, hello!"; variable
/freebsd/crypto/openssl/test/
H A Dexdatatest.c66 char *hello; member
/freebsd/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/contrib/tcpdump/
H A Dprint-olsr.c314 const struct olsr_hello *hello; in olsr_print() member
H A Dprint-decnet.c584 u_int info, blksize, eco, ueco, hello, other, vers; in print_decnet_ctlmsg() local
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c605 int ssl_get_prev_session(SSL *s, CLIENTHELLO_MSG *hello) in ssl_get_prev_session()
H A Dt1_lib.c1754 SSL_TICKET_STATUS tls_get_ticket_from_client(SSL *s, CLIENTHELLO_MSG *hello, in tls_get_ticket_from_client()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1752 int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello, DOWNGRADE *dgrd) in ssl_choose_server_version()
H A Dstatem_srvr.c1323 static void ssl_check_for_safari(SSL *s, const CLIENTHELLO_MSG *hello) in ssl_check_for_safari() argument