Searched refs:tmpTOC (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkmread.c | 1141 xkmSectionInfo tmpTOC; local in function:XkmReadFileSection 1149 fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file); 1151 if ((tmpTOC.type != toc->type) || (tmpTOC.format != toc->format) || 1152 (tmpTOC.size != toc->size) || (tmpTOC.offset != toc->offset)) { 1156 switch (tmpTOC.type) { 1194 XkbConfigText(tmpTOC.type, XkbMessage), 0); 1198 if (nRead != tmpTOC.size) { 1199 _XkbLibError(_XkbErrBadLength, XkbConfigText(tmpTOC 1209 xkmSectionInfo tmpTOC; local in function:XkmReadFileSectionName 1248 xkmSectionInfo toc[MAX_TOC], tmpTOC; local in function:XkmReadFile [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkmread.c | 1177 xkmSectionInfo toc[MAX_TOC],tmpTOC; local in function:XkmReadFile 1193 tmp= fread(&tmpTOC,SIZEOF(xkmSectionInfo),1,file); 1195 if ((tmpTOC.type!=toc[i].type)||(tmpTOC.format!=toc[i].format)|| 1196 (tmpTOC.size!=toc[i].size)||(tmpTOC.offset!=toc[i].offset)) { 1199 if ((which&(1<<tmpTOC.type))==0) { 1202 switch (tmpTOC.type) { 1226 XkbConfigText(tmpTOC.type,XkbMessage),0); 1235 if (nRead!=tmpTOC [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkmread.c | 1229 xkmSectionInfo toc[MAX_TOC], tmpTOC; local in function:XkmReadFile 1245 tmp = fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file); 1247 if ((tmpTOC.type != toc[i].type) || (tmpTOC.format != toc[i].format) || 1248 (tmpTOC.size != toc[i].size) || (tmpTOC.offset != toc[i].offset)) { 1251 if ((which & (1 << tmpTOC.type)) == 0) { 1254 switch (tmpTOC.type) { 1278 XkbConfigText(tmpTOC.type, XkbMessage), 0); 1287 if (nRead != tmpTOC [all...] |
Completed in 7 milliseconds