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

1 2 3

  /src/usr.bin/make/unit-tests/
sh-multi-line.mk 3 # Tests for multi-line shell commands, to ensure that the line breaks
dep-duplicate.mk 4 # warning, not an error, so ensure that the correct commands are kept.
6 # Also ensure that the diagnostics mention the correct file in case of
varparse-mod.mk 18 # As of 2020-10-02, some modifiers ensure that they are followed by either a
20 # that don't ensure this are (in order of appearance in ApplyModifier):
33 # On the other hand, these modifiers ensure that they are followed by a
var-eval-short.mk 3 # Tests for each variable modifier to ensure that they only do the minimum
16 # The following tests only ensure that nested expressions are not evaluated.
17 # They cannot ensure that any unexpanded text returned from ParseModifierPart
varmod-l-name-to-value.mk 37 # As of 2020-10-02, the :L modifier does not ensure that it is followed by
cond-op-and.mk 32 # Test combinations of outer '||' with inner '&&', to ensure that the operands
cond-op-or.mk 32 # Test combinations of outer '&&' with inner '||', to ensure that the operands
dotwait.mk 8 # Use a .for loop rather than dependencies here, to ensure
cmd-interrupt.mk 14 # the special source .PRECIOUS. These targets need to ensure for themselves
var-scope-cmdline.mk 16 # be needed in the cmdline scope to ensure that there is no overriding
  /src/share/mk/
bsd.subdir.mk 45 ${TARGETS}: # ensure existence
bsd.info.mk 32 infoinstall:: # ensure existence
94 ${TARGETS}: # ensure existence
bsd.inc.mk 12 incinstall:: # ensure existence
bsd.nls.mk 31 nlsinstall:: # ensure existence
bsd.hostlib.mk 57 ${TARGETS}: # ensure existence
bsd.kinc.mk 27 incinstall:: # ensure existence
bsd.man.mk 83 manpages:: # ensure target exists
138 catpages:: # ensure target exists
206 htmlpages:: # ensure target exists
310 ${TARGETS} catinstall maninstall htmlinstall: # ensure existence
bsd.dep.mk 9 beforedepend .depend afterdepend: # ensure existence
bsd.files.mk 24 filesinstall:: # ensure existence
bsd.hostprog.mk 160 ${TARGETS}: # ensure existence
  /src/sys/conf/
cscope.mk 21 # cscope doesn't write cscope.out if it's uptodate, so ensure
ssp.mk 8 # __stack_chk_guard, so ensure stack protection is disabled
  /src/lib/libc/arch/hppa/gen/
_setjmp.S 91 ldw _SC_REGS_SP(%arg0), %r1 ; ensure non-zero SP
93 add,<> %r0, %arg1, %ret0 ; ensure return value non-zero
  /src/sys/net/npf/
npf_mbuf.c 134 * if requested, ensure that the area *after* advance is contiguous.
140 nbuf_advance(nbuf_t *nbuf, size_t len, size_t ensure)
172 if (ensure) {
173 /* Ensure contiguousness (may change nbuf chain). */
174 d = nbuf_ensure_contig(nbuf, ensure);
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 65 Once the tools are installed, ensure that this path is added to the

Completed in 20 milliseconds

1 2 3