Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/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 …]
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDT.csconcat10 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
/freebsd-14-stable/contrib/netbsd-tests/share/mk/
HDt_prog.sh38 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
HDt_own.sh54 .PHONY: hello
55 hello:
66 make MAKECONF="$(pwd)/non-existent.conf" hello
/freebsd-14-stable/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
/freebsd-14-stable/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
/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/
HDREADME.md50 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 …]
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/stdio/
HDt_open_memstream.c37 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()
/freebsd-14-stable/contrib/lutok/examples/
HDMakefile48 PROGRAMS = bindings hello interpreter raii
56 hello: hello.cpp target
57 @target=hello source=hello.cpp; echo $(BUILD); $(BUILD)
/freebsd-14-stable/sys/contrib/zlib/test/
HDexample.c29 static z_const char hello[] = "hello, hello!"; variable
63 uLong len = (uLong)strlen(hello)+1; in test_compress()
65 err = compress(compr, &comprLen, (const Bytef*)hello, len); in test_compress()
73 if (strcmp((char*)uncompr, hello)) { in test_compress()
89 int len = (int)strlen(hello)+1; in test_gzio()
121 if (strcmp((char*)uncompr, hello)) { in test_gzio()
150 if (strcmp((char*)uncompr, hello + 6)) { in test_gzio()
169 uLong len = (uLong)strlen(hello)+1; in test_deflate()
178 c_stream.next_in = (z_const unsigned char *)hello; in test_deflate()
229 if (strcmp((char*)uncompr, hello)) { in test_inflate()
[all …]
/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/examples/
HDexample.c51 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 …]
HDexample_original.c46 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 …]
/freebsd-14-stable/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()
/freebsd-14-stable/contrib/lutok/
HDexamples_test.sh81 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
/freebsd-14-stable/usr.bin/diff/tests/
HDdiff_test.sh105 echo hello > hello
107 touch -d 2016-12-22T11:22:33 hello
109 diff -u empty hello
116 echo hello > hello
118 touch -d 2016-12-22T11:22:33.987654321 hello
120 diff -u empty hello
264 -s exit:0 diff --label hello --label world -s A A
267 -s exit:1 diff --label hello --label world `which diff` `which ls`
HDheader_ns.out2 +++ hello 2016-12-22 11:22:33.987654321 +0000
4 +hello
HDheader.out2 +++ hello 2016-12-22 11:22:33.000000000 +0000
4 +hello
/freebsd-14-stable/contrib/libcbor/examples/bazel/src/
HDBUILD7 "hello.cc",
10 "hello.h",
38 name = "hello",
/freebsd-14-stable/contrib/libcbor/examples/
HDCMakeLists.txt16 add_executable(hello hello.c) target
17 target_link_libraries(hello cbor)
/freebsd-14-stable/crypto/openssl/test/
HDexdatatest.c66 char *hello; member
105 ex_data->hello = (*update_ex_data)->hello; in exdup2()
162 ex_data->hello = cp; in MYOBJ_sethello2()
172 return ex_data->hello; in MYOBJ_gethello2()
186 ex_data->hello = cp; in MYOBJ_allochello3()
196 return ex_data->hello; in MYOBJ_gethello3()
/freebsd-14-stable/crypto/openssl/test/recipes/30-test_evp_data/
HDevpencod.txt25 Input = "hello"
29 Input = "hello world!"
45 Input = "hello"
50 Input = "hello"
62 Input = "hello"
66 Input = "hello"
/freebsd-14-stable/contrib/netbsd-tests/bin/sh/
HDt_redir.sh51 echo hello
53 atf_check -s exit:0 -o match:hello -e empty ${TEST_SH}
55 echo hello
60 echo hello\
65 echo hello\
600 printf '%s\n' 'hello\n'
603 atf_check -s exit:0 -o match:printf -o match:'hello\\n' \
815 -o inline:' hello a hello b hello c\nfoo=@a@b@c\n' \
/freebsd-14-stable/usr.bin/bmake/tests/basic/t2/
HDexpected.stdout.11 echo hello
2 hello
/freebsd-14-stable/contrib/bmake/unit-tests/
HDvarmod-exclam-shell.mk6 .if ${:!echo hello | tr 'l' 'l'!} != "hello"
15 .if ${:!echo hello | tr 'l' '\0'!} != "he"
/freebsd-14-stable/contrib/expat/
HDREADME.md58 project(hello VERSION 1.0.0)
62 add_executable(hello
63 hello.c
66 target_link_libraries(hello PUBLIC EXPAT::EXPAT)
86 project(hello VERSION 1.0.0)
90 add_executable(hello
91 hello.c
94 target_link_libraries(hello PUBLIC expat::expat)
118 project(hello VERSION 1.0.0)
129 add_executable(hello
[all …]

123456