Searched refs:hello (Results 1 – 25 of 140) sorted by relevance
123456
| /NextBSD/bin/sh/tests/parser/ |
| HD | dollar-quote8.0 | 3 [ $'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/ |
| HD | 4.4 | 1 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/ |
| HD | tst.wp.d.out | 2 hello 7 hello 8 hello 9 hello 10 hello 11 hello 12 hello 17 hello 18 hello 19 hello [all …]
|
| HD | tst.precs.d.out | 2 hello 7 hello 8 hello 13 hello
|
| /NextBSD/contrib/netbsd-tests/share/mk/ |
| HD | t_prog.sh | 34 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
|
| HD | t_own.sh | 54 .PHONY: hello 55 hello: 66 make MAKECONF="$(pwd)/non-existent.conf" hello
|
| /NextBSD/contrib/netbsd-tests/usr.bin/cc/ |
| HD | t_hello.sh | 28 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/ |
| HD | t_asm.sh | 59 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/ |
| HD | u.r | 2 hello 3 hello world!! 8 hello 9 hello world!!
|
| HD | u.t | 4 hello 9 hello\ 15 hello world! 23 hello world!!
|
| HD | i.t | 2 hello world 5 hello world! 8 hello world!!
|
| HD | a.t | 2 hello world 5 hello world! 8 hello world!!
|
| HD | i.r | 1 hello world 2 hello world! 7 hello world!!
|
| HD | a.r | 1 hello world 3 hello world! 8 hello world!!
|
| HD | r1.t | 1 1;r !echo hello world 3 r !echo hello world
|
| HD | r1.r | 2 hello world 7 hello world
|
| HD | v.t | 3 hello world 4 v/hello /s/lo/p!/\
|
| HD | g1.t | 3 hello world 4 g/hello /s/lo/p!/\
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_new.pod | 29 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/ |
| HD | example.c | 29 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/ |
| HD | t_rfc6056.c | 53 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/ |
| HD | MIExtensions.txt | 30 …^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" 92 …hello",target-name="/Users/IliaK/p/hello",host-name="/Users/IliaK/p/hello",symbols-loaded="1",symb…
|
| /NextBSD/usr.bin/bmake/tests/basic/t2/ |
| HD | expected.stdout.1 | 1 echo hello 2 hello
|
| /NextBSD/usr.bin/mach-tests/ipc-hello/ |
| HD | Makefile | 2 PROG= ipc-hello 3 SRCS= ipc-hello.c
|
| /NextBSD/share/examples/kld/syscall/module/ |
| HD | syscall.c | 41 hello(struct thread *td, void *arg) in hello() function 53 hello /* sy_call */
|
123456