Searched refs:finfo (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FontInfo.c | 55 XFontStruct *finfo = NULL; local in function:XListFontsWithInfo 94 if (finfo) { 98 tmp_finfo = Xreallocarray (finfo, size, sizeof(XFontStruct)); 100 finfo = tmp_finfo; 111 if (! (finfo = Xmallocarray(size, sizeof(XFontStruct)))) 114 Xfree(finfo); 119 fs = &finfo[i]; 159 if (finfo[i].properties) Xfree(finfo[i].properties); 169 *info = finfo; [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbmisc.c | 241 XkbFileInfo finfo; local in function:XkbWriteXKBKeymapForNames 243 bzero(&finfo, sizeof(XkbFileInfo)); 267 finfo.type = 0; 268 finfo.defined = 0; 269 finfo.xkb = xkb; 270 if (!XkbDetermineFileType(&finfo, XkbXKBFile, NULL)) 386 XkbWriteXKBKeycodes(file, &finfo, False, False, _AddIncl, name); 394 XkbWriteXKBKeyTypes(file, &finfo, False, False, _AddIncl, name); 402 XkbWriteXKBCompatMap(file, &finfo, False, False, _AddIncl, name); 410 XkbWriteXKBSymbols(file, &finfo, Fals 429 XkbMergeFile(XkbDescPtr xkb,XkbFileInfo finfo) argument 549 XkbDetermineFileType(XkbFileInfoPtr finfo,int format,int * opts_missing) argument [all...] |
| H A D | xkmread.c | 1124 XkmFindTOCEntry(xkmFileInfo *finfo, xkmSectionInfo *toc, unsigned type) argument 1128 for (i = 0; i < finfo->num_toc; i++) {
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| H A D | bios_reader.c | 493 struct stat finfo; local in function:main 510 if (stat(filename, &finfo)) { 515 pI830->VBIOS = mmap(NULL, finfo.st_size, PROT_READ, MAP_SHARED, fd, 0); 522 for (i = 0; i + 4 < finfo.st_size; i++) {
|
| /xsrc/external/mit/freetype/dist/builds/mac/ |
| H A D | ftmac.c | 639 FInfo finfo; 645 if ( noErr != FSpGetFInfo( &spec, &finfo ) ) 648 return finfo.fdType;
|
Completed in 6 milliseconds