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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinconfig.c297 char *regpath; local in function:winConfigKeyboard
300 regpath = malloc(sizeof(regtempl) + KL_NAMELENGTH + 1);
301 strcpy(regpath, regtempl);
302 strcat(regpath, layoutName);
304 if (!RegOpenKey(HKEY_LOCAL_MACHINE, regpath, &regkey))
311 free(regpath);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinconfig.c311 char *regpath; local in function:winConfigKeyboard
314 regpath = malloc(sizeof(regtempl) + KL_NAMELENGTH + 1);
315 strcpy(regpath, regtempl);
316 strcat(regpath, layoutName);
318 if (!RegOpenKey(HKEY_LOCAL_MACHINE, regpath, &regkey))
324 free(regpath);

Completed in 4 milliseconds