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

1 2 3

  /src/usr.bin/rump_server/
Makefile 14 -Wl,--whole-archive \
16 -Wl,--no-whole-archive
  /src/tests/dev/scsipi/
Makefile 16 LDADD+= -Wl,--whole-archive -lrumpdev_scsitest -Wl,--no-whole-archive
  /src/tests/dev/usb/t_hid/
Makefile 19 LDADD+= -Wl,--whole-archive -lrumpdev_hid -Wl,--no-whole-archive
  /src/distrib/utils/libhack/
Makefile 24 ${LD} -r -o $@ --whole-archive libhack.a
  /src/sys/arch/epoc32/stand/e32boot/exe/
Makefile 45 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
51 --whole-archive $(IN) --no-whole-archive $(LIBS)
  /src/tests/rump/modautoload/
Makefile 21 -Wl,--whole-archive -Wl,-Bstatic \
23 -Wl,-Bdynamic -Wl,--no-whole-archive
  /src/usr.bin/make/unit-tests/
varmod-subst-regex.mk 21 # means to apply at most 1 replacement in the whole expression.
26 # The 'W' modifier treats the whole variable value as a single big word,
39 # The first :C modifier has the 'W' modifier, which makes the whole
60 # The modifier '1' applies the replacement at most once, across the whole
103 .if "<${:U:S,^$,whole,}> <${:U:C,^$,whole,}>" != "<whole> <whole>"
115 .if "<${:U:S,^$,whole,g}> <${:U:C,^$,whole,g}>" != "<whole> <whole>
    [all...]
varmod-to-lower.mk 20 # The ':tl' modifier works on the whole string, without splitting it into
varmod-quote.mk 13 # The quote modifier only applies if the whole modifier name is "Q".
opt-chdir.mk 20 # Note: just because the whole point of /nonexistent is that it should
varmod-to-title.mk 20 # The ':tt' modifier works on the whole string, without splitting it into
opt-debug-jobs.mk 23 # the whole command is enclosed in single quotes as well.
24 # This allows to copy and paste the whole command, without having
varparse-undef-partial.mk 14 # therefore the initial '$' of that whole expression is skipped by the parser
46 # Should the whole expression be skipped for now, or should the inner
54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
gnode-submake.mk 19 # The command contains the substring "make", but not as a whole word.
deptgt.mk 48 # In a dependency declaration, the whole line is expanded before interpreting
52 # After expanding the line as a whole, each target is parsed but not
varmod-order-shuffle.mk 21 # lets the whole test fail once in 1.209.600 runs, on average.
varparse-mod.mk 8 # there is a stray '}' at the end of the whole condition.
varmod-sysv.mk 95 # of a SysV substitution modifier, and it was replaced with the whole match,
119 # to ':e=x', which doesn't match the string "value$". Therefore the whole
178 # For each word with the prefix "o" and the suffix "e", the whole word is
196 # the whole word is too short. Therefore it doesn't match.
220 # lasts longer than expected. The whole expression initially has the value
  /src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile 66 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
72 --whole-archive $(IN) --no-whole-archive $(LIBS)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-pine64-plus.dts 32 * whole process.
  /src/tests/fs/nfs/nfsservice/
Makefile 15 LDADD+= -L${VFSTESTDIR} -Wl,--whole-archive -lvfstest -Wl,--no-whole-archive
  /src/lib/libc/arch/mips/string/
bcmp.S 68 and a3, a2, ~3 # compute number of whole words left
94 and a3, a2, ~3 # compute number of whole words left
  /src/sys/dev/
spkr.c 110 #define WHOLE_NOTE 4 /* quarter notes per whole note */
183 int whole; local in function:playtone
189 whole = sc->sc_whole;
191 whole *= NUM_MULT;
196 total = whole / val;
  /src/usr.sbin/ofctl/
ofctl.c 796 u_int32_t divisor, whole, frac; local in function:frequency_format
803 whole = freq / divisor;
816 printf(" %u.%03u%s\n", whole, frac, units);
818 printf(" %u%s\n", whole, units);
828 u_int32_t divisor, whole, frac; local in function:size_format
835 whole = freq / divisor;
848 printf(" %3u.%03u%s\n", whole, frac, units);
850 printf(" %3u%s\n", whole, units);
  /src/sys/arch/m68k/060sp/
netbsd060sp.S 176 clrl %d0 |# clear whole longword
208 clrl %d0 |# clear whole longword

Completed in 17 milliseconds

1 2 3