xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/attr_scan_plain.ref (revision 4a6720548cbf2e9325ed049c8a675ae86609f654)
1./attr_print_plain: send attr protocol = test
2./attr_print_plain: send attr number = 4711
3./attr_print_plain: send attr long_number = 1234
4./attr_print_plain: send attr string = whoopee
5./attr_print_plain: send attr data = [data 7 bytes]
6./attr_print_plain: send attr name bar-name value bar-value
7./attr_print_plain: send attr name foo-name value foo-value
8./attr_print_plain: send attr long_number = 4321
9./attr_print_plain: send attr protocol = test
10./attr_print_plain: send attr number = 4711
11./attr_print_plain: send attr long_number = 1234
12./attr_print_plain: send attr string = whoopee
13./attr_print_plain: send attr data = [data 7 bytes]
14./attr_print_plain: send attr protocol = not-test
15./attr_scan_plain: unknown_stream: wanted attribute: protocol
16./attr_scan_plain: input attribute name: protocol
17./attr_scan_plain: input attribute value: test
18./attr_scan_plain: unknown_stream: wanted attribute: number
19./attr_scan_plain: input attribute name: number
20./attr_scan_plain: input attribute value: 4711
21./attr_scan_plain: unknown_stream: wanted attribute: long_number
22./attr_scan_plain: input attribute name: long_number
23./attr_scan_plain: input attribute value: 1234
24./attr_scan_plain: unknown_stream: wanted attribute: string
25./attr_scan_plain: input attribute name: string
26./attr_scan_plain: input attribute value: whoopee
27./attr_scan_plain: unknown_stream: wanted attribute: data
28./attr_scan_plain: input attribute name: data
29./attr_scan_plain: input attribute value: d2hvb3BlZQ==
30./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or list terminator)
31./attr_scan_plain: input attribute name: {
32./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or '}')
33./attr_scan_plain: input attribute name: bar-name
34./attr_scan_plain: input attribute value: bar-value
35./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or '}')
36./attr_scan_plain: input attribute name: foo-name
37./attr_scan_plain: input attribute value: foo-value
38./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or '}')
39./attr_scan_plain: input attribute name: }
40./attr_scan_plain: unknown_stream: wanted attribute: long_number
41./attr_scan_plain: input attribute name: long_number
42./attr_scan_plain: input attribute value: 4321
43./attr_scan_plain: unknown_stream: wanted attribute: (list terminator)
44./attr_scan_plain: input attribute name: (end)
45./attr_scan_plain: unknown_stream: wanted attribute: protocol
46./attr_scan_plain: input attribute name: protocol
47./attr_scan_plain: input attribute value: test
48./attr_scan_plain: unknown_stream: wanted attribute: number
49./attr_scan_plain: input attribute name: number
50./attr_scan_plain: input attribute value: 4711
51./attr_scan_plain: unknown_stream: wanted attribute: long_number
52./attr_scan_plain: input attribute name: long_number
53./attr_scan_plain: input attribute value: 1234
54./attr_scan_plain: unknown_stream: wanted attribute: string
55./attr_scan_plain: input attribute name: string
56./attr_scan_plain: input attribute value: whoopee
57./attr_scan_plain: unknown_stream: wanted attribute: data
58./attr_scan_plain: input attribute name: data
59./attr_scan_plain: input attribute value: d2hvb3BlZQ==
60./attr_scan_plain: unknown_stream: wanted attribute: (list terminator)
61./attr_scan_plain: input attribute name: (end)
62./attr_scan_plain: unknown_stream: wanted attribute: protocol
63./attr_scan_plain: input attribute name: protocol
64./attr_scan_plain: input attribute value: not-test
65./attr_scan_plain: warning: unexpected protocol not-test from unknown_stream (expected: test)
66number 4711
67long_number 1234
68string whoopee
69data whoopee
70(hash) bar-name bar-value
71(hash) foo-name foo-value
72long_number 4321
73number 4711
74long_number 1234
75string whoopee
76data whoopee
77(hash) bar-name bar-value
78(hash) foo-name foo-value
79return: -1
80