HomeSort by: relevance | last modified time | path
    Searched refs:fsListFontsWithXInfoReply (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/libFS/dist/src/
FSFontInfo.c 74 fsListFontsWithXInfoReply reply;
109 SIZEOF(fsListFontsWithXInfoReply) -
113 ((SIZEOF(fsListFontsWithXInfoReply) -
269 ((SIZEOF(fsListFontsWithXInfoReply)
  /xsrc/external/mit/xfs/dist/include/
closestr.h 117 fsListFontsWithXInfoReply *reply;
  /xsrc/external/mit/libXfont/dist/src/fc/
fservestr.h 183 fsListFontsWithXInfoReply *fsrep,
fsconvert.c 167 fsListFontsWithXInfoReply *fsrep,
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/
fservestr.h 183 fsListFontsWithXInfoReply *fsrep,
fsconvert.c 169 fsListFontsWithXInfoReply *fsrep,
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/
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;
swaprep.c 335 #define pRep ((fsListFontsWithXInfoReply *)data)
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h 530 } fsListFontsWithXInfoReply;

Completed in 10 milliseconds