| /src/bin/sh/tests/parser/ |
| H A D | dollar-quote8.0 | 2 [ $'hello\0' = hello ] 3 [ $'hello\0world' = hello ] 4 [ $'hello\0'$'world' = helloworld ] 5 [ $'hello\000' = hello ] 6 [ $'hello\000world' = hello ] 7 [ $'hello\000'$'world' = helloworld ] 8 [ $'hello\x00' = hello ] 9 [ $'hello\x00world' = hello ] 10 [ $'hello\x00'$'world' = helloworld ]
|
| /src/usr.bin/sed/tests/regress.multitest.out/ |
| H A D | 4.4 | 1 hello 2 hello 3 hello 4 hello 5 hello 6 hello 7 hello 8 hello 9 hello 10 hello [all …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/ |
| H A D | 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 …]
|
| H A D | tst.precs.d.out | 2 hello 7 hello 8 hello 13 hello
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | T.csconcat | 10 BEGIN { print "hello" "world"; print helloworld } 12 print " " "hello" 13 print "hello" " " 14 print "hello" " " "world" 15 print "hello" (" " "world") 23 hello 24 hello 25 hello world 26 hello world
|
| /src/contrib/netbsd-tests/share/mk/ |
| H A D | t_prog.sh | 38 cat >hello.c <<EOF 42 cat >hello.1 <<EOF 43 Manpage of hello(1). 48 PROG = hello 59 atf_check -o inline:'Hello, test!\n' ./root/the/bin/dir/hello 61 cat root/usr/share/man/man1/hello.1 63 cat root/usr/share/man/html1/hello.html 72 cat >hello.c <<EOF 79 PROG = hello 89 atf_check -o inline:'Hello, test!\n' ./root/the/bin/dir/hello
|
| /src/contrib/netbsd-tests/usr.bin/cc/ |
| H A D | 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
|
| /src/bin/ed/tests/ |
| H A D | ed_test.sh | 32 hello world 35 hello world! 38 hello world!! 43 hello world 45 hello world! 50 hello world!! 168 hello world 171 hello world! 174 hello world!! 179 hello world [all …]
|
| /src/tests/sys/netinet/ |
| H A D | multicast.sh | 71 0.0.0.0 6676 233.252.0.1 6676 192.0.2.1 hello 79 0.0.0.0 6676 233.252.0.1 6676 192.0.3.1 hello 87 0.0.0.0 6676 233.252.0.1 6676 192.0.2.1 hello 100 0.0.0.0 6676 233.252.0.1 6676 192.0.3.1 hello 124 0.0.0.0 6676 233.252.0.1 6676 ${epair1}a hello 132 0.0.0.0 6676 233.252.0.1 6676 ${epair2}a hello 145 0.0.0.0 6676 233.252.0.1 6676 192.0.3.1 hello 169 0.0.0.0 6676 233.252.0.1 6676 ${epair1}a hello 177 0.0.0.0 6676 233.252.0.1 6676 ${epair2}a hello 190 0.0.0.0 6676 233.252.0.1 6676 192.0.3.1 hello
|
| /src/contrib/netbsd-tests/share/examples/ |
| H A D | 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
|
| /src/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 50 uncompress(): hello, hello! 51 gzread(): hello, hello! 52 gzgets() after gzseek: hello! 53 inflate(): hello, hello! 55 after inflateSync(): hello, hello! 56 inflate with dictionary: hello, hello! 64 uncompress(): hello, hello! 65 gzread(): hello, hello! 66 gzgets() after gzseek: hello! 67 inflate(): hello, hello! [all …]
|
| /src/contrib/netbsd-tests/lib/libc/stdio/ |
| H A D | t_open_memstream.c | 37 const char hello[] = "hello"; variable 58 ATF_CHECK(fprintf(fp, hello) != EOF); in ATF_TC_BODY() 60 ATF_CHECK(size == OFFSET + sizeof(hello)-1); in ATF_TC_BODY() 71 ATF_CHECK(memcmp(buf + OFFSET, hello, sizeof(hello)-1) == 0); in ATF_TC_BODY() 76 ATF_CHECK(size == OFFSET + sizeof(hello)-1); in ATF_TC_BODY()
|
| /src/bin/ed/test/ |
| H A D | u.r | 2 hello 3 hello world!! 8 hello 9 hello world!!
|
| H A D | u.t | 4 hello 9 hello\ 15 hello world! 23 hello world!!
|
| H A D | i.t | 2 hello world 5 hello world! 8 hello world!!
|
| H A D | a.t | 2 hello world 5 hello world! 8 hello world!!
|
| H A D | i.r | 1 hello world 2 hello world! 7 hello world!!
|
| H A D | a.r | 1 hello world 3 hello world! 8 hello world!!
|
| /src/contrib/lutok/examples/ |
| H A D | Makefile | 48 PROGRAMS = bindings hello interpreter raii 56 hello: hello.cpp target 57 @target=hello source=hello.cpp; echo $(BUILD); $(BUILD)
|
| /src/sys/contrib/zlib/test/ |
| H A D | example.c | 35 static z_const char hello[] = "hello, hello!"; variable 69 uLong len = (uLong)strlen(hello)+1; in test_compress() 71 err = compress(compr, &comprLen, (const Bytef*)hello, len); in test_compress() 79 if (strcmp((char*)uncompr, hello)) { in test_compress() 95 int len = (int)strlen(hello)+1; in test_gzio() 127 if (strcmp((char*)uncompr, hello)) { in test_gzio() 156 if (strcmp((char*)uncompr, hello + 6)) { in test_gzio() 175 uLong len = (uLong)strlen(hello)+1; in test_deflate() 184 c_stream.next_in = (z_const unsigned char *)hello; in test_deflate() 235 if (strcmp((char*)uncompr, hello)) { in test_inflate() [all …]
|
| /src/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | example.c | 51 z_const char hello[] = "hello, hello! I said hello, hello!"; variable 118 uLong len = (uLong)strlen(hello)+1; 120 err = compress(compr, &comprLen, (const Bytef*)hello, len); 128 if (strcmp((char*)uncompr, hello)) { 148 int len = (int)strlen(hello)+1; 180 if (strcmp((char*)uncompr, hello)) { 209 if (strcmp((char*)uncompr, hello + 6+21)) { 231 uLong len = (uLong)strlen(hello)+1; 240 c_stream.next_in = (z_const unsigned char *)hello; 293 if (strcmp((char*)uncompr, hello)) { [all …]
|
| H A D | example_original.c | 46 z_const char hello[] = "hello, hello!"; variable 110 uLong len = (uLong)strlen(hello)+1; 112 err = compress(compr, &comprLen, (const Bytef*)hello, len); 120 if (strcmp((char*)uncompr, hello)) { 140 int len = (int)strlen(hello)+1; 172 if (strcmp((char*)uncompr, hello)) { 201 if (strcmp((char*)uncompr, hello + 6)) { 223 uLong len = (uLong)strlen(hello)+1; 232 c_stream.next_in = (z_const unsigned char *)hello; 285 if (strcmp((char*)uncompr, hello)) { [all …]
|
| /src/contrib/netbsd-tests/net/sys/ |
| H A D | 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()
|
| /src/contrib/lutok/ |
| H A D | examples_test.sh | 81 example_test_case hello 83 atf_check -s exit:0 -o inline:'Hello, world!\n' ./hello 102 String in field foo: hello 112 atf_add_test_case hello
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_tunables.ksh | 51 log_mustnot_expect 'no such tunable: hello' zdb -o hello 52 log_mustnot_expect 'no such tunable: hello' zdb -o show=hello 53 log_mustnot_expect 'no such tunable: hello' zdb -o info=hello
|