*** 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: iconvlist | Section: 3 | Source: FreeBSD | File: iconvlist.3.gz
ICONVLIST(3) FreeBSD Library Functions Manual ICONVLIST(3) NAME iconvlist - retrieving a list of character encodings supported by iconv(3) LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <iconv.h> void iconvlist(int (*do_one)(unsigned int count, const char * const *names, void *arg), void *arg); DESCRIPTION The iconvlist() function obtains a list of character encodings that are supported by the iconv(3) call. The do_one() callback function will be called, where the count argument will be set to the number of the encoding names found, the names argument will be the list of the supported encoding names and the arg argument will be the arg argument of the iconvlist() function. This argument can be used to interchange custom data between the caller of iconvlist() and the callback function. If an error occurs, names will be NULL when calling do_one(). SEE ALSO __iconv_free_list(3), __iconv_get_list(3), iconv(3) STANDARDS The iconvlist function is a non-standard extension, which appeared in the GNU implementation and was adopted in FreeBSD 9.0 for compatibility's sake. AUTHORS This manual page was written by Gabor Kovesdan <[email protected]>. FreeBSD 14.1-RELEASE-p8 February 23, 2023 FreeBSD 14.1-RELEASE-p8

Navigation Options