Home
last modified time | relevance | path

Searched full:six (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/freebsd-src/contrib/bmake/unit-tests/
H A Dvarmod-select-words.exp1 make: in target "mod-squarebrackets-0-star-at": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[]"
3 LIST:[0]="one two three four five six"
4 LIST:[0x0]="one two three four five six"
5 LIST:[000]="one two three four five six"
6 LIST:[*]="one two three four five six"
7 LIST:[@]="one two three four five six"
8 LIST:[0]:C/ /,/="one,two three four five six"
9 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
10 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
11 LIST:[*]:C/ /,/="one,two three four five six"
[all...]
H A Dvarmod-to-separator.mk6 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"
229 # expect+2: while evaluating variable "WORDS" with value "one two three four five six"
[all...]
H A Dvarcmd.mk5 # FIXME: The purpose of this test is unclear. The test uses six levels of
71 @${.MAKE} -f ${MAKEFILE} M=y six
73 six: show-v
H A Dvarmod-order-reverse.mk6 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"
H A Dvarmod-order-string.mk7 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"
H A Dvarmod-match.mk36 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven"
85 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four"
90 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven"
175 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
H A Ddir.mk42 six:
90 .PHONY: one two three four five six
H A Dvarmod-no-match.mk14 .if ${:U one two three four six :Nt*} != "one four six"
H A Dvarmod-order.mk6 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"
16 # expect+1: while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten": Bad modifier ":OX"
22 # expect+1: while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten": Bad modifier ":OxXX"
26 # expect+1: while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two": Unclosed expression, expecting '}' for modifier "O"
/freebsd-src/contrib/byacc/
H A DNOTES2 use exactly six register variables is that Berkeley Yacc was
3 developed on a VAX using PCC. PCC placed at most six variables
4 in registers. I went to considerable effort to find which six
/freebsd-src/share/colldef_unicode/
H A Dar_SA.UTF-8.src10 collating-element <u-zero-six-four-B> from "<u><zero><six><four><B>"
13 collating-element <u-zero-six-four-C> from "<u><zero><six><four><C>"
16 collating-element <u-zero-six-four-D> from "<u><zero><six><four><D>"
19 collating-element <u-zero-six-four-E> from "<u><zero><six><four><E>"
23 collating-element <u-zero-six-four-F> from "<u><zero><six><four><F>"
26 collating-element <u-zero-six-five-zero> from "<u><zero><six><five><zero>"
27 collating-element <u-zero-eight-E-six> from "<u><zero><eight><E><six>"
28 collating-element <u-zero-eight-F-six> from "<u><zero><eight><F><six>"
29 collating-element <u-zero-six-five-one> from "<u><zero><six><five><one>"
30 collating-element <u-zero-six-five-two> from "<u><zero><six><five><two>"
[all …]
/freebsd-src/lib/libc/stdlib/
H A Da64l.358 up to six characters; each character represents a digit in
91 contains more than six characters,
93 uses the first six.
94 If the first six characters of the string contain a null terminator,
/freebsd-src/contrib/dialog/samples/
H A Dtreeview223 tag6:six:off:3
31 tag16:1six:off:3
39 tag26:2six:off:3
/freebsd-src/contrib/openpam/t/
H A Dt_openpam_readlinev.c133 "zero", "one", "two", "three", "four", "five", "six", "seven",
137 "twenty-five", "twenty-six", "twenty-seven", "twenty-eight",
139 "thirty-four", "thirty-five", "thirty-six", "thirty-seven",
141 "fourty-three", "fourty-four", "fourty-five", "fourty-six",
143 "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six",
/freebsd-src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h154 * The highest two bits of a 32-bit match distance are encoded using six bits.
155 * This six-bit value is called a distance slot. This way encoding a 32-bit
162 * the highest two bits (distance slot) are always encoded using six bits,
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d60 @six[i] = lquantize(0, -10, -1, 1, incr);
88 printa(@six);
/freebsd-src/lib/libc/gen/
H A Drand48.370 For all the six generator routines described next, the first
180 always also set the multiplicand and addend for any of the six
/freebsd-src/sys/contrib/zlib/doc/
H A Dalgorithm.txt85 values, and the size of the first table is six bits. Note that for each of
169 Table Y is three bits long since the longest code starting with 111 is six
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
/freebsd-src/sys/contrib/device-tree/src/arm/st/
H A Dste-href-family-pinctrl.dtsi162 * six rows of six keys.
/freebsd-src/contrib/xz/src/liblzma/lzma/
H A Dfastpos.h17 // a six-bit value [0, 63], and then the missing lower bits.
21 // fastpos.h provides a way to quickly find out the correct six-bit
/freebsd-src/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml42 negative signals in six phases (12 phases in total) can be output in
90 In complementary PWM mode, six positive-phase and six negative-phase PWM
/freebsd-src/contrib/libxo/tests/core/saved/
H A Dtest_09.T.out23 Total:: six
H A Dtest_09.JP.out30 "total": "six",
H A Dtest_09.J.out1 …r"]}, "contents": {"item": ["gum","rope","ladder","bolt","water"],"total":"six","one":"one", "two"…
H A Dtest_09.JPu.out30 "total": "six",

12345678910>>...18