Searched refs:_XkbRealloc (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | XKBfileInt.h | 45 #define _XkbRealloc(o,s) realloc((o),(s)) macro
|
| H A D | xkbatom.c | 155 table = (NodePtr *) _XkbRealloc(nodeTable,
|
| H A D | maprules.c | 109 (char *) _XkbRealloc((char *) line->line, line->sz_line * 2);
|
| H A D | xkmread.c | 67 oldPtr = (XPointer) _XkbRealloc(oldPtr, newCount * elemSize);
|
| /xsrc/external/mit/libxkbui/dist/src/ |
| H A D | XKBuiPriv.h | 53 #define _XkbRealloc(o,s) realloc((o),(s)) macro
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBlibint.h | 120 #define _XkbRealloc(o,s) Xrealloc((o),(s)) macro
|
| H A D | XKBGAlloc.c | 466 (*old) = (XPointer) _XkbRealloc((*old), (*total) * sz_elem);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBsrv.h | 296 #define _XkbRealloc(o,s) Xrealloc((o),(s)) macro
|
Completed in 11 milliseconds