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

1 2 3 4

  /src/bin/ed/test/
e1.d 1 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.dwarf2/
dw2-abs-hi-pc-world.c 21 world (void) function
dw2-abs-hi-pc.c 19 extern void world (void);
27 world ();
dw2-abs-hi-pc.exp 26 ${testfile}-world.c]
31 lassign [function_range world $sources] \
39 ${testfile}-world-dbg.S \
40 ${testfile}-world.c]
61 gdb_test "break world" \
62 "Breakpoint $decimal at $hex: file .*dw2-abs-hi-pc-world\\.c, line 24\\."
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-abs-hi-pc-world.c 21 world (void) function
dw2-abs-hi-pc.c 19 extern void world (void);
27 world ();
dw2-abs-hi-pc.exp 26 ${testfile}-world.c]
31 lassign [function_range world $sources] \
39 ${testfile}-world-dbg.S \
40 ${testfile}-world.c]
61 gdb_test "break world" \
62 "Breakpoint $decimal at $hex: file .*dw2-abs-hi-pc-world\\.c, line 24\\."
  /src/external/bsd/zstd/dist/tests/cli-tests/zstd-symlinks/
setup 5 println "world" > world
6 zstd hello world
zstdcat.sh 6 zstdcat hello.zst world
7 zstdcat hello world.zst
8 zstdcat hello.zst world.zst
  /src/sys/modules/lua/
test.lua 3 systm.print("hello, kernel world!\n")
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
hello.go 7 st := "Hello, world!"
global-local-var-shadow.go 9 st := "Hello, world!" // this intentionally shadows the global "st"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
hello.go 7 st := "Hello, world!"
global-local-var-shadow.go 9 st := "Hello, world!" // this intentionally shadows the global "st"
  /src/external/bsd/zstd/dist/tests/cli-tests/progress/
no-progress.sh 10 echo world > world
12 zstd -q hello world
33 zstd $args -f hello world
44 zstd $args -d -f hello.zst world.zst
progress.sh 10 echo world > world
12 zstd -q hello world
28 zstd $args -f hello world
39 zstd $args -d -f hello.zst world.zst
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
hello.pas 9 st:='Hello, world!';
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
hello.pas 9 st:='Hello, world!';
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/
RangeTest.cpp 55 StringPiece range("hello world");
72 auto world = range; local
73 world.advance(6);
74 EXPECT_EQ(5, world.size());
75 EXPECT_EQ('w', *world.data());
76 EXPECT_EQ('d', *(world.end() - 1));
79 std::string expected = "hello world";
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgattrib-properties-1 16 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
48 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
  /src/tests/usr.bin/indent/
lsym_lbrace.c 75 }, *world = (const char[]){ variable
  /src/external/gpl2/groff/dist/src/libs/libxutil/
DviChar.c 23 static struct map_list *world; variable in typeref:struct:map_list
38 for (m = world; m; m=m->next)
51 for (m = world; m; m = m->next)
56 m->next = world;
57 world = m;

Completed in 38 milliseconds

1 2 3 4