*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: iconv_close | Section: 3 | Source: Digital UNIX | File: iconv_close.3.gz
iconv_close(3) Library Functions Manual iconv_close(3) NAME iconv_close - Closes a specified codeset converter LIBRARY The iconv Library (libiconv.so, libiconv.a) SYNOPSIS #include <iconv.h> int iconv_close( iconv_t cd); STANDARDS Interfaces documented on this reference page conform to industry stan- dards as follows: iconv_close(): XPG4 Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. PARAMETERS Specifies the descriptor of the converter to be closed DESCRIPTION The iconv_close() function closes a converter previously opened with iconv_open() and deallocates any resources used by the specified con- verter. RETURN VALUES On successful completion, the iconv_close() function returns a value of zero. Otherwise, the function returns a value of -1 and sets errno to indicate the error. ERRORS If the following condition occurs, the iconv_close() function sets er- rno to the corresponding value: The converter's file descriptor is in- valid. RELATED INFORMATION Functions: iconv(3), iconv_open(3) Commands: genxlt(1), iconv(1) Others: iconv_intro(5), standards(5) delim off iconv_close(3)

Navigation Options