Home | History | Annotate | Download | only in bldcsndfa

Lines Matching refs:ccsid

133 iconv_t         job2utf8;               /* Job CCSID to UTF-8 conversion. */
134 iconv_t utf82job; /* UTF-8 to job CCSID conversion. */
161 static const utf8char utf8_ccsid[] = "ccsid";
164 static const utf8char utf8_assocnodes[] = "/ccsid_mibenum/assoc[@ccsid]";
166 "/ccsid_mibenum/assoc[@ccsid=$C]/alias/text()";
246 makecode(char * buf, unsigned int ccsid)
249 ccsid &= 0xFFFF;
251 sprintf(buf, "IBMCCSID%05u0000000", ccsid);
878 unsigned int ccsid;
900 ccsid = getNumAttr(node, utf8_ccsid);
908 if (ccsid && ccsid == sp->c_ccsid ||
911 fprintf(stderr, "CCSID = %u/%u, ",
912 ccsid, sp->c_ccsid);
929 if (!ccsid) /* Do not attempt with current job CCSID. */
933 iconv_open_ccsid(ccsid, C_UTF8_CCSID, 0);
937 "Cannot convert into CCSID %u: ignored\n",
938 ccsid);
941 sp->c_ccsid = ccsid;
1106 *** Search the associations for a corresponding CCSID.
1114 continue; /* No CCSID for this MIBenum. */
1697 fprintf(fp, "/**\n*** CCSID For arg Recognized name.\n");
1886 fprintf(stderr, "Usage: %s <ccsid-mibenum file> ", *argv);
1892 *** Read CCSID/MIBenum associations. Define special names.
1937 fprintf(fp, "*** and CCSID/MIBenum equivalence file.\n");