|
|
1.1 root 1: /* pepy_strings.c - constant strings used in pepy */
2:
3: #ifndef lint
4: static char *rcsid = "$Header: /f/osi/pepsy/RCS/pepsy_strings.c,v 7.0 90/07/01 19:54:28 mrose Exp $";
5: #endif
6:
7: /*
8: * $Header: /f/osi/pepsy/RCS/pepsy_strings.c,v 7.0 90/07/01 19:54:28 mrose Exp $
9: *
10: *
11: * $Log: pepsy_strings.c,v $
12: * Revision 7.0 90/07/01 19:54:28 mrose
13: * *** empty log message ***
14: *
15: * Revision 7.0 89/11/23 22:11:54 mrose
16: * Release 6.0
17: *
18: */
19:
20: /*
21: * NOTICE
22: *
23: * Acquisition, use, and distribution of this module and related
24: * materials are subject to the restrictions of a license agreement.
25: * Consult the Preface in the User's Manual for the full terms of
26: * this agreement.
27: *
28: */
29:
30: char *pepy_strings[] = {
31: "bad ", /* PEPY_ERR_BAD */
32: "bad bitstring: ", /* PEPY_ERR_BAD_BITS */
33: "bad boolean: ", /* PEPY_ERR_BAD_BOOLEAN */
34: "bad class/id: ", /* PEPY_ERR_BAD_CLASS */
35: "bad class/form/id: ", /* PEPY_ERR_BAD_CLASS_FORM_ID */
36: "bad form ", /* PEPY_ERR_BAD_FORM */
37: "bad integer: ", /* PEPY_ERR_BAD_INTEGER */
38: "bad object identifier: ", /* PEPY_ERR_BAD_OID */
39: "bad octetstring: ", /* PEPY_ERR_BAD_OCTET */
40: "bad real: ", /* PEPY_ERR_BAD_REAL */
41: "bad sequence: ", /* PEPY_ERR_BAD_SEQ */
42: "bad set: ", /* PEPY_ERR_BAD_SET */
43: "has too many bits", /* PEPY_ERR_TOO_MANY_BITS */
44: "has too many elements", /* PEPY_ERR_TOO_MANY_ELEMENTS */
45: "has unknown choice: ", /* PEPY_ERR_UNKNOWN_CHOICE */
46: "has unknown component: ", /* PEPY_ERR_UNK_COMP */
47: "initialization fails", /* PEPY_ERR_INIT_FAILED */
48: "invalid choice selected: ", /* PEPY_ERR_INVALID_CHOICE */
49: "missing ", /* PEPY_ERR_MISSING */
50: "out of memory", /* PEPY_ERR_NOMEM */
51: "too many elements for tagged ", /* PEPY_ERR_TOO_MANY_TAGGED */
52: "warning: extra or duplicate members present in SET",
53: /* PEPY_ERR_EXTRA_MEMBERS */
54: (char *)0
55: };
56:
57:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.