Lines Matching refs:outbuf
247 char *outbuf; in ctl_uc_hook() local
253 outbuf = malloc(40); in ctl_uc_hook()
254 outptr = &outbuf; in ctl_uc_hook()
277 char *outbuf; in ctl_wc_hook() local
283 outbuf = malloc(40); in ctl_wc_hook()
284 outptr = &outbuf; in ctl_wc_hook()
350 uint8_t outbuf[4] = { 0x00, 0x00, 0x00, 0x00 }; in ctl_mb_to_uc_fb() local
368 outptr = (char *)outbuf; in ctl_mb_to_uc_fb()
376 printf("mb_uc fallback: %c\n", outbuf[0]); in ctl_mb_to_uc_fb()
379 if (mb_uc_fb && (outbuf[0] == 0x3F)) in ctl_mb_to_uc_fb()
392 char outbuf[6]; in gnu_openinto() local
400 outptr = (char *)outbuf; in gnu_openinto()
406 return ((memcmp(inbuf, outbuf, 6) == 0) ? 0 : 1); in gnu_openinto()