~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to src/util/attr_scan_plain.ref

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
./attr_print_plain: send attr number = 4711
 
2
./attr_print_plain: send attr long_number = 1234
 
3
./attr_print_plain: send attr string = whoopee
 
4
./attr_print_plain: send attr name foo-name value foo-value
 
5
./attr_print_plain: send attr name bar-name value bar-value
 
6
./attr_print_plain: send attr number = 4711
 
7
./attr_print_plain: send attr long_number = 1234
 
8
./attr_print_plain: send attr string = whoopee
 
9
./attr_scan_plain: unknown_stream: wanted attribute: number
 
10
./attr_scan_plain: input attribute name: number
 
11
./attr_scan_plain: input attribute value: 4711
 
12
./attr_scan_plain: unknown_stream: wanted attribute: long_number
 
13
./attr_scan_plain: input attribute name: long_number
 
14
./attr_scan_plain: input attribute value: 1234
 
15
./attr_scan_plain: unknown_stream: wanted attribute: string
 
16
./attr_scan_plain: input attribute name: string
 
17
./attr_scan_plain: input attribute value: whoopee
 
18
./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or list terminator)
 
19
./attr_scan_plain: input attribute name: foo-name
 
20
./attr_scan_plain: input attribute value: foo-value
 
21
./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or list terminator)
 
22
./attr_scan_plain: input attribute name: bar-name
 
23
./attr_scan_plain: input attribute value: bar-value
 
24
./attr_scan_plain: unknown_stream: wanted attribute: (any attribute name or list terminator)
 
25
./attr_scan_plain: input attribute name: (end)
 
26
./attr_scan_plain: unknown_stream: wanted attribute: number
 
27
./attr_scan_plain: input attribute name: number
 
28
./attr_scan_plain: input attribute value: 4711
 
29
./attr_scan_plain: unknown_stream: wanted attribute: long_number
 
30
./attr_scan_plain: input attribute name: long_number
 
31
./attr_scan_plain: input attribute value: 1234
 
32
./attr_scan_plain: unknown_stream: wanted attribute: string
 
33
./attr_scan_plain: input attribute name: string
 
34
./attr_scan_plain: input attribute value: whoopee
 
35
./attr_scan_plain: unknown_stream: wanted attribute: (list terminator)
 
36
./attr_scan_plain: input attribute name: (end)
 
37
number 4711
 
38
long_number 1234
 
39
string whoopee
 
40
(hash) foo-name foo-value
 
41
(hash) bar-name bar-value
 
42
number 4711
 
43
long_number 1234
 
44
string whoopee
 
45
(hash) foo-name foo-value
 
46
(hash) bar-name bar-value