Searched refs:_XkbRealloc (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A DXKBfileInt.h45 #define _XkbRealloc(o,s) realloc((o),(s)) macro
H A Dxkbatom.c155 table = (NodePtr *) _XkbRealloc(nodeTable,
H A Dmaprules.c109 (char *) _XkbRealloc((char *) line->line, line->sz_line * 2);
H A Dxkmread.c67 oldPtr = (XPointer) _XkbRealloc(oldPtr, newCount * elemSize);
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBuiPriv.h53 #define _XkbRealloc(o,s) realloc((o),(s)) macro
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBlibint.h120 #define _XkbRealloc(o,s) Xrealloc((o),(s)) macro
H A DXKBGAlloc.c466 (*old) = (XPointer) _XkbRealloc((*old), (*total) * sz_elem);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h296 #define _XkbRealloc(o,s) Xrealloc((o),(s)) macro

Completed in 11 milliseconds