Searched defs:kiconv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkiconv.c21 #include <sys/kiconv.h>
43 kiconv( function
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv.h50 * Each unique kiconv code conversion identified by tocode and fromcode ids
52 * kiconv(), close(), and kiconvstr().
59 size_t (*kiconv)(void *, char **, size_t *, char **, size_t *, member in struct:__anon8027
77 * on the supported kiconv code conversions from a module to the framework.
86 size_t (*kiconv)(void *, char **, size_t *, char **, size_t *, member in struct:__anon8029
103 /* The kiconv code conversion descriptor data structure. */
145 /* Numeric ids for kiconv modules. */
155 /* Functions used in kiconv conversion and module management. */
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c31 * Man pages: kiconv_open(9F), kiconv(9F), kiconv_close(9F), and kiconvstr(9F).
46 #include <sys/kiconv.h>
179 * The following is the common kiconv function for conversions from UTF-8
201 /* Check on the kiconv code conversion descriptor. */
356 * The following is the common kiconv function from single byte codesets to
372 /* Check on the kiconv code conversion descriptor validity. */
986 * The following is used to check on whether a kiconv module is being
1053 * use nowait data field from the kiconv module info data structure.
1065 /* Validate the given kiconv module info. */
1072 * we do not allow user-defined kiconv module
1302 kiconv(kiconv_t kcd, char **inbuf, size_t *inbytesleft, function
[all...]

Completed in 68 milliseconds