Searched refs:WORDS (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/db/test/hash.tests/
H A Dmakedb.sh5 awk '{i++; print $0; print i;}' /usr/share/dict/words > WORDS
H A Dtestit8 set name=WORDS
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk10 WORDS= sequences of letters macro
12 .if ${WORDS:S,,,} != ${WORDS}
16 .if ${WORDS:S,e,*,1} != "s*quences of letters"
20 .if ${WORDS:S,f,*,1} != "sequences o* letters"
25 .if ${WORDS:S,e,*,} != "s*quences of l*tters"
29 .if ${WORDS:S,e,*,g} != "s*qu*nc*s of l*tt*rs"
33 .if ${WORDS:S,^sequ,occurr,} != "occurrences of letters"
37 .if ${WORDS:S,^of,with,} != "sequences with letters"
41 .if ${WORDS
[all...]
H A Dvarmod-to-separator.mk6 WORDS= one two three four five six macro
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"
32 .if ${WORDS:ts:tu} != "ONETWOTHREEFOURFIVESIX"
44 .if ${WORDS:tu:ts} != "ONETWOTHREEFOURFIVESIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
58 .if ${WORDS:ts:} != "one:two:three:four:five:six"
62 # As in the ${WORDS
[all...]
H A Dvarmod-to-separator.exp2 make: "varmod-to-separator.mk" line 107: Malformed conditional (${WORDS:[1..3]:ts\400:tu})
4 make: "varmod-to-separator.mk" line 121: Malformed conditional (${WORDS:[1..3]:ts\x100:tu})
5 make: Bad modifier `:ts\-300' for WORDS
6 make: "varmod-to-separator.mk" line 128: Malformed conditional (${WORDS:[1..3]:ts\-300:tu})
13 make: Bad modifier `:tx' for WORDS
14 make: "varmod-to-separator.mk" line 158: Malformed conditional (${WORDS:tx} != "anything")
15 make: Bad modifier `:t\X' for WORDS
16 make: "varmod-to-separator.mk" line 165: Malformed conditional (${WORDS:t\X} != "anything")
H A Dcomment.mk57 WORDS= ${VAR:[#]} [# macro
58 .if ${WORDS} != "1 [#"
H A Ddirective-for.mk39 .undef WORDS
41 WORDS+= counted
43 .if ${WORDS:[#]} != 6
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dsupport.S211 #define WORDS(n) (32 - LOG_WORD - W##n) define
226 bf WORDS(4), 0f
238 bf WORDS(2), 1f
246 bf WORDS(1), 2f

Completed in 693 milliseconds