Searched refs:to_buf (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diofwide.c452 wchar_t to_buf[max]; local
457 codecvt->__cd_in.__cd.__data[0].__outbuf = (char *) to_buf;
458 codecvt->__cd_in.__cd.__data[0].__outbufend = (char *) &to_buf[max];
470 wchar_t to_buf[max]; local
472 char *to_start = (char *) to_buf;
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dulhinshi.c42 static void WSprintf(WCHAR_T *to_buf, WCHAR_T *x1, WCHAR_T *x2, WCHAR_T *from_buf);
205 /* WSprintf(to_buf, x1, x2, from_buf)
206 :WSprintf(to_buf,"x1%sx2",from_buf);
209 WSprintf(WCHAR_T *to_buf, WCHAR_T *x1, WCHAR_T *x2, WCHAR_T *from_buf) argument
211 WStrcpy(to_buf, x1);
212 WStrcat(to_buf, from_buf);
213 WStrcat(to_buf, x2);

Completed in 44 milliseconds