Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3sasl/sasl_decode64.3sasl
Real path: /usr/share/man/man3sasl/sasl_decode64.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_decode64 3sasl "16 Sep 2003" SASL "SASL man pages" .SH NAME sasl_decode64 \- decode base64 string .SH SYNOPSIS .nf cc [ flag ... ] file ... -lsasl2 [ library ... ] .B #include <sasl/saslutil.h> .BI "int sasl_decode64(const char *" in ", " .BI " unsigned " inlen ", " .BI " char *" out ", " .BI " unsigned " outmax ", " .BI " unsigned *" outlen "); " .fi .SH DESCRIPTION Use the .B sasl_decode64() interface to decode a base64 encoded buffer. .SH PARAMETERS .I in Input data. .I inlen The length of the input data. .I out The output data. The value of out can be the same as in. However, there must be enough space. .I outlen The length of the actual output. .I outmax The maximum size of the output buffer. .SH "RETURN VALUES" sasl_decode64() returns an integer that corresponds to a SASL error code. .SH ERRORS .TP 0.8i .B SASL_OK The call to sasl_decode64() was successful. .TP 0.8i See sasl_errors(3SASL) for information on SASL error codes. .\" 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 "SEE ALSO" sasl_errors(3SASL) .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/.