Searched refs:fileInfo (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkmout.c | 1364 xkmFileInfo fileInfo; local in function:XkbWriteXKMFile 1428 fileInfo.type = result->type; 1429 fileInfo.min_kc = xkb->min_key_code; 1430 fileInfo.max_kc = xkb->max_key_code; 1431 fileInfo.num_toc = size_toc; 1432 fileInfo.present = present; 1433 fileInfo.pad = 0; 1434 fwrite(&fileInfo, SIZEOF(xkmFileInfo), 1, out);
|
| H A D | xkmread.c | 1249 xkmFileInfo fileInfo; local in function:XkmReadFile 1253 if (!XkmReadTOC(file, &fileInfo, MAX_TOC, toc)) 1255 if ((fileInfo.present & need) != need) { 1257 need & (~fileInfo.present)); 1260 result->type = fileInfo.type; 1263 for (i = 0; i < fileInfo.num_toc; i++) {
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkmread.c | 1178 xkmFileInfo fileInfo; local in function:XkmReadFile 1182 if (!XkmReadTOC(file,&fileInfo,MAX_TOC,toc)) 1184 if ((fileInfo.present&need)!=need) { 1186 need&(~fileInfo.present)); 1191 for (i=0;i<fileInfo.num_toc;i++) {
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkmread.c | 1230 xkmFileInfo fileInfo; local in function:XkmReadFile 1234 if (!XkmReadTOC(file, &fileInfo, MAX_TOC, toc)) 1236 if ((fileInfo.present & need) != need) { 1238 need & (~fileInfo.present)); 1243 for (i = 0; i < fileInfo.num_toc; i++) {
|
Completed in 9 milliseconds