Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3sasl/sasl_set_mutex.3sasl
Real path: /usr/share/man/man3sasl/sasl_set_mutex.3sasl
Zurück
'\" te '\" te .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved. .\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved .TH sasl_set_mutex 3sasl "22 Oct 2003" SASL "SASL man pages" .SH NAME sasl_set_mutex \- set the mutex lock functions used by the SASL library .SH SYNOPSIS .nf cc [ flag ... ] file ... -lsasl2 [ library ... ] .B #include <sasl/sasl.h> .BI "void sasl_set_mutex(sasl_mutex_alloc_t *" a ", " .BI " sasl_mutex_lock_t *" l ", " .BI " sasl_mutex_unlock_t *" u ", " .BI " sasl_mutex_free_t *" f "); " .fi .SH DESCRIPTION Use the .B sasl_set_mutex() interface to set the mutex lock routines that the SASL library and plug-ins will use. .SH PARAMETERS .I a A pointer to the mutex lock allocation function .I l A pointer to the mutex lock function .I u A pointer to the mutex unlock function .I f A pointer to the mutex free or destroy function .SH "RETURN VALUES" sasl_set_mutex() has no return values. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability system/library/security/libsasl2 = Stability Pass-through volatile .TE .PP .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.28/cyrus-sasl-2.1.28.tar.gz. Further information about this software can be found on the open source community website at https://www.cyrusimap.org/sasl/.