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

/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
212 WStrcat(to_buf, from_buf);

Completed in 34 milliseconds