Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 140) sorted by relevance

123456

/NextBSD/bin/sh/tests/parser/
HDdollar-quote8.03 [ $'hello\0' = hello ]
4 [ $'hello\0world' = hello ]
5 [ $'hello\0'$'world' = helloworld ]
6 [ $'hello\000' = hello ]
7 [ $'hello\000world' = hello ]
8 [ $'hello\000'$'world' = helloworld ]
9 [ $'hello\x00' = hello ]
10 [ $'hello\x00world' = hello ]
11 [ $'hello\x00'$'world' = helloworld ]
/NextBSD/usr.bin/sed/tests/regress.multitest.out/
HD4.41 hello
2 hello
3 hello
4 hello
5 hello
6 hello
7 hello
8 hello
9 hello
10 hello
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
HDtst.wp.d.out2 hello
7 hello
8 hello
9 hello
10 hello
11 hello
12 hello
17 hello
18 hello
19 hello
[all …]
HDtst.precs.d.out2 hello
7 hello
8 hello
13 hello
/NextBSD/contrib/netbsd-tests/share/mk/
HDt_prog.sh34 cat >hello.c <<EOF
38 cat >hello.1 <<EOF
39 Manpage of hello(1).
44 PROG = hello
55 atf_check -o inline:'Hello, test!\n' ./root/the/bin/dir/hello
57 cat root/usr/share/man/man1/hello.1
59 cat root/usr/share/man/html1/hello.html
64 cat >hello.c <<EOF
71 PROG = hello
81 atf_check -o inline:'Hello, test!\n' ./root/the/bin/dir/hello
HDt_own.sh54 .PHONY: hello
55 hello:
66 make MAKECONF="$(pwd)/non-existent.conf" hello
/NextBSD/contrib/netbsd-tests/usr.bin/cc/
HDt_hello.sh28 atf_test_case hello
58 atf_check -s exit:0 -o ignore -e ignore cc -o hello test.c
59 atf_check -s exit:0 -o inline:"hello world\n" ./hello
75 cc -o hello test.c -L. -ltest
78 atf_check -s exit:0 -o inline:"hello world\n" ./hello
91 atf_check -s exit:0 -o ignore -e ignore cc -fpie -pie -o hello test.c
92 atf_check -s exit:0 -o inline:"hello world\n" ./hello
132 atf_check -s exit:0 -o ignore -e ignore cc -o hello -m32 \
134 atf_check -s exit:0 -o inline:"hello static world\n" ./hello
140 atf_add_test_case hello
/NextBSD/contrib/netbsd-tests/share/examples/
HDt_asm.sh59 atf_test_case hello
66 check_implemented hello
67 copy_example hello
69 atf_check -s exit:0 -o inline:'Hello, world!\n' -e empty ./hello
73 atf_add_test_case hello
/NextBSD/bin/ed/test/
HDu.r2 hello
3 hello world!!
8 hello
9 hello world!!
HDu.t4 hello
9 hello\
15 hello world!
23 hello world!!
HDi.t2 hello world
5 hello world!
8 hello world!!
HDa.t2 hello world
5 hello world!
8 hello world!!
HDi.r1 hello world
2 hello world!
7 hello world!!
HDa.r1 hello world
3 hello world!
8 hello world!!
HDr1.t1 1;r !echo hello world
3 r !echo hello world
HDr1.r2 hello world
7 hello world
HDv.t3 hello world
4 v/hello /s/lo/p!/\
HDg1.t3 hello world
4 g/hello /s/lo/p!/\
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_new.pod29 the SSLv2 protocol. A client will send out SSLv2 client hello messages
31 understand SSLv2 client hello messages.
36 SSLv3 protocol. A client will send out SSLv3 client hello messages
38 SSLv3 client hello messages. This especially means, that it will
39 not understand SSLv2 client hello messages which are widely used for
45 TLSv1 protocol. A client will send out TLSv1 client hello messages
47 TLSv1 client hello messages. This especially means, that it will
48 not understand SSLv2 client hello messages which are widely used for
50 SSLv3 client hello messages.
59 a client will send out TLSv1 client hello messages including extensions and
[all …]
/NextBSD/lib/libz/test/
HDexample.c29 z_const char hello[] = "hello, hello!"; variable
93 uLong len = (uLong)strlen(hello)+1;
95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
103 if (strcmp((char*)uncompr, hello)) {
123 int len = (int)strlen(hello)+1;
155 if (strcmp((char*)uncompr, hello)) {
184 if (strcmp((char*)uncompr, hello + 6)) {
206 uLong len = (uLong)strlen(hello)+1;
215 c_stream.next_in = (z_const unsigned char *)hello;
268 if (strcmp((char*)uncompr, hello)) {
[all …]
/NextBSD/contrib/netbsd-tests/net/sys/
HDt_rfc6056.c53 static const char hello[] = "hello\n"; in test() local
94 if (sendto(s, hello, sizeof(hello) - 1, 0, in test()
111 if (send(s, hello, sizeof(hello) - 1, 0) == -1) in test()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMIExtensions.txt30 …^done,start="0x0000000100000f80",end="0x0000000100000f94",file="/Users/IliaK/p/hello.cpp",line="15"
32 -data-info-line hello.cpp:15
33 …^done,start="0x0000000100000f80",end="0x0000000100000f94",file="/Users/IliaK/p/hello.cpp",line="15"
92hello",target-name="/Users/IliaK/p/hello",host-name="/Users/IliaK/p/hello",symbols-loaded="1",symb…
/NextBSD/usr.bin/bmake/tests/basic/t2/
HDexpected.stdout.11 echo hello
2 hello
/NextBSD/usr.bin/mach-tests/ipc-hello/
HDMakefile2 PROG= ipc-hello
3 SRCS= ipc-hello.c
/NextBSD/share/examples/kld/syscall/module/
HDsyscall.c41 hello(struct thread *td, void *arg) in hello() function
53 hello /* sy_call */

123456