Searched refs:fsListFontsWithXInfoReply (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFontInfo.c | 74 fsListFontsWithXInfoReply reply; 109 SIZEOF(fsListFontsWithXInfoReply) - 113 ((SIZEOF(fsListFontsWithXInfoReply) - 269 ((SIZEOF(fsListFontsWithXInfoReply)
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | closestr.h | 117 fsListFontsWithXInfoReply *reply;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fservestr.h | 183 fsListFontsWithXInfoReply *fsrep,
|
| H A D | fsconvert.c | 167 fsListFontsWithXInfoReply *fsrep,
|
| H A D | fserve.c | 2492 fsListFontsWithXInfoReply *rep; 2505 rep = (fsListFontsWithXInfoReply *) fs_get_reply (conn, &ret); 2508 (rep->length < LENGTHOF(fsListFontsWithXInfoReply)))) 2514 _fs_reply_failed (rep, fsListFontsWithXInfoReply, "<"); 2530 buf = (char *) rep + SIZEOF (fsListFontsWithXInfoReply); 2531 bufleft = (rep->length << 2) - SIZEOF (fsListFontsWithXInfoReply);
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fservestr.h | 183 fsListFontsWithXInfoReply *fsrep,
|
| H A D | fsconvert.c | 169 fsListFontsWithXInfoReply *fsrep,
|
| H A D | fserve.c | 2464 fsListFontsWithXInfoReply *rep; 2477 rep = (fsListFontsWithXInfoReply *) fs_get_reply (conn, &ret); 2480 (rep->length < LENGTHOF(fsListFontsWithXInfoReply)))) 2486 _fs_reply_failed (rep, fsListFontsWithXInfoReply, "<"); 2502 buf = (char *) rep + SIZEOF (fsListFontsWithXInfoReply); 2503 bufleft = (rep->length << 2) - SIZEOF (fsListFontsWithXInfoReply);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fonts.c | 1119 fsListFontsWithXInfoReply *reply; 1242 reply = (fsListFontsWithXInfoReply *) FSrealloc(cPtr->reply, length); 1265 (SIZEOF(fsListFontsWithXInfoReply) + 1270 WriteReplyToClient(client, SIZEOF(fsListFontsWithXInfoReply), reply); 1306 length = SIZEOF(fsListFontsWithXInfoReply); 1310 cPtr->reply = (fsListFontsWithXInfoReply *)final_reply;
|
| H A D | swaprep.c | 335 #define pRep ((fsListFontsWithXInfoReply *)data)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FSproto.h | 530 } fsListFontsWithXInfoReply; typedef in typeref:struct:__anond2353fb42608
|
Completed in 17 milliseconds