/src/bin/ed/test/ |
e1.d | 0 hello world
|
e2.d | 1 E !echo hello world-
|
e3.d | 1 E !echo hello world-
|
e4.d | 1 E !echo hello world-
|
/src/sys/modules/examples/hello/ |
Makefile | 6 KMOD= hello 7 SRCS= hello.c
|
hello.c | 1 /* $NetBSD: hello.c,v 1.1 2015/05/13 07:07:36 pgoyette Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: hello.c,v 1.1 2015/05/13 07:07:36 pgoyette Exp $"); 41 MODULE(MODULE_CLASS_MISC, hello, NULL);
|
/src/tests/usr.bin/indent/ |
lsym_type.c | 43 size_t hello; variable in typeref:typename:size_t 51 size_t hello; variable in typeref:typename:size_t
|
/src/tests/share/examples/ |
t_asm.sh | 59 atf_test_case hello 61 atf_set "descr" "Builds, runs and validates the 'hello' asm example" 62 atf_set "require.files" "/usr/share/examples/asm/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/tests/lib/libstdc++/ |
t_sync_with_stdio.sh | 34 echo hello >in
|
/src/games/backgammon/teachgammon/ |
ttext1.c | 63 const char *const hello[] = { variable in typeref:typename:const char * const[]
|
tutor.h | 51 extern const char *const hello[];
|
/src/tests/kernel/ |
t_fexecve.sh | 41 cat > hello.c << EOF 44 printf("hello world\n"); 48 atf_check -s exit:0 -o ignore -e ignore cc -o hello hello.c 49 atf_check -o inline:"hello world\n" ${HELPER} ./hello
|
/src/sys/modules/lua/ |
test.lua | 3 systm.print("hello, kernel world!\n")
|
/src/tests/usr.bin/cc/ |
t_libgomp.sh | 30 atf_set "descr" "compile and hello world with -fopenmp" 35 cat > hello.c << EOF 38 int main(void) {printf("hello world\n");exit(0);} 40 atf_check -s exit:0 -o ignore -e ignore cc -fopenmp -o hellogomp hello.c 41 atf_check -s exit:0 -o inline:"hello world\n" ./hellogomp
|
t_hello.sh | 28 atf_test_case hello 30 atf_set "descr" "compile and run \"hello world\"" 36 atf_set "descr" "compile and run \"hello world\" with profiling option" 42 atf_set "descr" "compile and run PIC \"hello world\"" 48 atf_set "descr" "compile and run position independent (PIE) \"hello world\"" 54 atf_set "descr" "compile and run \"hello world\" for/in netbsd32 emulation" 62 int main(void) {printf("hello world\n");exit(0);} 64 atf_check -s exit:0 -o ignore -e ignore cc -o hello test.c 65 atf_check -s exit:0 -o inline:"hello world\n" ./hello [all...] |
/src/tests/share/mk/ |
t_prog.sh | 38 cat >hello.c <<EOF 40 int main(void) { printf("Hello, test!\n"); return 0; } 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 60 atf_check -o inline:'Manpage of hello(1).\n' \ 61 cat root/usr/share/man/man1/hello.1 62 atf_check -o match:'Manpage of hello' \ [all...] |
t_own.sh | 54 .PHONY: hello 55 hello: 66 make MAKECONF="$(pwd)/non-existent.conf" hello
|
/src/common/dist/zlib/contrib/minizip/ |
Makefile | 20 @echo hello hello hello > test.txt
|
/src/tests/lib/libc/stdio/ |
t_open_memstream.c | 37 const char hello[] = "hello"; variable in typeref:typename:const char[] 58 ATF_CHECK(fprintf(fp, hello) != EOF); 60 ATF_CHECK(size == OFFSET + sizeof(hello)-1); 71 ATF_CHECK(memcmp(buf + OFFSET, hello, sizeof(hello)-1) == 0); 76 ATF_CHECK(size == OFFSET + sizeof(hello)-1);
|
/src/tests/usr.bin/c++/ |
t_hello.sh | 28 atf_test_case hello 30 atf_set "descr" "compile and run \"hello world\"" 36 atf_set "descr" "compile and run \"hello world\" with profiling option" 42 atf_set "descr" "compile and run 32-bit \"hello world\" with profiling option" 48 atf_set "descr" "compile and run \"hello world\" with static option" 54 atf_set "descr" "compile and run PIC \"hello world\"" 60 atf_set "descr" "compile and run 32-bit PIC \"hello world\"" 66 atf_set "descr" "compile and run PIC \"hello world\" with profiling option" 72 atf_set "descr" "compile and run 32-bit PIC \"hello world\" with profiling option" 78 atf_set "descr" "compile and run position independent (PIE) \"hello world\" [all...] |
t_cxxruntime.sh | 33 atf_set "descr" "compile and run \"hello world\"" 39 atf_set "descr" "compile and run \"hello world\" with profiling option" 45 atf_set "descr" "compile and run 32-bit \"hello world\" with profiling option" 51 atf_set "descr" "compile and run \"hello world\" with static flags" 57 atf_set "descr" "compile and run PIC \"hello world\"" 63 atf_set "descr" "compile and run 32-bit PIC \"hello world\"" 69 atf_set "descr" "compile and run PIC \"hello world\" with profiling option" 75 atf_set "descr" "compile and run 32-bit PIC \"hello world\" with profiling option" 81 atf_set "descr" "compile and run position independent (PIE) \"hello world\"" 87 atf_set "descr" "compile and run \"hello world\" for/in netbsd32 emulation [all...] |
/src/share/examples/asm/ |
Makefile | 5 SUBDIR= hello
|
/src/sys/modules/examples/ |
Makefile | 9 SUBDIR+= hello
|
/src/usr.bin/make/unit-tests/ |
sunshcmd.mk | 5 TEST1 :sh = echo hello
|
/src/share/examples/asm/hello/ |
Makefile | 7 FILESDIR= /usr/share/examples/asm/hello
|