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

/freebsd-11.0-release/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.0-release/etc/
H A Dfreebsd-update.conf15 Components src world kernel
18 # Components src/base src/sys world
/freebsd-11.0-release/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.0-release/etc/periodic/daily/
H A DMakefile22 510.status-world-kernel \
/freebsd-11.0-release/
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.
69 # 3. `make world'
90 # cross build world for other machine types using the buildworld target,
91 # and once the world is built you can cross build a kernel using the
133 create-world-packages create-kernel-packages create-packages \
157 toolchains universe world world
[all...]
H A DMakefile.libcompat11 # 32 bit world
43 # soft-fp world
64 LIBCOMPAT_OBJTREE?= ${OBJTREE}${.CURDIR}/world${libcompat}
H A DMakefile.inc127 # TARGET="machine" to crossbuild world for a different machine type
39 # checkworld - run test suite on installed world
421 # Building a world goes through the following stages
446 # 4. world stage [WMAKE]
447 # This stage actually builds the world.
449 # This stage installs a previously built world.
457 # Common environment for world related stages
526 # world stage
820 @echo Entering world for ${TARGET_ARCH}:${TARGET}
1010 ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world
[all...]
/freebsd-11.0-release/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.0-release/lib/libz/
H A DMakefile70 echo hello world | ./minigzip | ./minigzip -d )
/freebsd-11.0-release/share/mk/
H A Dbsd.compiler.mk38 (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "")
69 PATH:= ${PATH:C,:?${CCACHE_WRAPPER_PATH}(/world)?(:$)?,,g}
H A Dbsd.sys.mk159 # Don't use -Wstack-protector as it breaks world with -Werror.
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp56 mode_t user,group,world; local
59 world = (world_r ? 4 : 0) | (world_w ? 2 : 0) | (world_x ? 1 : 0);
61 return user | group | world;
77 { LLDB_OPT_SET_ALL, false, "world-read", 'd', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone , "Allow world to read." },
78 { LLDB_OPT_SET_ALL, false, "world-write", 't', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone , "Allow world to write." },
79 { LLDB_OPT_SET_ALL, false, "world-exec", 'e', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone , "Allow world to execute." },
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6697 % since we read the caption text in the macro world, where ^^M
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex6496 % since we read the caption text in the macro world, where ^^M
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex6568 % since we read the caption text in the macro world, where ^^M

Completed in 217 milliseconds