Home
last modified time | relevance | path

Searched +full:338 +full:- +full:4338 (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
Dyaml_org.tml3 --- yaml
4 ---
6 date : 2001-01-23
7 bill-to:
18 - sku : BL394D
22 - sku : BL4438H
31 Billsmer @ 338-4338.
33 --- perl
36 date => '2001-01-23',
37 'bill-to' => {
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dyamlish-output.t1 #!/usr/bin/perl -wT
12 "---",
13 "bill-to:",
21 "comments: \"Late afternoon is best. Backup contact is Nancy Billsmer \@ 338-4338\\n\"",
22 "date: 2001-01-23",
25 " -",
30 " -",
41 'bill-to' => {
52 'date' => '2001-01-23',
67 "Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338\n",
[all …]
Dyamlish-writer.t19 '--- 1',
26 '--- ~',
33 '--- "\x01\n\t"',
40 '---',
41 '- 1',
42 '- 2',
43 '- 3',
50 '--- []',
57 '--- {}',
64 '---',
[all …]
Dyamlish.t1 #!perl -w
17 '--- Hello, World',
24 '--- \'Hello, \'\'World\'',
31 '--- "Hello, World"',
38 '--- "Hello, World"',
45 '--- >',
54 '--- |',
63 '--- >',
72 '---',
73 '- 1',
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/
Dsample.yml1 ---
3 date : 2001-01-23
4 bill-to:
15 - sku : BL394D
19 - sku : BL4438H
28 Billsmer @ 338-4338
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/
Dlatin1.yml1 ---
3 date : 2001-01-23
4 bill-to:
15 - sku : BL394D
19 - sku : BL4438H
28 Billsmer @ 338-4338.
/openbsd/src/sbin/unwind/libunbound/util/
Dconfiglexer.c20 /* First, we deal with platform-specific or compiler-specific issues. */
37 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
65 #define INT8_MIN (-128)
68 #define INT16_MIN (-32767-1)
71 #define INT32_MIN (-2147483647-1)
98 /* The "const" storage-class-modifier is valid. */
117 /* Returned upon end-of-file. */
122 * we want to instead treat it as an 8-bit unsigned char, hence the
128 * but we do it the disgusting crufty way forced on us by the ()-less
137 #define YY_START (((yy_start) - 1) / 2)
[all …]