| /freebsd-src/contrib/bmake/unit-tests/ |
| H A D | varmod-select-words.exp | 1 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 D | 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" 229 # expect+2: while evaluating variable "WORDS" with value "one two three four five six" [all...] |
| H A D | varcmd.mk | 5 # 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 D | 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"
|
| H A D | 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"
|
| H A D | varmod-match.mk | 36 .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 D | dir.mk | 42 six: 90 .PHONY: one two three four five six
|
| H A D | varmod-no-match.mk | 14 .if ${:U one two three four six :Nt*} != "one four six"
|
| H A D | 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" 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 D | NOTES | 2 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 D | ar_SA.UTF-8.src | 10 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 D | a64l.3 | 58 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 D | treeview2 | 23 tag6:six:off:3 31 tag16:1six:off:3 39 tag26:2six:off:3
|
| /freebsd-src/contrib/openpam/t/ |
| H A D | t_openpam_readlinev.c | 133 "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 D | xz_lzma2.h | 154 * 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 D | tst.lquantzero.d | 60 @six[i] = lquantize(0, -10, -1, 1, incr); 88 printa(@six);
|
| /freebsd-src/lib/libc/gen/ |
| H A D | rand48.3 | 70 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 D | algorithm.txt | 85 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 D | ste-href-family-pinctrl.dtsi | 162 * six rows of six keys.
|
| /freebsd-src/contrib/xz/src/liblzma/lzma/ |
| H A D | fastpos.h | 17 // 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 D | renesas,rz-mtu3.yaml | 42 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 D | test_09.T.out | 23 Total:: six
|
| H A D | test_09.JP.out | 30 "total": "six",
|
| H A D | test_09.J.out | 1 …r"]}, "contents": {"item": ["gum","rope","ladder","bolt","water"],"total":"six","one":"one", "two"…
|
| H A D | test_09.JPu.out | 30 "total": "six",
|