libtasn1_strerror
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
DEPRECATED
COPYRIGHT
SEE ALSO
NAME
libtasn1_strerror − Returns a string with a description of an error
SYNOPSIS
#include <libtasn1.h>
const char * libtasn1_strerror(asn1_retCode error);
ARGUMENTS
asn1_retCode error
is an error returned by a libtasn1 function.
DESCRIPTION
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.
DEPRECATED
Use asn1_strerror() instead.
COPYRIGHT
Copyright
© 2006, 2007, 2008, 2009 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.
More Linux Commands
manpages/ensemble.n.html
ensemble(n) - create or modify a composite command (ManPage)
The ensemble command is used to create or modify a composite command. See the section WHAT IS AN ENSEMBLE? below for a brief overview of ensembles. If the ensem
manpages/tk_chooseColor.n.html
tk_chooseColor(n) - pops up a dialog box for the user to sel
The procedure tk_chooseColor pops up a dialog box for the user to select a color. The following option-value pairs are possible as command line arguments: -init
manpages/gnutls_x509_crl_get_extension_data.3.html
gnutls_x509_crl_get_extension_data(3) - API function........
This function will return the requested extension data in the CRL. The extension data will be stored as a string in the provided buffer. Use gnutls_x509_crl_get
manpages/gnutls_certificate_server_set_request.3.html
gnutls_certificate_server_set_request(3) - API function.....
This function specifies if we (in case of a server) are going to send a certificate request message to the client. If req is GNUTLS_CERT_REQUIRE then the server
manpages/git-imap-send.1.html
git-imap-send(1) - Send a collection of patches from stdin t
This command uploads a mailbox generated with git format-patch into an IMAP drafts folder. This allows patches to be sent as other email is when using mail clie
manpages/getwc.3.html
getwc(3) - read a wide character from a FILE stream.........
The fgetwc() function is the wide-character equivalent of the fgetc(3) function. It reads a wide character from stream and returns it. If the end of stream is r
manpages/execl.3.html
execl(3) - execute a file (Library - Linux man page)........
The exec() family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for execv
manpages/XVisualInfo.3.html
XVisualInfo(3) - obtain visual information and visual struct
The XGetVisualInfo function returns a list of visual structures that have attributes equal to the attributes specified by vinfo_template. If no visual structure
manpages/clock_getres.2.html
clock_getres(2) - clock and time functions - Linux man page
The function clock_getres() finds the resolution (precision) of the specified clock clk_id, and, if res is non-NULL, stores it in the struct timespec pointed to
manpages/mvwgetnstr.3ncurses.html
mvwgetnstr(3ncurses) - accept character strings from curses
The function getstr is equivalent to a series of calls to getch, until a newline or carriage return is received (the terminating character is not included in th
manpages/getspnam.3.html
getspnam(3) - get shadow password file entry (Man Page).....
Long ago it was considered safe to have encrypted passwords openly visible in the password file. When computers got faster and people got more security-consciou
manpages/gnutls_transport_set_pull_timeout_function.3.html
gnutls_transport_set_pull_timeout_function.3................
This is the function where you set a function for gnutls to know whether data are ready to be received. It should wait for data a given time frame in millisecon
