|
|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T p
Length: 1760 (0x6e0)
Types: TextFile
Names: »pepy_strings.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
└─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z«
└─⟦de7628f85⟧
└─⟦this⟧ »isode-6.0/pepy/pepy_strings.c«
/* pepy_strings.c - constant strings used in pepy */
#ifndef lint
static char *rcsid = "$Header: /f/osi/pepy/RCS/pepy_strings.c,v 7.0 89/11/23 22:11:54 mrose Rel $";
#endif
/*
* $Header: /f/osi/pepy/RCS/pepy_strings.c,v 7.0 89/11/23 22:11:54 mrose Rel $
*
*
* $Log: pepy_strings.c,v $
* Revision 7.0 89/11/23 22:11:54 mrose
* Release 6.0
*
*/
/*
* NOTICE
*
* Acquisition, use, and distribution of this module and related
* materials are subject to the restrictions of a license agreement.
* Consult the Preface in the User's Manual for the full terms of
* this agreement.
*
*/
char *pepy_strings[] = {
"bad ", /* PEPY_ERR_BAD */
"bad bitstring: ", /* PEPY_ERR_BAD_BITS */
"bad boolean: ", /* PEPY_ERR_BAD_BOOLEAN */
"bad class/id: ", /* PEPY_ERR_BAD_CLASS */
"bad class/form/id: ", /* PEPY_ERR_BAD_CLASS_FORM_ID */
"bad form ", /* PEPY_ERR_BAD_FORM */
"bad integer: ", /* PEPY_ERR_BAD_INTEGER */
"bad object identifier: ", /* PEPY_ERR_BAD_OID */
"bad octetstring: ", /* PEPY_ERR_BAD_OCTET */
"bad real: ", /* PEPY_ERR_BAD_REAL */
"bad sequence: ", /* PEPY_ERR_BAD_SEQ */
"bad set: ", /* PEPY_ERR_BAD_SET */
"has too many bits", /* PEPY_ERR_TOO_MANY_BITS */
"has too many elements", /* PEPY_ERR_TOO_MANY_ELEMENTS */
"has unknown choice: ", /* PEPY_ERR_UNKNOWN_CHOICE */
"has unknown component: ", /* PEPY_ERR_UNK_COMP */
"initialization fails", /* PEPY_ERR_INIT_FAILED */
"invalid choice selected: ", /* PEPY_ERR_INVALID_CHOICE */
"missing ", /* PEPY_ERR_MISSING */
"out of memory", /* PEPY_ERR_NOMEM */
"too many elements for tagged ", /* PEPY_ERR_TOO_MANY_TAGGED */
"warning: extra or duplicate members present in SET",
/* PEPY_ERR_EXTRA_MEMBERS */
(char *)0
};