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

/freebsd-10.2-release/lib/libkse/test/
H A Dhello_d.exp2 Hello world
/freebsd-10.2-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-10.2-release/etc/
H A Dfreebsd-update.conf15 Components src world kernel
18 # Components src/base src/sys world
/freebsd-10.2-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-10.2-release/etc/periodic/daily/
H A DMakefile19 510.status-world-kernel \
/freebsd-10.2-release/
H A DMakefile13 # world - buildworld + installworld, no kernel.
20 # kernel-toolchain - Builds the subset of world necessary to build a kernel
33 # for world and kernel targets.
34 # toolchains - Build a toolchain for all world and kernel targets.
67 # 3. `make world'
88 # cross build world for other machine types using the buildworld target,
89 # and once the world is built you can cross build a kernel using the
201 # Make sure we have an up-to-date make(1). Only world and buildworld
278 # world
285 world
[all...]
H A DMakefile.inc128 # TARGET="machine" to crossbuild world for a different machine type
199 # Building a world goes through the following stages
217 # 4. world stage [WMAKE]
218 # This stage actually builds the world.
220 # This stage installs a previously built world.
225 # Common environment for world related stages
284 # world stage
367 # 32 bit world
704 @echo Entering world for ${TARGET_ARCH}:${TARGET}
879 ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world
[all...]
/freebsd-10.2-release/lib/libz/
H A DMakefile69 echo hello world | ./minigzip | ./minigzip -d )
/freebsd-10.2-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-10.2-release/share/mk/
H A Dbsd.sys.mk147 # Don't use -Wstack-protector as it breaks world with -Werror.
/freebsd-10.2-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, 0, eArgTypeNone , "Allow world to read." },
78 { LLDB_OPT_SET_ALL, false, "world-write", 't', OptionParser::eNoArgument, NULL, 0, eArgTypeNone , "Allow world to write." },
79 { LLDB_OPT_SET_ALL, false, "world-exec", 'e', OptionParser::eNoArgument, NULL, 0, eArgTypeNone , "Allow world to execute." },
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6697 % since we read the caption text in the macro world, where ^^M
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex6496 % since we read the caption text in the macro world, where ^^M
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex6568 % since we read the caption text in the macro world, where ^^M

Completed in 228 milliseconds