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

/freebsd-10-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-10-stable/lib/libkse/test/
H A Dhello_d.exp2 Hello world
/freebsd-10-stable/etc/
H A Dfreebsd-update.conf15 Components src world kernel
18 # Components src/base src/sys world
/freebsd-10-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-10-stable/usr.bin/calendar/calendars/
H A Dcalendar.all10 #include <calendar.world>
/freebsd-10-stable/etc/periodic/daily/
H A DMakefile19 510.status-world-kernel \
/freebsd-10-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-10-stable/lib/libz/
H A DMakefile63 echo hello world | ./minigzip | ./minigzip -d )
/freebsd-10-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.
68 # 3. `make world'
89 # cross build world for other machine types using the buildworld target,
90 # and once the world is built you can cross build a kernel using the
209 # Make sure we have an up-to-date make(1). Only world and buildworld
286 # world
[all...]
H A DMakefile.inc128 # TARGET="machine" to crossbuild world for a different machine type
38 # checkworld - run test suite on installed world
203 # Building a world goes through the following stages
221 # 4. world stage [WMAKE]
222 # This stage actually builds the world.
224 # This stage installs a previously built world.
229 # Common environment for world related stages
288 # world stage
371 # 32 bit world
713 @echo Entering world fo
[all...]
/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt200 world. The JMR boxes have it. The Sun A5X00 you have to pay for
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh61 world
66 world
/freebsd-10-stable/share/mk/
H A Dbsd.sys.mk147 # Don't use -Wstack-protector as it breaks world with -Werror.
/freebsd-10-stable/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-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-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6697 % since we read the caption text in the macro world, where ^^M
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex6568 % since we read the caption text in the macro world, where ^^M

Completed in 513 milliseconds