Searched refs:savbuf (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | queryst.c | 79 char *buf, *savbuf; local in function:ProcXQueryDeviceState 125 savbuf = buf; 172 WriteToClient(client, total_length, savbuf); 173 free(savbuf);
|
| H A D | getdctl.c | 239 char *buf, *savbuf; local in function:ProcXGetDeviceControl 287 savbuf = buf; 311 WriteToClient(client, total_length, savbuf); 312 free(savbuf);
|
| H A D | getfctl.c | 291 char *buf, *savbuf; local in function:ProcXGetFeedbackControl 346 savbuf = buf; 363 WriteToClient(client, total_length, savbuf); 364 free(savbuf);
|
| H A D | listdev.c | 347 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 D | getdctl.c | 174 char *buf, *savbuf; local in function:ProcXGetDeviceControl 215 savbuf = buf; 233 WriteToClient(client, total_length, savbuf); 234 free(savbuf);
|
| H A D | queryst.c | 76 char *buf, *savbuf; local in function:ProcXQueryDeviceState 117 savbuf = buf; 170 WriteToClient(client, total_length, savbuf); 171 free(savbuf);
|
| H A D | getfctl.c | 281 char *buf, *savbuf; local in function:ProcXGetFeedbackControl 338 savbuf = buf; 355 WriteToClient(client, total_length, savbuf); 356 free(savbuf);
|
| H A D | listdev.c | 338 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