*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ERR_asprintf_error_data | Section: 3 | Source: OpenBSD | File: ERR_asprintf_error_data.3
ERR_ASPRINTF_ERROR_DATA(3) FreeBSD Library Functions Manual NAME ERR_asprintf_error_data - record a LibreSSL error using a formatted string SYNOPSIS #include <openssl/err.h> void ERR_asprintf_error_data(char * format, ...); DESCRIPTION ERR_asprintf_error_data builds a string using asprintf(3) called with the provided format and arguments. The resulting string is then associated with the error code that was most recently added. If asprintf(3) fails, the string "malloc failed" is associated instead. ERR_asprintf_error_data is intended to be used instead of the OpenSSL functions ERR_add_error_data() and ERR_add_error_vdata(). SEE ALSO ERR(3), ERR_put_error(3), printf(3) HISTORY ERR_asprintf_error_data appeared in OpenBSD 5.6 and is available in all versions of LibreSSL. FreeBSD 14.1-RELEASE-p8 August 29, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options