dpm_seterrbuf(3) debian man page | unix.com

Man Page: dpm_seterrbuf

Operating Environment: debian

Section: 3

DPM_SETERRBUF(3)					       DPM Library Functions						  DPM_SETERRBUF(3)

NAME
dpm_seterrbuf - set receiving buffer for error messages
SYNOPSIS
int dpm_seterrbuf (char *buffer, int buflen)
DESCRIPTION
dpm_seterrbuf tells the Disk Pool Manager client API the address and the size of the buffer to be used for error messages. If this routine is not called or if buffer is NULL, the messages are printed on stderr.
RETURN VALUE
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
ERRORS
ENOMEM memory could not be allocated for the thread specific information.
LCG
$Date: 2007/05/14 05:53:52 $ DPM_SETERRBUF(3)
Related Man Pages
dpm-listspaces(1) - debian
dpm_getreqid(3) - debian
dpm_getreqsummary(3) - debian
dpns_getgrpbygids(3) - debian
lfc_getgrpbygids(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com