Home
last modified time | relevance | path

Searched refs:c4 (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/tools/regression/bin/sh/expansion/
HDtrim8.013 c4=$(printf '\360\235\225\245')
15 s=$c1$c2$c3$c4
36 testcase 'set -- "${s#$c1}"' "1|$c2$c3$c4"
37 testcase 'set -- "${s#$c1$c2}"' "1|$c3$c4"
38 testcase 'set -- "${s#$c1$c2$c3}"' "1|$c4"
39 testcase 'set -- "${s#$c1$c2$c3$c4}"' "1|"
40 testcase 'set -- "${s#?}"' "1|$c2$c3$c4"
41 testcase 'set -- "${s#??}"' "1|$c3$c4"
42 testcase 'set -- "${s#???}"' "1|$c4"
44 testcase 'set -- "${s#*$c3}"' "1|$c4"
[all …]
/dragonfly/tools/regression/bin/sh/builtins/
HDcase6.012 c4=$(printf '\240')
13 # $c2$c3$c4 form one utf-8 character
16 case $c1$c2$c3$c4 in
24 case $c1$c2$c3$c4 in
25 $c1$c2$c3$c4) ;;
29 case $c1$c2$c3$c4 in
30 "$c1$c2$c3$c4") ;;
34 case $c1$c2$c3$c4 in
39 case $c1$c2$c3$c4 in
44 case $c1$c2$c3$c4 in
[all …]
HDcase5.013 c4=$(printf '\360\235\225\245')
16 case $c1$c2$c3$c4 in
24 case $c1$c2$c3$c4 in
25 $c1$c2$c3$c4) ;;
29 case $c1$c2$c3$c4 in
30 "$c1$c2$c3$c4") ;;
34 case $c1$c2$c3$c4 in
39 case $c1.$c2.$c3.$c4 in
44 case $c1$c2$c3$c4 in
49 case $c1$c2$c3$c4 in
[all …]
/dragonfly/crypto/libressl/crypto/whrlpool/
HDwp_block.c123 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 argument
134 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ argument
135 c7,c0,c1,c2,c3,c4,c5,c6, \
136 c6,c7,c0,c1,c2,c3,c4,c5, \
137 c5,c6,c7,c0,c1,c2,c3,c4, \
138 c4,c5,c6,c7,c0,c1,c2,c3, \
139 c3,c4,c5,c6,c7,c0,c1,c2, \
140 c2,c3,c4,c5,c6,c7,c0,c1, \
141 c1,c2,c3,c4,c5,c6,c7,c0
153 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ argument
[all …]
/dragonfly/lib/libcrypt/
HDcrypt-blowfish.c109 u_int8_t c1, c2, c3, c4; in decode_base64() local
130 c4 = CHAR64(*(p + 3)); in decode_base64()
131 if (c4 == 255) in decode_base64()
133 *bp++ = ((c3 & 0x03) << 6) | c4; in decode_base64()
/dragonfly/bin/dd/
HDref.parodd6 00000040 40 c1 c2 43 c4 45 46 c7 c8 49 4a cb 4c cd ce 4f |@..C.EF..IJ.L..O|
14 000000c0 40 c1 c2 43 c4 45 46 c7 c8 49 4a cb 4c cd ce 4f |@..C.EF..IJ.L..O|
HDref.parset6 00000040 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
14 000000c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
HDref.oldascii10 00000080 c3 61 62 63 64 65 66 67 68 69 c4 c5 c6 c7 c8 c9 |.abcdefghi......|
HDref.ucase14 000000c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
HDref.ascii10 00000080 c3 61 62 63 64 65 66 67 68 69 c4 c5 c6 c7 c8 c9 |.abcdefghi......|
HDref.lcase14 000000c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
HDref.swab14 000000c0 c1 c0 c3 c2 c5 c4 c7 c6 c9 c8 cb ca cd cc cf ce |................|
HDref.oldibm6 00000040 7c c1 c2 c3 c4 c5 c6 c7 c8 c9 d1 d2 d3 d4 d5 d6 ||...............|
HDref.oldebcdic6 00000040 7c c1 c2 c3 c4 c5 c6 c7 c8 c9 d1 d2 d3 d4 d5 d6 ||...............|
HDref.ibm6 00000040 7c c1 c2 c3 c4 c5 c6 c7 c8 c9 d1 d2 d3 d4 d5 d6 ||...............|
HDref.ebcdic6 00000040 7c c1 c2 c3 c4 c5 c6 c7 c8 c9 d1 d2 d3 d4 d5 d6 ||...............|
/dragonfly/test/stress/stress2/misc/
HDsnap5-1.sh51 r=`head -c4 /dev/urandom | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
HDsnap5.sh46 r=`head -c4 /dev/urandom | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
/dragonfly/share/misc/
HDlatin121 | c0 � | c1 � | c2 � | c3 � | c4 � | c5 � | c6 � | c7 � |
HDpci_vendors811 00c4 SAS3224 PCI-Express Fusion-MPT SAS-3
2851 67c4 Ellesmere [Radeon Pro WX 7100]
3174 1043 04c4 Radeon RX Vega 64
3801 71c4 RV530/M56 GL [Mobility FireGL V5200]
3907 73c4 Navi 22 USB
4040 94c4 RV610 LE [Radeon HD 2400 PRO AGP]
4140 95c4 RV620/M82 [Mobility Radeon HD 3450/3470]
4141 1002 95c4 Mobility Radeon HD 3400
6429 103c 21c4 Smart Array
8049 70c4 PXI-7330
[all …]
/dragonfly/etc/defaults/
HDuuids39 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f "Linux Swap"
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dcodecvt.cc307 unsigned char c4 = from[3]; in read_utf8_code_point() local
308 if ((c4 & 0xC0) != 0x80) in read_utf8_code_point()
310 char32_t c = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4 - 0x3C82080; in read_utf8_code_point()
/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-strength-reduction.c978 widest_int c1, c2, c3, c4, c5; in restructure_reference() local
1023 c4 = index >> LOG2_BITS_PER_UNIT; in restructure_reference()
1029 *pindex = c1 + c2 * c3 + c4 + c5 * c3; in restructure_reference()
/dragonfly/contrib/lvm2/dist/autoconf/
HDconfig.guess728 echo c4-convex-bsd
/dragonfly/crypto/openssh/
HDconfig.guess845 GUESS=c4-convex-bsd

12