HomeSort by: relevance | last modified time | path
    Searched refs:built (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/common/dist/zlib/examples/
zran.h 33 // On success, *built points to the resulting index.
34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
50 // Deallocate an index built by deflate_index_build().
zran.c 22 // its entirety, and an index built with access points about every SPAN bytes
132 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built) {
237 *built = index;
512 fprintf(stderr, "zran: built index with %d access points\n", len);
  /src/distrib/sparc/instfs/
Makefile 17 WORKBUILT= ${MINIROOTDIR}/work.built
28 @echo "Need ../../miniroot built first"
  /src/tests/usr.bin/xlint/xlint/
t_xlint.sh 77 1s<built-in>
101 1s<built-in>
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sc7180-trogdor-lazor-limozeen-nots-r4.dts 16 * rev4-sku5 was built with a different trackpad.
  /src/sys/modules/arch/
compatsubdir.mk 10 # make sure we get an objdir built early enough
  /src/usr.bin/make/unit-tests/
deptgt-order.mk 13 # but 'one' is supposed to be built after 'three'.
use-inference.mk 28 # would not know that the .from file would need to be built.
30 # The .from file is then built.
hanoi-include.mk 25 # Since make has no built-in arithmetic functions, convert N to a list of
26 # words and use the built-in word counting instead.
deptgt-main.mk 4 # the main target. This main target is built if no target has been specified
depsrc-ignore.mk 14 # other targets independent of "all", these would be built as well.
varname-makeflags.mk 38 # from being built.
138 # Demonstrates in which exact order the MAKEFLAGS are built from the parent
var-scope-local.mk 8 # The 7 built-in target-local variables are listed in the manual page. They
86 # Each of the built-in target-local variables has two equivalent names, for
  /src/doc/
TODO.modules 14 included in (built-into) the kernel, all of its symbols must
37 exec_elf64) are still built-in so that we don't need to alter the boot
41 not a requirement that ffs or exec_* be built-in. The only
50 just have to be built-in.
57 In the "normal" built-in world, autoconfigure can only ask
59 device. Removing the built-in drivers tends to limit the
71 included as a built-in module if you also have ppp in your
80 module built-in the kernel. And therefore you also need to
81 have "sysmon_taskq" and "sysmon" built-in since "sysmon_power"
87 both testing-as-a-built-in module and testing-as-a-loaded-module, an
    [all...]
TODO.compat-module 19 built-in dependencies get resolved.
38 built regardless.
89 As far as I can tell, none of the MD compat code is currently built
  /src/compat/
compatsubdir.mk 12 # make sure we get an objdir built early enough
  /src/etc/namedb/
bind.keys 2 # The bind.keys file is used to override the built-in DNSSEC trust anchors
9 # The built-in trust anchors are provided for convenience of configuration.
11 # To use the built-in root key, set "dnssec-validation auto;" in
12 # named.conf options. To use the built-in DLV key, set
  /src/share/mk/
bsd.kinc.mk 10 # DEPINCS Headers to install which are built dynamically.
bsd.test.mk 146 # not in the toolchain, and the tests execute code built for the target host.
148 # Due to the dependencies of the binaries built by the source tree and how they
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
CMakeLists.txt 99 # We use just-built clang to build interception unittests, so we must
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/
CMakeLists.txt 96 # tests to be re-built. This is by design, but may be cumbersome during
  /src/distrib/amiga/stand/
device-streams.README.md 59 ## Binaries built
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
CMakeLists.txt 174 # We use just-built clang to build sanitizer_common unittests, so we must
  /src/bin/csh/
exec.c 688 (void)fprintf(cshout, "%s: shell built-in command.\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
CMakeLists.txt 10 # instrumentation against the just-built runtime library.

Completed in 16 milliseconds

1 2