Searched refs:kiconv (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkiconv.c21 #include <sys/kiconv.h>
43 kiconv( function
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dkiconv.h40 * kiconv functions and their macros (from sunddi.h)
49 extern size_t kiconv(kiconv_t, char **, size_t *, char **, size_t *, int *);
/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. */
H A Dkiconv_emea2.h77 #include <sys/kiconv.h>
H A Dsunddi.h63 #include <sys/kiconv.h>
499 * kiconv functions and their macros.
505 extern size_t kiconv(kiconv_t, char **, size_t *, char **, size_t *, int *);
H A Dkiconv_ja.h36 #include <sys/kiconv.h>
H A Dkiconv_latin1.h77 #include <sys/kiconv.h>
H A DMakefile304 kiconv.h \
H A Dkiconv_emea1.h77 #include <sys/kiconv.h>
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsunddi.h34 * with just the str*, mem*, and kiconv* functions.
49 #include <sys/kiconv.h>
105 * kiconv functions and their macros.
111 extern size_t kiconv(kiconv_t, char **, size_t *, char **, size_t *, int *);
/illumos-gate/usr/src/lib/libfakekernel/
H A DMakefile.com24 kiconv.o \
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_cmd.h38 #include <sys/kiconv.h>
40 #define KICONV_MAX_CODENAME_LEN 63 /* copied from sys/kiconv.h */
H A Dexport.h37 #include <sys/kiconv.h>
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c347 ret = kiconv(charset->inbound, &name, &nsize,
350 ret = kiconv(charset->outbound, &name, &nsize,
392 ret = kiconv(charset->outbound, &iname, &nsize, &oname, &count, &err);
459 ret = kiconv(charset->outbound, &iname, &ilen, &oname,
/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...]
H A Dmodconf.c60 #include <sys/kiconv.h>
251 * kiconv modules.
1461 * Manage kiconv modules.
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_cck_common.c38 #include <sys/kiconv.h>
90 /* Check on the kiconv code conversion descriptor. */
H A Dkiconv_sc.c38 #include <sys/kiconv.h>
129 /* Check on the kiconv code conversion descriptor. */
358 /* Check on the kiconv code conversion descriptor. */
545 /* Check on the kiconv code conversion descriptor. */
962 "kiconv Simplified Chinese module 1.0",
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c40 #include <sys/kiconv.h>
96 /* Check on the kiconv code conversion descriptor. */
264 /* Check on the kiconv code conversion descriptor. */
608 "kiconv korean module 1.0",
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c39 #include <sys/kiconv.h>
146 /* Check on the kiconv code conversion descriptor. */
381 /* Check on the kiconv code conversion descriptor. */
1084 "kiconv Traditional Chinese module 1.0",
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1596 rc = kiconv(t2u, &inbuf, &inlen, &outbuf, &outlen, &err);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c76 #include <sys/kiconv.h>
/illumos-gate/usr/src/uts/common/kiconv/kiconv_emea/
H A Dkiconv_emea.c46 #include <sys/kiconv.h>
591 * The following is the common kiconv function for the conversions from
619 /* Check on the kiconv code conversion descriptor. */
789 * The following is the common kiconv function for the conversions from
806 /* Validate the kiconv code conversion descriptor. */
1048 * given to the kiconv framework at the genunix.
1342 * given to kiconv framework at the genunix.
1756 "kiconv_emea", /* Must be the same as in kiconv framework. */
1767 "kiconv module for EMEA",
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c40 #include <sys/kiconv.h>
1593 "kiconv module for Japanese",
/illumos-gate/usr/src/man/man9f/
H A DMakefile289 kiconv.9f \

Completed in 154 milliseconds

12