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

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxtest.c614 char *xtestname; local in function:AllocXTestDevice
617 if (asprintf(&xtestname, "%s XTEST", name) == -1)
620 retval = AllocDevicePair( client, xtestname, ptr, keybd, CorePointerProc, CoreKeyboardProc, FALSE);
637 free( xtestname );
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxtest.c610 char *xtestname; local in function:AllocXTestDevice
613 if (asprintf(&xtestname, "%s XTEST", name) == -1)
617 AllocDevicePair(client, xtestname, ptr, keybd, CorePointerProc,
639 free(xtestname);

Completed in 3 milliseconds