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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dmaprules.c266 _Xstrtokparams strtok_buf; local in function:SetUpRemap
275 while ((tok=_XStrtok(str," ",strtok_buf))!=NULL) {
377 _Xstrtokparams strtok_buf; local in function:CheckLine
417 for (nread= 0;(tok=_XStrtok(str," ",strtok_buf))!=NULL;nread++) {
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dmaprules.c263 _Xstrtokparams strtok_buf; local in function:SetUpRemap
271 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) {
377 _Xstrtokparams strtok_buf; local in function:CheckLine
419 for (nread = 0; (tok = _XStrtok(str, " ", strtok_buf)) != NULL; nread++) {
/xsrc/external/mit/libxkbfile/dist/src/
H A Dmaprules.c289 _Xstrtokparams strtok_buf; local in function:SetUpRemap
300 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) {
423 _Xstrtokparams strtok_buf; local in function:CheckLine
465 for (nread = 0; (tok = _XStrtok(str, " ", strtok_buf)) != NULL; nread++) {

Completed in 6 milliseconds