Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A Dmaprules.c263 _Xstrtokparams strtok_buf; in SetUpRemap() local
271 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) { in SetUpRemap()
377 _Xstrtokparams strtok_buf; in CheckLine() local
419 for (nread = 0; (tok = _XStrtok(str, " ", strtok_buf)) != NULL; nread++) { in CheckLine()