HomeSort by: relevance | last modified time | path
    Searched refs:Xmalloc (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/libX11/dist/src/
StrToText.c 66 register char *buf = Xmalloc (nbytes);
81 proto.value = Xmalloc (1); /* easier for client */
GetProp.c 95 if (nbytes + 1 > 0 && (*prop = Xmalloc (nbytes + 1)))
102 if (nbytes + 1 > 0 && (*prop = Xmalloc (nbytes + 1)))
109 if (nbytes + 1 > 0 && (*prop = Xmalloc (nbytes + 1)))
RegstFlt.c 89 rec = Xmalloc(sizeof(XFilterEventRec));
121 rec = Xmalloc(sizeof(XFilterEventRec));
GetAtomNm.c 72 if ((name = Xmalloc(rep.nameLength + 1))) {
124 state->names[state->idx] = Xmalloc(repl->nameLength + 1);
170 if ((names_return[missed] = Xmalloc(rep.nameLength + 1))) {
ModMap.c 49 res = Xmalloc(sizeof (XModifierKeymap));
51 res->modifiermap = Xmalloc (nbytes);
100 XModifierKeymap *res = Xmalloc((sizeof (XModifierKeymap)));
GetFPath.c 56 ch = Xmalloc (nbytes + 1);
ListExt.c 61 ch = Xmalloc (rlen + 1);
PutBEvent.c 44 if ((dpy->qfree = Xmalloc (sizeof (_XQEvent))) == NULL) {
SetFPath.c 62 if ((p = Xmalloc (nbytes))) {
TextToStr.c 78 start = Xmalloc ((datalen + 1) * sizeof (char)); /* for <NUL> */
Quarks.c 123 return Xmalloc(length);
124 if (! (ret = Xmalloc(NEVERFREETABLESIZE)))
190 stringTable = Xmalloc(sizeof(XrmString *) * CHUNKPER);
197 permTable = Xmalloc(sizeof(Bits *) * CHUNKPER);
316 name = Xmalloc(len+1);
  /xsrc/external/mit/libXi/dist/src/
XGetMMap.c 92 res = (XModifierKeymap *) Xmalloc(sizeof(XModifierKeymap));
98 res->modifiermap = (KeyCode *) Xmalloc(nbytes);
XGetDProp.c 96 if ((*prop = Xmalloc (rbytes)))
107 if ((*prop = Xmalloc (rbytes)))
118 if ((*prop = Xmalloc (rbytes)))
XGtSelect.c 104 (XEventClass *) Xmalloc(*this_client_count *
120 (XEventClass *) Xmalloc(*all_clients_count *
XIQueryDevice.c 68 info = Xmalloc((reply.num_devices + 1) * sizeof(XIDeviceInfo));
69 buf = Xmalloc(reply.length * 4);
117 lib->classes = Xmalloc(sz);
XGMotion.c 110 savp = readp = Xmalloc(size);
121 bufp = Xmalloc(bsize);
XGetKMap.c 101 mapping = (KeySym *) Xmalloc((unsigned)nbytes);
XGetProp.c 94 list = Xmalloc(rep.length * sizeof(XEventClass));
XGetVers.c 101 ext = (XExtensionVersion *) Xmalloc(sizeof(XExtensionVersion));
XListDProp.c 65 props = (Atom*)Xmalloc(rep.nAtoms * sizeof(Atom));
  /xsrc/external/mit/libX11/dist/src/xcms/
IdOfPr.c 71 string_lowered = Xmalloc(len+1);
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imThaiIc.c 170 if (! (ic->private.local.base.tree = tree = Xmalloc(sizeof(DefTree)*3)) )
172 if (! (ic->private.local.base.mb = Xmalloc(21)) )
174 if (! (ic->private.local.base.wc = Xmalloc(sizeof(wchar_t)*21)) )
176 if (! (ic->private.local.base.utf8 = Xmalloc(21)) )
193 if((res = Xmalloc(len)) == (XIMResourceList)NULL) {
imTransR.c 141 if (!(tmp = Xmalloc(data_len))) {
176 if (!(tmp = Xmalloc(data_len))) {
203 if (!(tmp = Xmalloc(data_len))) {
286 preply = Xmalloc(buf_size);
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcCharSet.c 95 list = Xmalloc(sizeof(XlcCharSetListRec));
187 tmp = Xmalloc(name_len + 1 + ct_sequence_len + 1);
199 char *encoding_tmp = Xmalloc(length + 1);
lcRM.c 200 UbState state = Xmalloc(sizeof(UbStateRec));
210 MbState state = Xmalloc(sizeof(MbStateRec));

Completed in 17 milliseconds

1 2 3 4 5 6