Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/man/man3dax/dax_or.3dax
Real path: /usr/share/man/man3dax/dax_or.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_or 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_or \- compute logical OR of two vectors .SH SYNOPSIS .LP .nf cc [ flag... ] file... -ldax [ library...] #include <dax.h> dax_result_t dax_or(dax_context_t *\fIctx\fR, uint64_t \fIflags\fR, dax_vec_t *\fIsrc1\fR, dax_vec_t *\fIsrc2\fR, dax_vec_t *\fIdst\fR); .fi .SH DESCRIPTION .sp .LP This function is similar to the \fBdax_and()\fR function, but performs logical \fBOR\fR. .SS "Supported Flags" .sp .LP All \fBdax_and()\fR flags. .SH RETURN VALUES .sp .LP Same as \fBdax_and()\fR. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBdax_and\fR(3DAX)