Home
last modified time | relevance | path

Searched full:110 (Results 1 – 25 of 1175) sorted by relevance

12345678910>>...47

/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt1738 3146;3146;3146;110A;110A; # (ㅆ; ㅆ; ㅆ; ᄊ; ᄊ; ) HANGUL LETTER SSANGSIOS
1739 3147;3147;3147;110B;110B; # (ㅇ; ㅇ; ㅇ; ᄋ; ᄋ; ) HANGUL LETTER IEUNG
1740 3148;3148;3148;110C;110C; # (ㅈ; ㅈ; ㅈ; ᄌ; ᄌ; ) HANGUL LETTER CIEUC
1741 3149;3149;3149;110D;110D; # (ㅉ; ㅉ; ㅉ; ᄍ; ᄍ; ) HANGUL LETTER SSANGCIEUC
1742 314A;314A;314A;110E;110E; # (ㅊ; ㅊ; ㅊ; ᄎ; ᄎ; ) HANGUL LETTER CHIEUCH
1743 314B;314B;314B;110F;110F; # (ㅋ; ㅋ; ㅋ; ᄏ; ᄏ; ) HANGUL LETTER KHIEUKH
1832 3207;3207;3207;0028 110B 0029;0028 110B 0029; # (㈇; ㈇; ㈇; (ᄋ); (ᄋ); ) PARENTHESIZED HANGUL IEUNG
1833 3208;3208;3208;0028 110C 0029;0028 110C 0029; # (㈈; ㈈; ㈈; (ᄌ); (ᄌ); ) PARENTHESIZED HANGUL CIEUC
1834 3209;3209;3209;0028 110E 0029;0028 110E 0029; # (㈉; ㈉; ㈉; (ᄎ); (ᄎ); ) PARENTHESIZED HANGUL CHIEUCH
1835 320A;320A;320A;0028 110F 0029;0028 110F 0029; # (㈊; ㈊; ㈊; (ᄏ); (ᄏ); ) PARENTHESIZED HANGUL KHIEUKH
[all …]
/freebsd/usr.bin/compress/tests/
H A Dcompress_test.sh36 \037\235\220\060\002\012\034\110\260\240\301\203\010\023\052\134\
37 \310\260\241\303\207\020\043\112\234\110\261\242\305\213\030\063\
55 \037\235\220\060\002\012\034\110\260\240\301\203\010\023\052\134\
56 \310\260\241\303\207\020\043\112\234\110\261\242\305\213\030\063\
74 \037\235\220\060\002\012\034\110\260\240\301\203\010\023\052\134\
75 \310\260\241\303\207\020\043\112\234\110\261\242\305\213\030\063\
91 \037\235\220\060\002\012\034\110\260\240\301\203\010\023\052\134\
92 \310\260\241\303\207\020\043\112\234\110\261\242\305\213\030\063\
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c175 assert(is_hex(e, 110)); /* Entire header is octal digits. */ in DEFINE_TEST()
212 assertEqualMem(e + 110, "file1\0", 6); /* Name contents */ in DEFINE_TEST()
215 e += 110 + fs + ns; in DEFINE_TEST()
219 assert(is_hex(e, 110)); in DEFINE_TEST()
246 assertEqualMem(e + 110, "symlink\0\0\0", 10); /* Name contents */ in DEFINE_TEST()
247 assertEqualMem(e + 110 + ns, "file1\0\0\0", 8); /* symlink target */ in DEFINE_TEST()
248 e += 110 + fs + ns; in DEFINE_TEST()
252 assert(is_hex(e, 110)); in DEFINE_TEST()
282 assertEqualMem(e + 110, "dir\0\0\0", 6); /* Name contents */ in DEFINE_TEST()
283 e += 110 + fs + ns; in DEFINE_TEST()
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di173 110 pass in proto udp all
4 110 pass in from localhost to any
10 @1 110 pass in from 2.2.2.2 to any
H A Df156 block return-icmp in quick proto udp all keep state head 110 group 10
7 pass in quick proto udp from any to any port = 53 keep state group 110
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di1719 0 110 pass in proto udp from any to any
20 0 110 pass in inet from 2.2.2.2/32 to any
21 0 110 pass in inet from 127.0.0.1/32 to any
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt22 ASN1_R_DECODE_ERROR:110:decode error
147 BIO_R_NBIO_CONNECT_ERROR:110:nbio connect error
177 BN_R_INPUT_NOT_REDUCED:110:input not reduced
225 CMP_R_FAILURE_OBTAINING_RANDOM:110:failure obtaining random
301 CMS_R_CTRL_ERROR:110:ctrl error
387 CONF_R_ERROR_LOADING_DSO:110:error loading dso
432 CRMF_R_SETTING_MAC_ALGOR_FAILURE:110:setting mac algor failure
448 CRYPTO_R_INVALID_OSSL_PARAM_TYPE:110:invalid ossl param type
463 CT_R_LOG_CONF_INVALID_KEY:110:log conf invalid key
490 DH_R_INVALID_PARAMETER_NAME:110:invalid parameter name
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_newc.c121 assert(is_hex(e, 110)); /* Entire header is hex digits. */ in DEFINE_TEST()
136 assertEqualMem(e + 110, "file\0\0", 6); /* Name contents */ in DEFINE_TEST()
142 assert(is_hex(e, 110)); in DEFINE_TEST()
157 assertEqualMem(e + 110, "dir\0", 4); /* name */ in DEFINE_TEST()
162 assert(is_hex(e, 110)); /* Entire header is hex digits. */ in DEFINE_TEST()
178 assertEqualMem(e + 110, "lnk\0\0\0", 6); /* Name contents */ in DEFINE_TEST()
200 assertEqualMem(e + 110, "TRAILER!!!\0", 11); /* Name */ in DEFINE_TEST()
/freebsd/sys/dev/e1000/
H A De1000_82541.c74 100, 100, 100, 100, 100, 100, 100, 100, 110, 110, 110, 110, 110, 110,
75 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 120, 120,
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors484 >110 uleshort <0x0600 Aldus
485 >110 uleshort >0x05FF Adobe
486 >110 uleshort x PageMaker
494 >110 uleshort/256 =0 document
499 >110 uleshort/256 =4 document
503 >110 uleshort/256 =5 document
507 >110 uleshort =0x0600 document
512 >110 uleshort =0x0632 document
523 #>110 uleshort x \b, VERSION=%#x
524 >110 uleshort >0x03FF
[all …]
H A Dscientific85 0 string \000\060\000\040\000\110\000\105\000\101\000\104 GEDCOM genealogy text
94 0 string \060\000\040\000\110\000\105\000\101\000\104\000 GEDCOM genealogy text
104 #0 string \376\377\000\060\000\040\000\110\000\105\000\101\000\104 GEDCOM data
106 #0 string \377\376\060\000\040\000\110\000\105\000\101\000\104\000 GEDCOM data
/freebsd/sys/crypto/openssl/amd64/
H A Dx86_64-gf2m.S215 .byte 102,72,15,110,198
216 .byte 102,72,15,110,201
217 .byte 102,72,15,110,210
218 .byte 102,73,15,110,216
311 …16,105,111,110,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,…
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6357.dtsi69 regulator-enable-ramp-delay = <110>;
77 regulator-enable-ramp-delay = <110>;
85 regulator-enable-ramp-delay = <110>;
159 regulator-enable-ramp-delay = <110>;
168 regulator-enable-ramp-delay = <110>;
/freebsd/usr.bin/file2c/tests/
H A Dregress.9.out16 170,194,85,110,39,185,21,155,221,105,44,156,220,30,29,17,220,26,54,30,167,
24 242,230,104,193,252,28,115,187,212,110,41,39,170,27,167,229,36,31,192,214,
32 83,148,165,165,16,50,134,119,162,211,103,6,28,182,225,13,67,165,25,110,
36 183,255,234,113,240,24,149,76,227,18,188,10,201,110,148,51,108,253,37,32,
45 186,212,126,48,213,41,240,21,209,94,239,111,157,235,120,194,179,15,45,110,
56 56,187,111,51,164,176,81,74,18,223,195,241,215,110,118,170,10,85,42,118,
61 135,97,224,135,136,209,172,124,127,193,198,125,70,219,251,134,56,110,128,
62 134,235,20,184,170,1,178,173,176,236,18,79,83,60,110,117,154,242,5,254,
68 143,14,110,111,161,180,120,180,10,67,159,159,131,78,250,171,117,254,102,
/freebsd/share/examples/ipfilter/rules/
H A DBASIC_1.FW85 block in log proto tcp from any to a.b.c.d/32 flags S/SA head 110 group 100
89 pass in log quick proto tcp from any to any port = smtp keep state group 110
90 pass in log quick proto tcp from any to any port = www keep state group 110
91 pass in log quick proto tcp from any to any port = 53 keep state group 110
/freebsd/libexec/getty/
H A Dgettytab51 a|std.110|110-baud:\
52 :np:nd#1:cd#1:uc:sp#110:
109 d110|Dial-110:\
146 :tc=110-baud:
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmediatek,mt6357-regulator.yaml125 regulator-enable-ramp-delay = <110>;
132 regulator-enable-ramp-delay = <110>;
139 regulator-enable-ramp-delay = <110>;
203 regulator-enable-ramp-delay = <110>;
211 regulator-enable-ramp-delay = <110>;
/freebsd/usr.sbin/sa/tests/
H A Dv2-i386-u.out4 0 6.680 cpu 110k mem 0 io egrep
12 0 0.423 cpu 110k mem 0 io diff
/freebsd/sys/contrib/libsodium/test/default/
H A Dcore4.c11 109, 110, 111, 112, 113, 114, 115, 116 };
13 static unsigned char c[16] = { 101, 120, 112, 97, 110, 100, 32, 51,
/freebsd/tools/regression/ccd/layout/
H A Dref.128k_128k_128k_128k_4_4226 110 70 1
227 110 70 1
378 186 110 1
379 186 110 1
386 190 110 1
387 190 110 1
H A Dref.256k_128k_128k_128k_4_4226 110 70 1
227 110 70 1
378 186 110 1
379 186 110 1
386 190 110 1
387 190 110 1
H A Dref.256k_128k_384k_128k_16_4226 110 78 1
227 110 78 1
354 174 110 1
355 174 110 1
386 190 110 1
387 190 110 1
H A Dref.256k_128k_384k_128k_4_4226 110 70 1
227 110 70 1
378 186 110 1
379 186 110 1
386 190 110 1
387 190 110 1
/freebsd/sys/dev/bwn/
H A Dif_bwn_util.c100 110, 110, 110, 111, 111, 112, 112, 113, in bwn_sqrt()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.many.d.out131 110 110

12345678910>>...47