Lines Matching refs:tmpTOC
1141 xkmSectionInfo tmpTOC;
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.type, XkbMessage),
1200 nRead - tmpTOC.size);
1209 xkmSectionInfo tmpTOC;
1224 fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file);
1225 if ((tmpTOC.type != toc->type) || (tmpTOC.format != toc->format) ||
1226 (tmpTOC.size != toc->size) || (tmpTOC.offset != toc->offset)) {
1235 XkbConfigText(tmpTOC.type, XkbMessage), 0);
1248 xkmSectionInfo toc[MAX_TOC], tmpTOC;
1265 tmp = fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file);
1267 if ((tmpTOC.type != toc[i].type) || (tmpTOC.format != toc[i].format) ||
1268 (tmpTOC.size != toc[i].size) || (tmpTOC.offset != toc[i].offset)) {
1271 if ((which & (1 << tmpTOC.type)) == 0) {
1274 switch (tmpTOC.type) {
1298 XkbConfigText(tmpTOC.type, XkbMessage), 0);
1307 if (nRead != tmpTOC.size) {
1309 XkbConfigText(tmpTOC.type, XkbMessage),
1310 nRead - tmpTOC.size);