Home
last modified time | relevance | path

Searched refs:usermodmap (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzKeyboard.c401 char usermodmap[PATH_MAX], cmd[PATH_MAX]; in DarwinKeyboardReloadHandler() local
469 (snprintf(usermodmap, sizeof(usermodmap), "%s/.Xmodmap", in DarwinKeyboardReloadHandler()
470 homedir) < sizeof(usermodmap))) { in DarwinKeyboardReloadHandler()
471 if (access(usermodmap, F_OK) == 0) { in DarwinKeyboardReloadHandler()
473 usermodmap) < sizeof(cmd)) { in DarwinKeyboardReloadHandler()