~ubuntu-branches/ubuntu/precise/libtasn1-3/precise-updates

« back to all changes in this revision

Viewing changes to doc/man/asn1_parser2array.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-03-15 19:16:34 UTC
  • mfrom: (1.2.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315191634-015aowhjrrvlwjnm
* New upstream version.
* Do not run test-suite when cross compiling. Closes: #554343

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "asn1_parser2array" 3 "2.4" "libtasn1" "libtasn1"
 
2
.TH "asn1_parser2array" 3 "2.5" "libtasn1" "libtasn1"
3
3
.SH NAME
4
 
asn1_parser2array \- function that generates a C structure from an ASN1 file
 
4
asn1_parser2array \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <libtasn1.h>
7
7
.sp
19
19
return the error description or an empty
20
20
string if success.
21
21
.SH "DESCRIPTION"
22
 
Creates a file containing a C vector to use to manage the
23
 
definitions included in *INPUTFILENAME file. If *INPUTFILENAME is
24
 
"/aa/bb/xx.yy" and OUTPUTFILENAME is NULL, the file created is
25
 
"/aa/bb/xx_asn1_tab.c".  If VECTORNAME is NULL the vector name
 
22
Function that generates a C structure from an ASN1 file.  Creates a
 
23
file containing a C vector to use to manage the definitions
 
24
included in \fIinputFileName\fP file. If \fIinputFileName\fP is
 
25
"/aa/bb/xx.yy" and \fIoutputFileName\fP is \fBNULL\fP, the file created is
 
26
"/aa/bb/xx_asn1_tab.c".  If \fIvectorName\fP is \fBNULL\fP the vector name
26
27
will be "xx_asn1_tab".
27
28
.SH "RETURNS"
28
 
.SH "ASN1_SUCCESS"
29
 
The file has a correct syntax and every identifier
30
 
is known.
31
 
.SH "ASN1_FILE_NOT_FOUND"
32
 
An error occured while opening FILE_NAME.
33
 
.SH "ASN1_SYNTAX_ERROR"
34
 
The syntax is not correct.
35
 
.SH "ASN1_IDENTIFIER_NOT_FOUND"
36
 
In the file there is an identifier that
37
 
is not defined.
38
 
.SH "ASN1_NAME_TOO_LONG"
39
 
In the file there is an identifier whith more
40
 
than ASN1_MAX_NAME_SIZE characters.
41
29
.SH COPYRIGHT
42
30
Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
43
31
.br