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

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dqueryst.c79 char *buf, *savbuf; local in function:ProcXQueryDeviceState
125 savbuf = buf;
172 WriteToClient(client, total_length, savbuf);
173 free(savbuf);
H A Dgetdctl.c239 char *buf, *savbuf; local in function:ProcXGetDeviceControl
287 savbuf = buf;
311 WriteToClient(client, total_length, savbuf);
312 free(savbuf);
H A Dgetfctl.c291 char *buf, *savbuf; local in function:ProcXGetFeedbackControl
346 savbuf = buf;
363 WriteToClient(client, total_length, savbuf);
364 free(savbuf);
H A Dlistdev.c347 char *devbuf, *classbuf, *namebuf, *savbuf; local in function:ProcXListInputDevices
390 savbuf = devbuf;
411 WriteToClient(client, total_length, savbuf);
412 free(savbuf);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dgetdctl.c174 char *buf, *savbuf; local in function:ProcXGetDeviceControl
215 savbuf = buf;
233 WriteToClient(client, total_length, savbuf);
234 free(savbuf);
H A Dqueryst.c76 char *buf, *savbuf; local in function:ProcXQueryDeviceState
117 savbuf = buf;
170 WriteToClient(client, total_length, savbuf);
171 free(savbuf);
H A Dgetfctl.c281 char *buf, *savbuf; local in function:ProcXGetFeedbackControl
338 savbuf = buf;
355 WriteToClient(client, total_length, savbuf);
356 free(savbuf);
H A Dlistdev.c338 char *devbuf, *classbuf, *namebuf, *savbuf; local in function:ProcXListInputDevices
382 savbuf = devbuf;
403 WriteToClient(client, total_length, savbuf);
404 free(savbuf);

Completed in 5 milliseconds