This file is indexed.

/usr/include/c-lib/inc/asn-PrintableStr.h is in libesnacc-dev 1.8.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _asn_PrintableString_h_
#define _asn_PrintableString_h_

#ifdef __cplusplus
extern "C" {
#endif


typedef AsnOcts PrintableString; /* [UNIVERSAL 19] IMPLICIT OCTET STRING */

AsnLen BEncPrintableString PROTO ((GenBuf *b, PrintableString *v));
AsnLen BEncPrintableStringContent PROTO ((GenBuf *b, PrintableString *octs));

void BDecPrintableString PROTO ((GenBuf *b, PrintableString *result, AsnLen *bytesDecoded, ENV_TYPE env));
void BDecPrintableStringContent PROTO ((GenBuf *b, AsnTag tagId, AsnLen len, PrintableString *result, AsnLen *bytesDecoded, ENV_TYPE env));

#define PrintPrintableString PrintAsnOcts

#define FreePrintableString FreeAsnOcts 

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif