Searched defs:Xrealloc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DAlloc.c90 #define Xrealloc(ptr, size) realloc((ptr), (size)) macro
/xsrc/external/mit/xfs/dist/difs/
H A Ddifsutils.c501 Xrealloc(pointer n, unsigned long m) function in typeref:typename:pointer
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcDB.c47 #define Xrealloc realloc macro
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h458 # define Xrealloc(ptr, size) realloc((ptr), (size_t)((size) == 0 ? 1 : (size))) macro
464 # define Xrealloc(ptr, size) realloc((ptr), (size_t)(size)) macro
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c1082 Xrealloc(void *ptr, unsigned long amount) function in typeref:typename:void *

Completed in 8 milliseconds