Lines Matching defs:convert
35 convert(Archive_t* ap, int section, int from, int to)
37 if (ap->convert[section].on = (ap->convert[section].f2t = ccmap(from, to)) != 0)
39 ap->convert[section].t2f = ccmap(to, from);
40 ap->convert[section].f2a = ccmap(from, CC_ASCII);
41 ap->convert[section].t2a = ccmap(to, CC_ASCII);
46 * convert string to lower case in place
62 * convert string to upper case in place
88 if (!ap->convert[SECTION_CONTROL].on)
96 m = ap->convert[SECTION_CONTROL].f2t;