]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/stored/ebcdic.c
1a4d2651c0887209b9c22c58a0a827fec9112e3e
[bacula/bacula] / bacula / src / stored / ebcdic.c
1 /*
2    Bacula(R) - The Network Backup Solution
3
4    Copyright (C) 2000-2015 Kern Sibbald
5    Copyright (C) 2006-2014 Free Software Foundation Europe e.V.
6
7    The original author of Bacula is Kern Sibbald, with contributions
8    from many others, a complete list can be found in the file AUTHORS.
9
10    You may use this file and others of this release according to the
11    license defined in the LICENSE file, which includes the Affero General
12    Public License, v3.0 ("AGPLv3") and some additional permissions and
13    terms pursuant to its AGPLv3 Section 7.
14
15    This notice must be preserved when any source code is 
16    conveyed and/or propagated.
17
18    Bacula(R) is a registered trademark of Kern Sibbald.
19 */
20 /*
21  * Taken from the public domain ansitape program for
22  *   integration into Bacula. KES - Mar 2005
23  */
24
25
26 /* Mapping of EBCDIC codes to ASCII equivalents. */
27 static char to_ascii_table[256] = {
28    '\000', '\001', '\002', '\003',
29    '\234', '\011', '\206', '\177',
30    '\227', '\215', '\216', '\013',
31    '\014', '\015', '\016', '\017',
32    '\020', '\021', '\022', '\023',
33    '\235', '\205', '\010', '\207',
34    '\030', '\031', '\222', '\217',
35    '\034', '\035', '\036', '\037',
36    '\200', '\201', '\202', '\203',
37    '\204', '\012', '\027', '\033',
38    '\210', '\211', '\212', '\213',
39    '\214', '\005', '\006', '\007',
40    '\220', '\221', '\026', '\223',
41    '\224', '\225', '\226', '\004',
42    '\230', '\231', '\232', '\233',
43    '\024', '\025', '\236', '\032',
44    '\040', '\240', '\241', '\242',
45    '\243', '\244', '\245', '\246',
46    '\247', '\250', '\133', '\056',
47    '\074', '\050', '\053', '\041',
48    '\046', '\251', '\252', '\253',
49    '\254', '\255', '\256', '\257',
50    '\260', '\261', '\135', '\044',
51    '\052', '\051', '\073', '\136',
52    '\055', '\057', '\262', '\263',
53    '\264', '\265', '\266', '\267',
54    '\270', '\271', '\174', '\054',
55    '\045', '\137', '\076', '\077',
56    '\272', '\273', '\274', '\275',
57    '\276', '\277', '\300', '\301',
58    '\302', '\140', '\072', '\043',
59    '\100', '\047', '\075', '\042',
60    '\303', '\141', '\142', '\143',
61    '\144', '\145', '\146', '\147',
62    '\150', '\151', '\304', '\305',
63    '\306', '\307', '\310', '\311',
64    '\312', '\152', '\153', '\154',
65    '\155', '\156', '\157', '\160',
66    '\161', '\162', '\313', '\314',
67    '\315', '\316', '\317', '\320',
68    '\321', '\176', '\163', '\164',
69    '\165', '\166', '\167', '\170',
70    '\171', '\172', '\322', '\323',
71    '\324', '\325', '\326', '\327',
72    '\330', '\331', '\332', '\333',
73    '\334', '\335', '\336', '\337',
74    '\340', '\341', '\342', '\343',
75    '\344', '\345', '\346', '\347',
76    '\173', '\101', '\102', '\103',
77    '\104', '\105', '\106', '\107',
78    '\110', '\111', '\350', '\351',
79    '\352', '\353', '\354', '\355',
80    '\175', '\112', '\113', '\114',
81    '\115', '\116', '\117', '\120',
82    '\121', '\122', '\356', '\357',
83    '\360', '\361', '\362', '\363',
84    '\134', '\237', '\123', '\124',
85    '\125', '\126', '\127', '\130',
86    '\131', '\132', '\364', '\365',
87    '\366', '\367', '\370', '\371',
88    '\060', '\061', '\062', '\063',
89    '\064', '\065', '\066', '\067',
90    '\070', '\071', '\372', '\373',
91    '\374', '\375', '\376', '\377'
92 };
93
94
95 /* Mapping of ASCII codes to EBCDIC equivalents. */
96 static char to_ebcdic_table[256] = {
97    '\000', '\001', '\002', '\003',
98    '\067', '\055', '\056', '\057',
99    '\026', '\005', '\045', '\013',
100    '\014', '\015', '\016', '\017',
101    '\020', '\021', '\022', '\023',
102    '\074', '\075', '\062', '\046',
103    '\030', '\031', '\077', '\047',
104    '\034', '\035', '\036', '\037',
105    '\100', '\117', '\177', '\173',
106    '\133', '\154', '\120', '\175',
107    '\115', '\135', '\134', '\116',
108    '\153', '\140', '\113', '\141',
109    '\360', '\361', '\362', '\363',
110    '\364', '\365', '\366', '\367',
111    '\370', '\371', '\172', '\136',
112    '\114', '\176', '\156', '\157',
113    '\174', '\301', '\302', '\303',
114    '\304', '\305', '\306', '\307',
115    '\310', '\311', '\321', '\322',
116    '\323', '\324', '\325', '\326',
117    '\327', '\330', '\331', '\342',
118    '\343', '\344', '\345', '\346',
119    '\347', '\350', '\351', '\112',
120    '\340', '\132', '\137', '\155',
121    '\171', '\201', '\202', '\203',
122    '\204', '\205', '\206', '\207',
123    '\210', '\211', '\221', '\222',
124    '\223', '\224', '\225', '\226',
125    '\227', '\230', '\231', '\242',
126    '\243', '\244', '\245', '\246',
127    '\247', '\250', '\251', '\300',
128    '\152', '\320', '\241', '\007',
129    '\040', '\041', '\042', '\043',
130    '\044', '\025', '\006', '\027',
131    '\050', '\051', '\052', '\053',
132    '\054', '\011', '\012', '\033',
133    '\060', '\061', '\032', '\063',
134    '\064', '\065', '\066', '\010',
135    '\070', '\071', '\072', '\073',
136    '\004', '\024', '\076', '\341',
137    '\101', '\102', '\103', '\104',
138    '\105', '\106', '\107', '\110',
139    '\111', '\121', '\122', '\123',
140    '\124', '\125', '\126', '\127',
141    '\130', '\131', '\142', '\143',
142    '\144', '\145', '\146', '\147',
143    '\150', '\151', '\160', '\161',
144    '\162', '\163', '\164', '\165',
145    '\166', '\167', '\170', '\200',
146    '\212', '\213', '\214', '\215',
147    '\216', '\217', '\220', '\232',
148    '\233', '\234', '\235', '\236',
149    '\237', '\240', '\252', '\253',
150    '\254', '\255', '\256', '\257',
151    '\260', '\261', '\262', '\263',
152    '\264', '\265', '\266', '\267',
153    '\270', '\271', '\272', '\273',
154    '\274', '\275', '\276', '\277',
155    '\312', '\313', '\314', '\315',
156    '\316', '\317', '\332', '\333',
157    '\334', '\335', '\336', '\337',
158    '\352', '\353', '\354', '\355',
159    '\356', '\357', '\372', '\373',
160    '\374', '\375', '\376', '\377'
161 };
162
163
164 /*
165  * Convert from ASCII to EBCDIC
166  */
167 void ascii_to_ebcdic(char *dst, char *src, int count)
168 {
169    while (count--) {
170       *dst++ = to_ebcdic_table[0377 & *src++];
171    }
172 }
173
174
175 /*
176  * Convert from EBCDIC to ASCII
177  */
178 void ebcdic_to_ascii(char *dst, char *src, int count)
179 {
180    while (count--) {
181       *dst++ = to_ascii_table[0377 & *src++];
182    }
183 }