Searched refs:world (Results 1 – 25 of 258) sorted by relevance
1234567891011
| /freebsd-12-stable/bin/ed/test/ |
| D | g1.r | 2 help! world 5 help! world 8 help! world 11 help! world 14 help! world
|
| D | u.t | 5 world 10 world 15 hello world! 23 hello world!!
|
| D | a.t | 2 hello world 5 hello world! 8 hello world!!
|
| D | i.t | 2 hello world 5 hello world! 8 hello world!!
|
| D | a.r | 1 hello world 3 hello world! 8 hello world!!
|
| D | i.r | 1 hello world 2 hello world! 7 hello world!!
|
| D | r1.t | 1 1;r !echo hello world 3 r !echo hello world
|
| D | r1.r | 2 hello world 7 hello world
|
| D | u.r | 3 hello world!! 9 hello world!!
|
| D | e2.r | 1 hello world-
|
| D | e1.d | 1 hello world
|
| /freebsd-12-stable/bin/sh/tests/parser/ |
| D | dollar-quote8.0 | 4 [ $'hello\0world' = hello ] 5 [ $'hello\0'$'world' = helloworld ] 7 [ $'hello\000world' = hello ] 8 [ $'hello\000'$'world' = helloworld ] 11 [ $'hello\x00'$'world' = helloworld ]
|
| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/ |
| D | RangeTest.cpp | 72 auto world = range; in TEST() local 73 world.advance(6); in TEST() 74 EXPECT_EQ(5, world.size()); in TEST() 75 EXPECT_EQ('w', *world.data()); in TEST() 76 EXPECT_EQ('d', *(world.end() - 1)); in TEST()
|
| /freebsd-12-stable/sys/contrib/zstd/tests/ |
| D | playTests.sh | 187 $ECHO world > tmp2 232 $ECHO "world!" > world.tmp 233 cat hello.tmp world.tmp > helloworld.tmp 235 $ZSTD -c world.tmp > world.zstd 236 cat hello.zstd world.zstd > helloworld.zstd 242 $ZSTD -c world.tmp > world.zstd --no-check 243 cat hello.zstd world.zstd > helloworld.zstd 272 rm -f hello.tmp world.tmp hello.tmp.zst world.tmp.zst 274 ln -s hello.tmp world.tmp 275 $ZSTD world.tmp hello.tmp [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| D | exports | 6 # world, where "world" in this case means inside the rump shmif 7 # IP network, i.e. not a very big world. Probably needs some
|
| /freebsd-12-stable/share/mk/ |
| D | bsd.compiler.mk | 45 (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "") 82 PATH:= ${PATH:C,:?${CCACHE_WRAPPER_PATH}(/world)?(:$)?,,g} 91 PATH:= ${PATH:C,:?${CCACHE_WRAPPER_PATH}(/world)?(:$)?,,g}
|
| /freebsd-12-stable/ |
| D | Makefile | 154 create-packages-world create-packages-kernel create-packages \ 182 toolchains universe universe-toolchain world worlds xdev xdev-build 383 world: upgrade_checks .PHONY target 387 .if target(pre-world) 392 ${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world 396 .if target(post-world) 401 ${_+_}@cd ${.CURDIR}; ${_MAKE} post-world 409 world: .PHONY target
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
| D | zfs_unmount_009_pos.ksh | 93 $ECHO hello > world 108 $ECHO hello > world
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/sample/ |
| D | include.am | 10 sample/hello-world \ 51 sample_hello_world_SOURCES = sample/hello-world.c
|
| /freebsd-12-stable/contrib/libevent/sample/ |
| D | include.am | 10 sample/hello-world \ 51 sample_hello_world_SOURCES = sample/hello-world.c
|
| /freebsd-12-stable/release/picobsd/floppy.tree/etc/ |
| D | rc.firewall | 59 # Allow DNS queries out in the world 63 # Allow NTP queries out in the world 118 # Allow DNS queries out in the world 122 # Allow NTP queries out in the world
|
| /freebsd-12-stable/contrib/file/ |
| D | MAINT | 12 world get copies of the hacked versions. Within a day or two I am 13 getting email from around the world asking me why "my" file command
|
| /freebsd-12-stable/share/examples/ipfilter/ |
| D | firewall.1 | 7 # attached to the outside world, and interface ed0 attached to 16 # Block any inherently bad packets coming in from the outside world.
|
| D | firewall.2 | 8 # attached to the outside world, and interface ed0 attached to 17 # Block any inherently bad packets coming in from the outside world. 65 # access to the protected network from the outside world.
|
| /freebsd-12-stable/usr.bin/m4/tests/ |
| D | regress.includes.out | 1 hello world
|
1234567891011