*** 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: BN_set_negative | Section: 3 | Source: OpenBSD | File: BN_set_negative.3
BN_SET_NEGATIVE(3) FreeBSD Library Functions Manual BN_SET_NEGATIVE(3) NAME BN_set_negative, BN_is_negative - change and inspect the sign of a BIGNUM SYNOPSIS #include <openssl/bn.h> void BN_set_negative(BIGNUM *b, int n); int BN_is_negative(const BIGNUM *b); DESCRIPTION BN_set_negative() sets b to negative if both b and n are non-zero, otherwise it sets it to positive. BN_is_negative() tests the sign of b. RETURN VALUES BN_is_negative() returns 1 if b is negative or 0 otherwise. SEE ALSO BN_add(3), BN_new(3), BN_set_bit(3), BN_zero(3) HISTORY BN_set_negative() and BN_is_negative() first appeared in OpenSSL 0.9.8 and have been available since OpenBSD 4.5. FreeBSD 14.1-RELEASE-p8 December 6, 2021 FreeBSD 14.1-RELEASE-p8

Navigation Options