svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
cconv_close(3c)
Standard C Library Functions cconv_close(3C)
NAME
cconv_close - character sequence based code conversion deallocation
function
SYNOPSIS
#include <iconv.h>
int cconv_close(cconv_t cd);
DESCRIPTION
The cconv_close() function deallocates the conversion descriptor (cd)
and all other associated resources allocated by the cconv_open(3C)
function.
See EXAMPLES section of cconv(3C) for examples on how to use the func‐
tion.
RETURN VALUES
Upon successful completion, 0 is returned. Otherwise, -1 is returned
and errno is set to indicate the error.
ERRORS
The cconv_close() function may fail if:
EBADF The conversion descriptor is invalid.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe
SEE ALSO
cconv(3C), cconv_open(3C), cconvctl(3C), attributes(7)
Oracle Solaris 11.4 3 Nov 2014 cconv_close(3C)