Simple Authentication Security Layer Library Functions
saslutf8verify(3SASL)
NAME
saslutf8verify - encode base64 string
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslutf8verify(const char *str, unsigned len);
DESCRIPTION
Use the saslutf8verify() interface to verify that a string
is valid UTF-8 and does not contain NUL, a carriage return,
or a linefeed. If len ==0, strlen(str) will be used.
PARAMETERS
str A string
len The length of the string
RETURN VALUES
saslutf8verify() returns an integer that corresponds to a
SASL error code.
ERORS
SASLOK The call to saslutf8verify() was success-
ful.
SASLBADPROT There was invalid UTF-8, or an error was
found.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 1 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslutf8verify(3SASL)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 1 Oct 2003 2
Simple Authentication Security Layer Library Functions
saslutf8verify(3SASL)
SunOS 5.11 Last change: 1 Oct 2003 3
|