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

1 2

  /src/usr.bin/make/unit-tests/
varmod-order-reverse.mk 6 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:Or} != "two three ten six seven one nine four five eight"
varmod-order-string.mk 7 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
varcmd.mk 39 @${.MAKE} -f ${MAKEFILE} four
53 .ifmake four
58 four: show target
varcmd.exp 6 four FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
dir.exp 7 Expanding "f{our,ive}"... four five
dir.mk 38 four: target
90 .PHONY: one two three four five six
varmod-order.mk 6 WORDS= one two three four five six seven eight nine ten
9 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
varmod-to-separator.mk 6 WORDS= one two three four five six
9 .if ${WORDS:ts } != "one two three four five six"
14 .if ${WORDS:ts,} != "one,two,three,four,five,six"
19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
58 .if ${WORDS:ts:} != "one:two:three:four:five:six"
79 .if ${WORDS:ts/:S/two/2/} != "one/2/three/four/five/six"
86 .if ${WORDS:ts/:S/^two/2/} != "one/two/three/four/five/six"
varmod-no-match.mk 14 .if ${:U one two three four six :Nt*} != "one four six"
varmod-order-shuffle.mk 15 WORDS= one two three four five six seven eight nine ten
varmisc.exp 80 target2-flags: we have: one two three four
  /src/etc/etc.hp300/
MAKEDEV.conf 32 four=$(($unit + 4)) ; eight=$(($unit + 8))
37 #mkdev ${name}${four} b $blk $four 660 $g_operator
40 #lndev ${name}{$four} n${name}${unit} ;: sanity w/pdp11 v7
44 mkdev r${name}${four} c $chr $four 660 $g_operator
47 lndev r${name}${four} nr${name}${unit} ;: sanity w/pdp11 v7
  /src/lib/libc/arch/vax/string/
bcmp.S 40 /* still, this is four times faster than the generic C version on a uvax2 */
49 cmpl (%r1)+,(%r2)+ # no "cmpq" alas, so four bytes at a time
  /src/etc/etc.vax/
MAKEDEV.conf 47 four=$(($unit + 4)) ; eight=$(($unit + 8))
50 mkdev $name$four b $blk $four 660 $g_operator
54 mkdev n$name$unit b $blk $four 660 $g_operator
56 mkdev nr$name$unit c $chr $four 660 $g_operator
59 mkdev r$name$four c $chr $four 660 $g_operator
  /src/share/misc/
style 367 /* Second level indents are four spaces. */
370 gets + indented + four + spaces + on + the + second +
435 struct foo three, *four;
490 if ((four = malloc(sizeof(*four))) == NULL)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
pmi8994.dtsi 42 /* Yes, all four strings *have to* be defined or things won't work. */
  /src/tests/usr.bin/xlint/lint1/
msg_193.c 574 four:
588 goto four;
  /src/lib/librpcsvc/
rex.x 75 unsigned four; /* always equals 4 */
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
99bottles.bf 165 + add 1 to cell four (to keep it nonzero)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
emev2-kzm9d.dts 55 four {
intel-ixp42x-linksys-wrv54g.dts 138 * all four switch ports, also using an out of tree multiphy patch.
dra7-evm-common.dtsi 148 * The ROM checks the first four physical blocks
intel-ixp42x-arcom-vulcan.dts 121 * per slot. This interrupt is shared (OR:ed) by all four pins.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls1028a-kontron-sl28-var1.dts 8 * None of the four SerDes lanes are used by the module, instead they are
  /src/sys/arch/vax/boot/boot/
boot.c 257 #define extzv(one, two, three,four) \
261 : "g"(one),"m"(two),"mo>"(three),"g"(four)); \

Completed in 60 milliseconds

1 2