Searched refs:fsListFontsWithXInfoReq (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSFontInfo.c75 fsListFontsWithXInfoReq *req;
94 SIZEOF(fsListFontsWithXInfoReq))) {
/xsrc/external/mit/xfs/dist/difs/
H A Dswapreq.c279 REQUEST(fsListFontsWithXInfoReq);
H A Ddispatch.c821 REQUEST(fsListFontsWithXInfoReq);
822 REQUEST_FIXED_SIZE(fsListFontsWithXInfoReq, stuff->nbytes);
825 (unsigned char *)stuff + SIZEOF(fsListFontsWithXInfoReq), stuff->maxNames);
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h359 typedef fsListFontsReq fsListFontsWithXInfoReq; typedef in typeref:typename:fsListFontsReq
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c2638 fsListFontsWithXInfoReq req;
2666 req.length = (SIZEOF(fsListFontsWithXInfoReq) + len + 3) >> 2;
2668 (void) _fs_write(conn, (char *) &req, SIZEOF(fsListFontsWithXInfoReq));
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c2610 fsListFontsWithXInfoReq req;
2638 req.length = (SIZEOF(fsListFontsWithXInfoReq) + len + 3) >> 2;
2640 (void) _fs_write(conn, (char *) &req, SIZEOF(fsListFontsWithXInfoReq));

Completed in 13 milliseconds