Searched refs:world (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/bin/ed/test/
H A De1.d1 hello world
H A De2.d1 E !echo hello world-
H A De3.d1 E !echo hello world-
H A De4.d1 E !echo hello world-
/freebsd-11-stable/etc/
H A Dfreebsd-update.conf15 Components src world kernel
18 # Components src/base src/sys world
/freebsd-11-stable/contrib/groff/src/libs/libxutil/
H A DDviChar.c21 static struct map_list *world; variable in typeref:struct:map_list
36 for (m = world; m; m=m->next)
49 for (m = world; m; m = m->next)
54 m->next = world;
55 world = m;
/freebsd-11-stable/etc/periodic/daily/
H A DMakefile24 510.status-world-kernel \
/freebsd-11-stable/
H A DMakefile13 # world - buildworld + installworld, no kernel.
20 # kernel-toolchain - Builds the subset of world necessary to build a kernel
24 # checkworld - Run test suite on installed world.
34 # for world and kernel targets.
35 # toolchains - Build a toolchain for all world and kernel targets.
71 # 3. `make world'
92 # cross build world for other machine types using the buildworld target,
93 # and once the world is built you can cross build a kernel using the
137 create-packages-world create-packages-kernel create-packages \
161 toolchains universe world world
[all...]
H A DMakefile.inc127 # TARGET="machine" to crossbuild world for a different machine type
39 # checkworld - run test suite on installed world
454 # Building a world goes through the following stages
479 # 4. world stage [WMAKE]
480 # This stage actually builds the world.
482 # This stage installs a previously built world.
490 # Common environment for world related stages
559 # world stage
881 @echo Entering world for ${TARGET_ARCH}:${TARGET}
1086 ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world
[all...]
H A DMakefile.libcompat11 # 32 bit world
45 # soft-fp world
66 LIBCOMPAT_OBJTREE?= ${OBJTREE}${.CURDIR}/world${libcompat}
/freebsd-11-stable/crypto/openssl/util/
H A Dselftest.pl81 print TEST "#include <stdio.h>\n#include <stdlib.h>\n#include <errno.h>\nmain(){printf(\"Hello world\\n\");}\n";
84 if (`./cctest` !~ /Hello world/) {
/freebsd-11-stable/lib/libz/
H A DMakefile75 echo hello world | ./minigzip | ./minigzip -d )
/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk40 (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "")
71 PATH:= ${PATH:C,:?${CCACHE_WRAPPER_PATH}(/world)?(:$)?,,g}
H A Dbsd.sys.mk203 # Don't use -Wstack-protector as it breaks world with -Werror.
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh61 world
66 world
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp50 mode_t user, group, world; local
53 world = (world_r ? 4 : 0) | (world_w ? 2 : 0) | (world_x ? 1 : 0);
55 return user | group | world;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex235 % aren't perfect, it's not the end of the world, being an error message,
3645 % world, but it's better than leaving it to the @item. This means if
8636 % since we read the caption text in the macro world, where ^^M
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6697 % since we read the caption text in the macro world, where ^^M
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex6568 % since we read the caption text in the macro world, where ^^M

Completed in 332 milliseconds