HomeSort by: relevance | last modified time | path
    Searched defs:NUMBERS (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-order-string.mk 20 # Numbers are sorted lexicographically as well.
23 NUMBERS= -100g -50m -7k -50 -13 0 000 13 50 5k1 7k 50m 100G
24 .if ${NUMBERS:O} != "-100g -13 -50 -50m -7k 0 000 100G 13 50 50m 5k1 7k"
25 . error ${NUMBERS:O}
varmod-order-numeric.mk 10 # This list contains only 32-bit numbers since the make code needs to conform
15 # 'double' instead, but that would allow floating-point numbers as well, which
17 NUMBERS= 3 5 7 1 42 -42 5K -3m 1M 1k -2G
19 .if ${NUMBERS:On} != "-2G -3m -42 1 3 5 7 42 1k 5K 1M"
20 . error ${NUMBERS:On}
23 .if ${NUMBERS:Orn} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
24 . error ${NUMBERS:Orn}
28 .if ${NUMBERS:Onr} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
29 . error ${NUMBERS:Onr}
32 # Duplicate numbers are preserved in the output. In this case th
    [all...]
varmod-order.mk 7 NUMBERS= 8 5 4 9 1 7 6 10 3 2 # in English alphabetical order
22 _:= ${NUMBERS:On
24 _:= ${NUMBERS:Onr
30 .if ${NUMBERS:Oxn}
39 .if ${NUMBERS:On_typo}
48 .if ${NUMBERS:Onr_typo}
57 .if ${NUMBERS:Orn_typo}
68 .if ${NUMBERS:Onn}
77 .if ${NUMBERS:Onrr}
86 .if ${NUMBERS:Orrn
    [all...]
directive-for-escape.mk 153 NUMBERS= one two three
155 .for NUMBERS:M*e in replaced
156 . info ${NUMBERS} ${NUMBERS:M*e}

Completed in 11 milliseconds