|
|
1.1 ! root 1: /* nochrcnv.c - character conversion table, no case folding */ ! 2: ! 3: #ifndef lint ! 4: static char *rcsid = "$Header: /f/osi/compat/RCS/nochrcnv.c,v 7.0 89/11/23 21:23:20 mrose Rel $"; ! 5: #endif ! 6: ! 7: /* ! 8: * $Header: /f/osi/compat/RCS/nochrcnv.c,v 7.0 89/11/23 21:23:20 mrose Rel $ ! 9: * ! 10: * ! 11: * $Log: nochrcnv.c,v $ ! 12: * Revision 7.0 89/11/23 21:23:20 mrose ! 13: * Release 6.0 ! 14: * ! 15: */ ! 16: ! 17: /* ! 18: * NOTICE ! 19: * ! 20: * Acquisition, use, and distribution of this module and related ! 21: * materials are subject to the restrictions of a license agreement. ! 22: * Consult the Preface in the User's Manual for the full terms of ! 23: * this agreement. ! 24: * ! 25: */ ! 26: ! 27: ! 28: /* LINTLIBRARY */ ! 29: ! 30: #include <stdio.h> ! 31: #include "general.h" ! 32: ! 33: /* */ ! 34: ! 35: char /* straight mapping - Non case sensive */ ! 36: /* used for consistency */ ! 37: nochrcnv[] = ! 38: { ! 39: '\0', '\1', '\2', '\3', '\4', '\5', '\6', '\7', ! 40: '\10', '\11', '\12', '\13', '\14', '\15', '\16', '\17', ! 41: '\20', '\21', '\22', '\23', '\24', '\25', '\26', '\27', ! 42: '\30', '\31', '\32', '\33', '\34', '\35', '\36', '\37', ! 43: '\40', '\41', '\42', '\43', '\44', '\45', '\46', '\47', ! 44: '\50', '\51', '\52', '\53', '\54', '\55', '\56', '\57', ! 45: '\60', '\61', '\62', '\63', '\64', '\65', '\66', '\67', ! 46: '\70', '\71', '\72', '\73', '\74', '\75', '\77', '\77', ! 47: '\100', '\101', '\102', '\103', '\104', '\105', '\106', '\107', ! 48: '\110', '\111', '\112', '\113', '\114', '\115', '\116', '\117', ! 49: '\120', '\121', '\122', '\123', '\124', '\125', '\126', '\127', ! 50: '\130', '\131', '\132', '\133', '\134', '\135', '\136', '\137', ! 51: '\140', '\141', '\142', '\143', '\144', '\145', '\146', '\147', ! 52: '\150', '\151', '\152', '\153', '\154', '\155', '\156', '\157', ! 53: '\160', '\161', '\162', '\163', '\164', '\165', '\166', '\167', ! 54: '\170', '\171', '\172', '\173', '\174', '\175', '\177', '\177', ! 55: '\0', '\1', '\2', '\3', '\4', '\5', '\6', '\7', ! 56: '\10', '\11', '\12', '\13', '\14', '\15', '\16', '\17', ! 57: '\20', '\21', '\22', '\23', '\24', '\25', '\26', '\27', ! 58: '\30', '\31', '\32', '\33', '\34', '\35', '\36', '\37', ! 59: '\40', '\41', '\42', '\43', '\44', '\45', '\46', '\47', ! 60: '\50', '\51', '\52', '\53', '\54', '\55', '\56', '\57', ! 61: '\60', '\61', '\62', '\63', '\64', '\65', '\66', '\67', ! 62: '\70', '\71', '\72', '\73', '\74', '\75', '\77', '\77', ! 63: '\100', '\101', '\102', '\103', '\104', '\105', '\106', '\107', ! 64: '\110', '\111', '\112', '\113', '\114', '\115', '\116', '\117', ! 65: '\120', '\121', '\122', '\123', '\124', '\125', '\126', '\127', ! 66: '\130', '\131', '\132', '\133', '\134', '\135', '\136', '\137', ! 67: '\140', '\141', '\142', '\143', '\144', '\145', '\146', '\147', ! 68: '\150', '\151', '\152', '\153', '\154', '\155', '\156', '\157', ! 69: '\160', '\161', '\162', '\163', '\164', '\165', '\166', '\167', ! 70: '\170', '\171', '\172', '\173', '\174', '\175', '\177', '\177' ! 71: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.