asn1_strerror
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
COPYRIGHT
SEE ALSO
NAME
asn1_strerror − API function
SYNOPSIS
#include <libtasn1.h>
const char * asn1_strerror(int error);
ARGUMENTS
int error |
is an error returned by a libtasn1 function. |
DESCRIPTION
Returns a string with a description of an error. This function is similar to strerror. The only difference is that it accepts an error (number) returned by a libtasn1 function.
RETURNS
Pointer to static zero−terminated string describing error code.
SINCE
1.6
COPYRIGHT
Copyright
© 2006-2013 Free Software Foundation, Inc..
Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are
preserved.
SEE ALSO
The full documentation for libtasn1 is maintained as a Texinfo manual. If the info and libtasn1 programs are properly installed at your site, the command
info libtasn1
should give you access to the complete manual. As an alternative you may obtain the manual from:
http://www.gnu.org/software/libtasn1/manual/
More Linux Commands
manpages/kbruch.1.html
kbruch(1) Learn calculating with fractions - Linux man page
KBruch is a small program to practice calculating with fractions. Different exercises are provided for this purpose. The program checks users input and gives fe
manpages/Term::Complete.3pm.html
Term::Complete(3pm) - Perl word completion module (ManPage)
This routine provides word completion on the list of words in the array (or array ref). The tty driver is put into raw mode and restored using an operating syst
manpages/thin_rmap.8.html
thin_rmap(8) output reverse map of a thin provisioned region
thin_rmap outputs the reverse mapping stored in the metadata on a device or file between a region of thin provisioned pool blocks and the associated thin provis
manpages/curl_easy_setopt.3.html
curl_easy_setopt(3) - set options for a curl easy handle....
curl_easy_setopt() is used to tell libcurl how to behave. By using the appropriate options to curl_easy_setopt, you can change libcurls behavior. All options ar
manpages/fgetc.3.html
fgetc(3) - input of characters and strings - Linux man page
fgetc() reads the next character from stream and returns it as an unsigned char cast to an int, or EOF on end of file or error. getc() is equivalent to fgetc()
manpages/panel_above.3curses.html
panel_above(3curses) - panel stack extension for curses.....
Panels are ncurses(3NCURSES) windows with the added feature of depth. Panel functions allow the use of stacked windows and ensure the proper portions of each wi
manpages/pcre32_copy_named_substring.3.html
pcre32_copy_named_substring(3) Perl-compatible regular expre
This is a convenience function for extracting a captured substring, identified by name, into a given buffer. The arguments are: code Pattern that was successful
manpages/IO::Stringy.3pm.html
IO::Stringy(3pm) - I/O on in-core objects like strings and a
This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things other than normal filehandles; in particular, IO::Sca
manpages/malloc_get_state.3.html
malloc_get_state(3) record and restore state of malloc imple
The malloc_get_state() function records the current state of all malloc(3) internal bookkeeping variables (but not the actual contents of the heap or the state
manpages/verr.3.html
verr(3) - formatted error messages - Linux manual page......
The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, a
manpages/send.2.html
send(2) - send a message on a socket - Linux manual page....
The system calls send(), sendto(), and sendmsg() are used to transmit a message to another socket. The send() call may be used only when the socket is in a conn
manpages/gnutls_hash_init.3.html
gnutls_hash_init(3) - API function - Linux manual page......
This function will initialize an context that can be used to produce a Message Digest of data. This will effectively use the current crypto backend in use by gn
