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

  /xsrc/external/mit/libxkbui/dist/src/
XKBuiPriv.h 54 #define _XkbTypedAlloc(t) ((t *)malloc(sizeof(t)))
  /xsrc/external/mit/libxkbfile/dist/src/
XKBfileInt.h 54 #define _XkbTypedAlloc(t) ((t *)malloc(sizeof(t)))
xkbconfig.c 1143 pNew = _XkbTypedAlloc(XkbConfigFieldsRec);
1210 priv = _XkbTypedAlloc(XkbConfigRtrnPrivRec);
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBlibint.h 121 #define _XkbTypedAlloc(t) ((t *)Xmalloc(sizeof(t)))
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBsrv.h 297 #define _XkbTypedAlloc(t) ((t *)xalloc(sizeof(t)))

Completed in 8 milliseconds