Searched refs:ibm_str (Results 1 – 2 of 2) sorted by relevance
264 char c1, c2, ibm_str[3]; local275 *buf = ibm_str[0] = c1;276 *(buf+1) = ibm_str[1] = c2;277 ibm_str[2] = NULL;
268 char c1, c2, ibm_str[3]; in utf8_to_ibm() local312 *buf = ibm_str[0] = c1; in utf8_to_ibm()313 *(buf+1) = ibm_str[1] = c2; in utf8_to_ibm()314 ibm_str[2] = '\0'; in utf8_to_ibm()