OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsListFontsReply
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/libFS/dist/src/
FSFtNames.c
68
fsListFontsReply
rep;
92
(SIZEOF(
fsListFontsReply
) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
102
rlen = (rep.length << 2) - SIZEOF(
fsListFontsReply
);
/xsrc/external/mit/xfs/dist/difs/
fonts.c
798
fsListFontsReply
reply;
999
reply = (
fsListFontsReply
) {
1002
.length = (SIZEOF(
fsListFontsReply
) + stringLens + nnames + 3) >> 2,
1028
reply.length = (SIZEOF(
fsListFontsReply
) + stringLens + nnames + 3) >> 2;
1029
WriteReplyToClient(client, SIZEOF(
fsListFontsReply
), &reply);
swaprep.c
299
#define pRep ((
fsListFontsReply
*)data)
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h
490
}
fsListFontsReply
;
/xsrc/external/mit/libXfont/dist/src/fc/
fserve.c
2356
fsListFontsReply
*rep;
2364
rep = (
fsListFontsReply
*) fs_get_reply (conn, &ret);
2366
(rep->length < LENGTHOF(
fsListFontsReply
)))
2372
_fs_reply_failed (rep,
fsListFontsReply
, "<");
2375
data = (char *) rep + SIZEOF (
fsListFontsReply
);
2376
dataleft = (rep->length << 2) - SIZEOF (
fsListFontsReply
);
/xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c
2339
fsListFontsReply
*rep;
2347
rep = (
fsListFontsReply
*) fs_get_reply (conn, &ret);
2349
(rep->length < LENGTHOF(
fsListFontsReply
)))
2355
_fs_reply_failed (rep,
fsListFontsReply
, "<");
2358
data = (char *) rep + SIZEOF (
fsListFontsReply
);
2359
dataleft = (rep->length << 2) - SIZEOF (
fsListFontsReply
);
Completed in 13 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026