HomeSort by: relevance | last modified time | path
    Searched refs:hello (Results 1 - 25 of 183) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/tradcpp/dist/tests/subdir/
test.h 0 hello
  /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/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-console.c 4 hello () function
6 char *hello = "Hello \\\"!\r\n"; local
8 for (i = 0; hello[i]; i++)
9 write (1, hello + i, 1);
15 hello ();
17 return 0; /* after-hello */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-console.c 4 hello () function
6 char *hello = "Hello \\\"!\r\n"; local
8 for (i = 0; hello[i]; i++)
9 write (1, hello + i, 1);
15 hello ();
17 return 0; /* after-hello */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-abs-hi-pc-hello.c 21 hello (void) function
dw2-abs-hi-pc.c 18 extern void hello (void);
26 hello ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-abs-hi-pc-hello.c 21 hello (void) function
dw2-abs-hi-pc.c 18 extern void hello (void);
26 hello ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
step-bt.c 21 hello (void) function
23 printf ("Hello world.\n");
26 /* The test case uses "break *hello" to make sure to step at the very
33 void (*ptr) (void) = hello;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
step-bt.c 21 hello (void) function
23 printf ("Hello world.\n");
26 /* The test case uses "break *hello" to make sure to step at the very
33 void (*ptr) (void) = hello;
  /src/external/bsd/zstd/dist/tests/cli-tests/zstd-symlinks/
setup 4 println "hello" > hello
6 zstd hello world
zstdcat.sh 5 zstdcat hello.zst
6 zstdcat hello.zst world
7 zstdcat hello world.zst
8 zstdcat hello.zst world.zst
12 ./zstdcat hello.zst
  /src/sys/modules/examples/hello/
Makefile 6 KMOD= hello
7 SRCS= hello.c
  /src/external/gpl2/gettext/dist/gettext-tools/examples/
Makefile.am 31 hello-c/INSTALL \
32 hello-c/autogen.sh \
33 hello-c/autoclean.sh \
34 hello-c/hello.c \
35 hello-c/Makefile.am \
36 hello-c/configure.ac \
37 hello-c/m4/Makefile.am \
38 hello-c/po/Makevars \
39 hello-c/po/POTFILES.in
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/po/
Makefile.am 24 hello-c/hello.c \
25 hello-c-gnome/hello.c \
26 hello-c++/hello.cc \
27 hello-c++-qt/hello.cc \
28 hello-c++-kde/hello.cc
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/progress/
no-progress.sh 9 echo hello > hello
12 zstd -q hello world
25 zstd $args -f hello
27 zstd $args < hello > $INTOVOID
29 zstd $args < hello -fo hello.zst
31 zstd $args hello -c > $INTOVOID
33 zstd $args -f hello world
36 zstd $args -d -f hello.zs
    [all...]
progress.sh 9 echo hello > hello
12 zstd -q hello world
20 zstd $args -f hello
22 zstd $args < hello > $INTOVOID
24 zstd $args < hello -fo hello.zst
26 zstd $args hello -c > $INTOVOID
28 zstd $args -f hello world
31 zstd $args -d -f hello.zs
    [all...]
  /src/tests/usr.bin/indent/
lsym_type.c 43 size_t hello; variable
51 size_t hello; variable
  /src/external/bsd/nvi/dist/perl_scripts/
tk.pl 8 $hello = $MW->Button(
9 -text => 'Hello, world',
12 $hello->pack;
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
hello.s 2 # output: Hello World!\n
7 hello
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
hello.s 2 # output: Hello World!\n
7 hello
  /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

Completed in 33 milliseconds

1 2 3 4 5 6 7 8