Home
last modified time | relevance | path

Searched refs:world (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd-head/bin/sh/tests/parser/
HDdollar-quote8.03 [ $'hello\0world' = hello ]
4 [ $'hello\0'$'world' = helloworld ]
6 [ $'hello\000world' = hello ]
7 [ $'hello\000'$'world' = helloworld ]
10 [ $'hello\x00'$'world' = helloworld ]
/freebsd-head/sys/contrib/device-tree/Bindings/arm/
HDsecure.txt1 * ARM Secure world bindings
6 world or the Secure world. However some devicetree consumers are
13 The general principle of the naming scheme for Secure world bindings
14 is that any property that needs a different value in the Secure world
19 world value is the same as specified for the Normal world by the
30 world consumers (like kernels that run entirely in Secure) to simply
31 describe the view of Secure world using the standard bindings. These
33 world views need to be described in a single device tree.
35 Valid Secure world properties
39 in the secure world. The combination of this with "status" allows
[all …]
/freebsd-head/contrib/one-true-awk/testdir/
HDT.csconcat10 BEGIN { print "hello" "world"; print helloworld }
14 print "hello" " " "world"
15 print "hello" (" " "world")
25 hello world
26 hello world
/freebsd-head/bin/ed/test/
HDu.t5 world
10 world
15 hello world!
23 hello world!!
HDu.r3 hello world!!
9 hello world!!
HDv.r3 hello world
HDv.t3 hello world
/freebsd-head/contrib/netbsd-tests/fs/nfs/nfsservice/
HDexports6 # 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-head/sys/contrib/device-tree/Bindings/iio/
HDmount-matrix.txt13 that produce three-dimensional data in relation to the world where it is
41 external world, the environment where the device is deployed. Usually the data
43 to this world. When using the mounting matrix, the sensor and device orientation
45 world.
47 Device-to-world examples for some three-dimensional sensor types:
49 - Accelerometers have their world frame of reference toward the center of
53 this point. Up and down in the world relative to the device frame of
93 - Magnetometers (compasses) have their world frame of reference relative to the
94 geomagnetic field. The system orientation vis-a-vis the world is defined with
160 space, relative to the device or world point of reference.
/freebsd-head/share/mk/
HDbsd.compiler.mk64 (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "")
102 PATH:= ${PATH:C,:?${CCACHE_WRAPPER_PATH}(/world)?(:$)?,,g}
111 PATH:= ${PATH:C,:?${CCACHE_WRAPPER_PATH}(/world)?(:$)?,,g}
/freebsd-head/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
HDzfs_unmount_009_pos.ksh88 $ECHO hello > world
103 $ECHO hello > world
/freebsd-head/contrib/ntp/sntp/libevent/sample/
HDinclude.am10 sample/hello-world \
51 sample_hello_world_SOURCES = sample/hello-world.c
/freebsd-head/contrib/libevent/sample/
HDinclude.am10 sample/hello-world \
51 sample_hello_world_SOURCES = sample/hello-world.c
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
HDzfs_unmount_009_pos.ksh78 echo hello > world
93 echo hello > world
/freebsd-head/release/
HDMakefile.firecracker5 CLEANDIRS+= ${TARGET}/firecracker-kern ${TARGET}/firecracker-world
37 FCWDIR= ${.OBJDIR}/${TARGET}/firecracker-world
/freebsd-head/contrib/file/
HDMAINT12 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-head/share/examples/ipfilter/
HDfirewall.16 # attached to the outside world, and interface ed0 attached to
15 # Block any inherently bad packets coming in from the outside world.
HDfirewall.27 # attached to the outside world, and interface ed0 attached to
16 # Block any inherently bad packets coming in from the outside world.
64 # access to the protected network from the outside world.
/freebsd-head/usr.bin/m4/tests/
HDregress.includes.out1 hello world
/freebsd-head/crypto/openssl/test/recipes/15-test_rsaoaep_data/
HDplain_text1 Hello world
/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
HDtst.rawfmt.d.out1 hello world from BEGIN
/freebsd-head/tools/build/options/
HDWITH_CLEAN1 Clean before building world and/or kernel.
HDWITHOUT_CLEAN1 Do not clean before building world and/or kernel.
HDWITH_SSP1 Build world with stack smashing protection.
HDWITHOUT_SSP1 Do not build world with stack smashing protection.

123456789