Searched refs:_XkbAlloc (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbatom.c136 nd = (NodePtr) _XkbAlloc(sizeof(NodeRec));
142 nd->string = (char *) _XkbAlloc(len + 1);
194 nodeTable = (NodePtr *) _XkbAlloc(InitialTableSize * sizeof(NodePtr));
H A DXKBfileInt.h43 #define _XkbAlloc(s) malloc((s)) macro
H A Dmaprules.c104 line->line = (char *) _XkbAlloc(line->sz_line * 2);
842 name = (char *) _XkbAlloc(len + 1);
1483 pval = (char *) _XkbAlloc(len);
H A Dxkbtext.c123 tmp = (char *) _XkbAlloc(20 * sizeof(char));
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBuiPriv.h51 #define _XkbAlloc(s) malloc((s)) macro
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBRdBuf.c43 buf->start = buf->data = _XkbAlloc(size);
194 str = _XkbAlloc(len + 1);
H A DXKBCvt.c268 start = _XkbAlloc(strlen(tmp) + 1);
283 tmp = _XkbAlloc(sbuf.st_size + 1);
293 tmp = _XkbAlloc(strlen(_XkbKnownLanguages) + 1);
H A DXKBlibint.h118 #define _XkbAlloc(s) Xmalloc((s)) macro
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h294 #define _XkbAlloc(s) xalloc((s)) macro

Completed in 9 milliseconds