Lines Matching refs:outbuf
249 char *outbuf; in ctl_uc_hook() local
255 outbuf = malloc(40); in ctl_uc_hook()
256 outptr = &outbuf; in ctl_uc_hook()
279 char *outbuf; in ctl_wc_hook() local
285 outbuf = malloc(40); in ctl_wc_hook()
286 outptr = &outbuf; in ctl_wc_hook()
352 uint8_t outbuf[4] = { 0x00, 0x00, 0x00, 0x00 }; in ctl_mb_to_uc_fb() local
370 outptr = (char *)outbuf; in ctl_mb_to_uc_fb()
378 printf("mb_uc fallback: %c\n", outbuf[0]); in ctl_mb_to_uc_fb()
381 if (mb_uc_fb && (outbuf[0] == 0x3F)) in ctl_mb_to_uc_fb()
394 char outbuf[6]; in gnu_openinto() local
402 outptr = (char *)outbuf; in gnu_openinto()
408 return ((memcmp(inbuf, outbuf, 6) == 0) ? 0 : 1); in gnu_openinto()